aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
AgeCommit message (Expand)Author
2016-09-01Merge branch 'rickard/new-purge-strategy/OTP-13833' into maintRickard Green
2016-09-01Fix reclaim of literal areasRickard Green
2016-08-29Merge branch 'rickard/ds-trace/OTP-13822' into maintRickard Green
2016-08-29Merge branch 'rickard/ds-purge-module/OTP-13808' into maintRickard Green
2016-08-29Merge branch 'rickard/fun-purge-bug/OTP-13809' and 'rickard/new-purge-strateg...Rickard Green
2016-08-29Fix tracing of processes executing dirtyRickard Green
2016-08-29Perform check_process_code while process is executing dirtyRickard Green
2016-08-26Reclaim literal area after purge has completedRickard Green
2016-07-14hipe: Remove performance profiling codeLukas Larsson
2016-05-31Move dirty reduction count to erts_dirty_process_main()Rickard Green
2016-05-31Add dirty_process_main functionSteve Vinoski
2016-05-17Merge branch 'mikpe/otp-19-erts-integer-truncation-bugs/PR-1045/OTP-13606'Lukas Larsson
2016-05-11Add better support for communication with a process executing dirty NIFRickard Green
2016-05-09Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507'Sverker Eriksson
2016-05-05erts_new_mso_binary(): do not truncate lenMikael Pettersson
2016-05-04erts: Fix PAM to be callable from non-scheduler threadSverker Eriksson
2016-05-04erts: Add matchspec restrictions for 'receive' traceSverker Eriksson
2016-05-04erts: Add matchspec to 'receive' traceSverker Eriksson
2016-05-04Ensure correct reduction countingRickard Green
2016-04-15erts: Fix FPE bug in erl_nifSverker Eriksson
2016-04-15erts: Implement tracer modulesLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-03-01Merge branch 'sverk/master/halt-INT_MIN'Sverker Eriksson
2016-02-25Allow erlang:finish_loading/1 to load more than one moduleBjörn Gustavsson
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-20beam_load.c: Add a function to check for an on_load functionBjörn Gustavsson
2016-02-18Merge branch 'sverk/fix-list-length-int/OTP-13288'Sverker Eriksson
2016-02-08Merge branch 'sverk/thread-unsafe-alloc'Sverker Eriksson
2016-02-08erts: Use Sint instead of int for list lengthsRichard Carlsson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-01-21erts: Add checks for thread safe allocationSverker Eriksson
2016-01-13erts: Optimize erlang:check_process_codeSverker Eriksson
2016-01-13erts: Make copy_literals more fail safeSverker Eriksson
2015-12-15Merge branch 'lukas/erts/forker'Lukas Larsson
2015-12-15erts: Create forker process for spawn driverLukas Larsson
2015-11-18Refactor sharing preserved copy flagsBjörn-Egil Dahlberg
2015-11-17Do not use GCC extensions in copyBjörn-Egil Dahlberg
2015-11-17Use copy literal range check in message passing and purgingBjörn-Egil Dahlberg
2015-11-17Copy literals in copy sharingBjörn-Egil Dahlberg
2015-11-17Refactor copy sharingBjörn-Egil Dahlberg
2015-11-17Add --enable-sharing-preserving configure flagYiannis Tsiouris
2015-11-17Add -debug +vc flag for debuging SHCOPYNikolaos S. Papaspyrou
2015-11-17Add machinery to enable SHCOPY dynamicallyNikolaos S. Papaspyrou
2015-11-17Enable shcopy for sending messagesNikolaos 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-16An implementation of lightweight unbounded queuesNikolaos S. Papaspyrou
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-11-12Introduce literal tagRickard Green