aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_gc.h
AgeCommit message (Expand)Author
2018-04-12New process_info() implementation using signalsRickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2018-01-19erts: Optimize move_cons & move_boxedSverker Eriksson
2017-05-04Update copyright yearRaimo Niskanen
2017-02-28erts: Refactor MOVE_CONS to inline functionBjörn-Egil Dahlberg
2017-02-28erts: Refactor MOVE_BOXED to inline functionBjörn-Egil Dahlberg
2017-02-28erts: Convert small sub-binaries to heap-binariesBjörn-Egil Dahlberg
2017-01-23Merge branch 'sverker/ASSERT_IN_ENV'Sverker Eriksson
2017-01-17Merge branch 'rickard/ds-features-20'Rickard Green
2017-01-17Merge branch 'rickard/no-harddebug' into maintRickard Green
2017-01-13Do not automatically define HARDDEBUG when DEBUG is definedRickard Green
2017-01-13Fix memory leak of temporary heapRickard Green
2017-01-12Perform potentially long GC on dirty schedulers if availableRickard Green
2017-01-04erts: Make erts_dbg_within_proc availableSverker Eriksson
2016-05-10erts: Implement max_heap_size process flagLukas Larsson
2016-05-04Ensure correct reduction countingRickard Green
2016-03-15update copyright-yearHenrik Nord
2015-11-16erts: Add garbage_collection_info to process_info/2Lukas Larsson
2015-11-12Bump reductions on GCRickard Green
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-11-12Introduce literal tagRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-25erts: Combine flat and hash maps under one unifying tagBjörn-Egil Dahlberg
2015-03-12erts: Refactor maps naming conventionSverker Eriksson
2015-03-12Initial Persistent HAMT - Map frameworkBjörn-Egil Dahlberg
2014-10-24erts: Make hipe_{un}reserve_beam_trap_frame INLINESverker Eriksson
2014-01-28erts: Initial Map instructions, type and structureBjörn-Egil Dahlberg
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP