aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/break.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-02-06 20:39:02 +0100
committerRickard Green <[email protected]>2017-04-18 12:40:02 +0200
commit0981bfd7afee64c3c1f48db134d81e57c30e31c7 (patch)
tree665048fc25b4295a62a3f1363f95b1accfd130c3 /erts/emulator/beam/break.c
parentd37df80764c9c2e517d7c9a90291d75975a5e9bb (diff)
downloadotp-0981bfd7afee64c3c1f48db134d81e57c30e31c7.tar.gz
otp-0981bfd7afee64c3c1f48db134d81e57c30e31c7.tar.bz2
otp-0981bfd7afee64c3c1f48db134d81e57c30e31c7.zip
Timer wheel divided into a "soon wheel" and a "later wheel"
The old single wheel implementation handled about 65 seconds. The new dual wheel implementation handles more than 37 hours. The dual wheels have also been shrunk compared to the single wheel, so the total memory consumption for timer wheels have been cut in half.
Diffstat (limited to 'erts/emulator/beam/break.c')
-rw-r--r--erts/emulator/beam/break.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/break.c b/erts/emulator/beam/break.c
index 0b40d70cb7..538ab0d947 100644
--- a/erts/emulator/beam/break.c
+++ b/erts/emulator/beam/break.c
@@ -590,7 +590,7 @@ do_break(void)
#endif
#ifdef DEBUG
case 't':
- erts_p_slpq();
+ /* erts_p_slpq(); */
return;
case 'b':
bin_check();