aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_gc.c
AgeCommit message (Expand)Author
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-01-29Remove faulty assertsRickard Green
2016-01-26Merge branch 'lukas/erts/gc_info/OTP-13265'Lukas Larsson
2016-01-07Merge branch 'sverk/proc-dict-opt'Sverker Eriksson
2015-12-18Merge branch 'rickard/ohmq-fixup/OTP-13047'Rickard Green
2015-12-16Fix offset_mqueueRickard Green
2015-12-09erts: Add proc dict macros ERTS_PD_START/SIZESverker Eriksson
2015-12-08Merge branch 'rickard/ohmq-fixup/OTP-13047'Rickard Green
2015-12-08Replace off_heap_message_queue option with message_queue_data optionRickard Green
2015-12-08Distinguish between GC disabled by BIFs and other disabled GCRickard Green
2015-12-08Fix memory leaksRickard Green
2015-11-27erts: Fix rare case of faulty heap fragment deallocationSverker Eriksson
2015-11-17Add -debug +vc flag for debuging SHCOPYNikolaos S. Papaspyrou
2015-11-17Add the BIF size_shared/1 and debug cleanupNikolaos S. Papaspyrou
2015-11-17Add all the main machineryNikolaos S. Papaspyrou
2015-11-16erts: Add garbage_collection_info to process_info/2Lukas Larsson
2015-11-13Merge branch 'rickard/gc-bump-reds/OTP-13097'Rickard Green
2015-11-12Merge branch 'rickard/ohmq/OTP-13047'Rickard Green
2015-11-12Merge branch 'sverk/literal-memory-range'Rickard Green
2015-11-12Bump reductions on GCRickard Green
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-11-12Refactor GCRickard Green
2015-11-12Introduce literal tagRickard Green
2015-11-12fix check_process_code for separate literal areaSverker Eriksson
2015-10-09erts: Remove vheap mature from process control blockBjörn-Egil Dahlberg
2015-06-24erts: Remove halfword pointer compressionBjörn-Egil Dahlberg
2015-06-24erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-15Merge branch 'hamt_bin2term'Sverker Eriksson
2015-06-15erts: Remove hashmap probabilistic heap overestimationSverker Eriksson
2015-06-15Merge branch 'sverk/map-merge-trap'Sverker Eriksson
2015-06-10Merge branch 'egil/fix-purge-literals/OTP-12821'Björn-Egil Dahlberg
2015-05-25erts: Fix garbage collect literals in code purgeBjörn-Egil Dahlberg
2015-05-18erts: Fix calculation of reclaimed data during full gcSverker Eriksson
2015-05-08Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green
2015-05-08Merge branch 'rickard/time-improvement/OTP-11997'Rickard Green
2015-05-08Optimized timer implementationRickard Green
2015-05-06Misc time improvementsRickard Green
2015-04-14erts: Refactor erts_queue_messageBjörn-Egil Dahlberg
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