Age | Commit message (Expand) | Author |
2016-04-15 | erts: Fix FPE bug in erl_nif | Sverker Eriksson |
2016-04-15 | erts: Implement tracer modules | Lukas Larsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-03-01 | Merge branch 'sverk/master/halt-INT_MIN' | Sverker Eriksson |
2016-02-25 | Allow erlang:finish_loading/1 to load more than one module | Björn Gustavsson |
2016-02-24 | Merge branch 'master' into sverk/master/halt-INT_MIN | Sverker Eriksson |
2016-02-24 | erts: Change erl_exit into erts_exit | Sverker Eriksson |
2016-02-20 | beam_load.c: Add a function to check for an on_load function | Björn Gustavsson |
2016-02-18 | Merge branch 'sverk/fix-list-length-int/OTP-13288' | Sverker Eriksson |
2016-02-08 | Merge branch 'sverk/thread-unsafe-alloc' | Sverker Eriksson |
2016-02-08 | erts: Use Sint instead of int for list lengths | Richard Carlsson |
2016-02-02 | erts: Add microstate accounting | Lukas Larsson |
2016-01-21 | erts: Add checks for thread safe allocation | Sverker Eriksson |
2016-01-13 | erts: Optimize erlang:check_process_code | Sverker Eriksson |
2016-01-13 | erts: Make copy_literals more fail safe | Sverker Eriksson |
2015-12-15 | Merge branch 'lukas/erts/forker' | Lukas Larsson |
2015-12-15 | erts: Create forker process for spawn driver | Lukas Larsson |
2015-11-18 | Refactor sharing preserved copy flags | Björn-Egil Dahlberg |
2015-11-17 | Do not use GCC extensions in copy | Björn-Egil Dahlberg |
2015-11-17 | Use copy literal range check in message passing and purging | Björn-Egil Dahlberg |
2015-11-17 | Copy literals in copy sharing | Björn-Egil Dahlberg |
2015-11-17 | Refactor copy sharing | Björn-Egil Dahlberg |
2015-11-17 | Add --enable-sharing-preserving configure flag | Yiannis Tsiouris |
2015-11-17 | Add -debug +vc flag for debuging SHCOPY | Nikolaos S. Papaspyrou |
2015-11-17 | Add machinery to enable SHCOPY dynamically | Nikolaos S. Papaspyrou |
2015-11-17 | Enable shcopy for sending messages | Nikolaos S. Papaspyrou |
2015-11-17 | Add the BIF size_shared/1 and debug cleanup | Nikolaos S. Papaspyrou |
2015-11-17 | Add all the main machinery | Nikolaos S. Papaspyrou |
2015-11-16 | An implementation of lightweight unbounded queues | Nikolaos S. Papaspyrou |
2015-11-12 | Fragmented young heap generation and off_heap_message_queue option | Rickard Green |
2015-11-12 | Introduce literal tag | Rickard Green |
2015-07-01 | erts: Remove halfword !HEAP_ON_C_STACK | Björn-Egil Dahlberg |
2015-06-24 | erts: Reinstate copy_object over-allocation optimization | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove halfword object manipulation | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove HALFWORD_HEAP definition | Björn-Egil Dahlberg |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-15 | erts: Yield in maps:merge | Sverker Eriksson |
2015-06-02 | erts: Add save/restore for PSTACK | Sverker Eriksson |
2015-06-01 | erts: Fix magic binary alignment on 32-bit | Sverker Eriksson |
2015-05-08 | Merge branch 'rickard/timer-optimization/OTP-12650' | Rickard Green |
2015-05-08 | Optimized timer implementation | Rickard Green |
2015-05-06 | erts: Don't let the compiler optimize pos. zero fix | Björn-Egil Dahlberg |
2015-04-22 | Merge branch 'sverk/pr632/prevent-illegal-nif-terms/OTP-12655' | Sverker Eriksson |
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 |
2015-03-19 | erts: Fix bug in ESTACK and WSTACK | Sverker Eriksson |
2015-03-15 | Ensure NIF term creation disallows illegal values | Steve Vinoski |
2015-03-12 | erts: Fix nif API for hashmaps | Sverker Eriksson |
2015-03-12 | erts: Make ESTACK usable through pointer | Björn-Egil Dahlberg |