aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_gc.c
AgeCommit message (Expand)Author
2015-05-06Misc time improvementsRickard Green
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Erlang based BIF timer implementation for scalabilityRickard Green
2015-03-20Introduce a new time APIRickard Green
2014-12-02erts: Add compile time assert ERTS_CT_ASSERTSverker Eriksson
2014-10-24Merge branch 'sverk/hipe-inline-reserve-trap-frame'Sverker Eriksson
2014-10-24erts: Make hipe_{un}reserve_beam_trap_frame INLINESverker Eriksson
2014-09-04erts: Refactor binary allocation interface to also initialize BinarySverker Eriksson
2014-08-28add enif_schedule_nif() to NIF APISteve Vinoski
2014-02-20ASSERT that GC is not tried with "need" when GC is disabledSverker Eriksson
2014-01-28erts: Initial Map instructions, type and structureBjörn-Egil Dahlberg
2014-01-27Merge branch 'egil/gc-increase-tenure-rate/OTP-11617'Björn-Egil Dahlberg
2014-01-10erts: Remove the extra_root feature from the process structureSverker Eriksson
2014-01-09erts: Increase gc tenure rateBjörn-Egil Dahlberg
2013-12-07Merge branch 'rickard/garbage_collect/OTP-11388'Rickard Green
2013-12-02Fix erts_check_off_heap2 assertionAnthony Ramine
2013-11-18Functionality for disabling garbage collectionRickard Green
2013-06-10term_to_binary: Remove debug code and set production trap levelsPatrik Nyblom
2013-06-06Teach erl_gc:offset_rootset about extra_rootPatrik Nyblom
2013-06-05Make all steps ofterm_to_binary work in chunks and yieldPatrik Nyblom
2013-06-04Make term_to_binary yield (trap).happi
2013-05-31Replace gc stat lock with sched spec dataLukas Larsson
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-20erts: Correct some printf type formattingSverker Eriksson
2012-12-14Merge branch 'sverk/egil/r16/new-alloc-header-scheme/OTP-10273'Björn-Egil Dahlberg
2012-12-14erts: Reduce max heap sizesBjörn-Egil Dahlberg
2012-12-14erts: Make gc sizes fit into MB Carrier blocksBjörn-Egil Dahlberg
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-11-23Merge branch 'maint'Patrik Nyblom
2012-11-22Teach erts_bs_append not to dump corePatrik Nyblom
2012-04-27Optimize process state changesRickard Green
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Ifdef all dynamic trace codePatrik Nyblom
2012-03-22Change to more specific configure options for dtracePatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-22Update dtrace for changes in R15Björn-Egil Dahlberg
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie
2012-02-14Merge branch 'jz/reduce-smp-locking-time-range' into maintHenrik Nord
2011-12-20erts: reduce smp locking time range in erts_garbage_collectJovi Zhang
2011-12-19erts: Make GC tolerate hibernated process without hipe stackSverker Eriksson
2011-11-17Allow refc binaries in literal poolsBjörn Gustavsson
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-10-26erts-hipe: Fix new trap conventions for x86, amd64 and ppcSverker Eriksson
2011-10-26Store the trap arguments in the X register arrayBjörn Gustavsson
2011-08-15fix 64-bit issues in the garbage collectionRichard Carlsson
2011-05-06Merge branch 'ms/beam-fix-format-specifiers-in-erl_exit-msg' into devHenrik Nord
2011-04-07Fix format specifiers in erl_exit messagesMichael Santos