Age | Commit message (Expand) | Author |
2015-06-15 | Merge branch 'hamt_bin2term' | Sverker Eriksson |
2015-06-15 | erts: Remove hashmap probabilistic heap overestimation | Sverker Eriksson |
2015-06-15 | Merge branch 'sverk/map-merge-trap' | Sverker Eriksson |
2015-06-10 | Merge branch 'egil/fix-purge-literals/OTP-12821' | Björn-Egil Dahlberg |
2015-05-25 | erts: Fix garbage collect literals in code purge | Björn-Egil Dahlberg |
2015-05-18 | erts: Fix calculation of reclaimed data during full gc | Sverker Eriksson |
2015-05-08 | Merge branch 'rickard/timer-optimization/OTP-12650' | Rickard Green |
2015-05-08 | Merge branch 'rickard/time-improvement/OTP-11997' | Rickard Green |
2015-05-08 | Optimized timer implementation | Rickard Green |
2015-05-06 | Misc time improvements | Rickard Green |
2015-04-14 | erts: Refactor erts_queue_message | Björn-Egil Dahlberg |
2015-03-20 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-20 | Erlang based BIF timer implementation for scalability | Rickard Green |
2015-03-20 | Introduce a new time API | Rickard Green |
2014-12-02 | erts: Add compile time assert ERTS_CT_ASSERT | Sverker Eriksson |
2014-10-24 | Merge branch 'sverk/hipe-inline-reserve-trap-frame' | Sverker Eriksson |
2014-10-24 | erts: Make hipe_{un}reserve_beam_trap_frame INLINE | Sverker Eriksson |
2014-09-04 | erts: Refactor binary allocation interface to also initialize Binary | Sverker Eriksson |
2014-08-28 | add enif_schedule_nif() to NIF API | Steve Vinoski |
2014-02-20 | ASSERT that GC is not tried with "need" when GC is disabled | Sverker Eriksson |
2014-01-28 | erts: Initial Map instructions, type and structure | Björn-Egil Dahlberg |
2014-01-27 | Merge branch 'egil/gc-increase-tenure-rate/OTP-11617' | Björn-Egil Dahlberg |
2014-01-10 | erts: Remove the extra_root feature from the process structure | Sverker Eriksson |
2014-01-09 | erts: Increase gc tenure rate | Björn-Egil Dahlberg |
2013-12-07 | Merge branch 'rickard/garbage_collect/OTP-11388' | Rickard Green |
2013-12-02 | Fix erts_check_off_heap2 assertion | Anthony Ramine |
2013-11-18 | Functionality for disabling garbage collection | Rickard Green |
2013-06-10 | term_to_binary: Remove debug code and set production trap levels | Patrik Nyblom |
2013-06-06 | Teach erl_gc:offset_rootset about extra_root | Patrik Nyblom |
2013-06-05 | Make all steps ofterm_to_binary work in chunks and yield | Patrik Nyblom |
2013-06-04 | Make term_to_binary yield (trap). | happi |
2013-05-31 | Replace gc stat lock with sched spec data | Lukas Larsson |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-20 | erts: Correct some printf type formatting | Sverker Eriksson |
2012-12-14 | Merge branch 'sverk/egil/r16/new-alloc-header-scheme/OTP-10273' | Björn-Egil Dahlberg |
2012-12-14 | erts: Reduce max heap sizes | Björn-Egil Dahlberg |
2012-12-14 | erts: Make gc sizes fit into MB Carrier blocks | Björn-Egil Dahlberg |
2012-12-07 | Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt... | Rickard Green |
2012-12-03 | Prepare for use of ptab functionality also for ports | Rickard Green |
2012-12-03 | Generalize process table implementation | Rickard Green |
2012-11-23 | Merge branch 'maint' | Patrik Nyblom |
2012-11-22 | Teach erts_bs_append not to dump core | Patrik Nyblom |
2012-04-27 | Optimize process state changes | Rickard Green |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | Ifdef all dynamic trace code | Patrik Nyblom |
2012-03-22 | Change to more specific configure options for dtrace | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4 | Scott Lystig Fritchie |
2012-02-14 | Merge branch 'jz/reduce-smp-locking-time-range' into maint | Henrik Nord |