Age | Commit message (Expand) | Author |
2012-02-21 | erts: Activate staged code in a thread safe way | Sverker Eriksson |
2012-02-21 | erts: Suspend processes waiting for code_ix lock | Sverker Eriksson |
2012-02-21 | erts: Fix compiler warning in inet_drv | Sverker Eriksson |
2012-02-21 | erts: Fix single threaded fallback in new BIF finish_loading_1 | Sverker Eriksson |
2012-02-21 | erts: Fix type bug | Sverker Eriksson |
2012-02-21 | Break apart erlang:load_module/2 into two separate BIFs | Björn Gustavsson |
2012-02-21 | Use magic binaries in erts_prepare_loading() and erts_finish_loading() | Björn Gustavsson |
2012-02-21 | erts: Cleanup non-blocking load | Sverker Eriksson |
2012-02-21 | erts: Fix memory query for non-blocking module table | Sverker Eriksson |
2012-02-21 | erts: Refactor more renaming as "staging" | Sverker Eriksson |
2012-02-21 | erts: Fix memory reports from export table | Sverker Eriksson |
2012-02-21 | erts: Fix tracing bug for new non-blocking load | Sverker Eriksson |
2012-02-21 | erts: Fix hipe loading bug for new non-blocking load | Sverker Eriksson |
2012-02-21 | erts: Change module range end to be atomic | Sverker Eriksson |
2012-02-21 | erts: Refactor code_ix | Sverker Eriksson |
2012-02-21 | erts: Document code_ix interface | Sverker Eriksson |
2012-02-21 | erts: Fallback to blocking upgrade when tracing is enabled | Sverker Eriksson |
2012-02-21 | erts: Keep count of number of global traced functions per module | Sverker Eriksson |
2012-02-21 | erts: Move number-of-breakpoint counter from code to Module struct | Sverker Eriksson |
2012-02-21 | test: Force emulator/test/mtx_SUITE to rebuild NIF library | Sverker Eriksson |
2012-02-21 | erts: Fix print-bug in lock checker on debug-vm | Sverker Eriksson |
2012-02-21 | erts: Cleanup code loading | Sverker Eriksson |
2012-02-21 | erts: Rename "loader" code_ix as "staging" code_ix | Sverker Eriksson |
2012-02-21 | erts: Fix purge of module with loaded nif library | Sverker Eriksson |
2012-02-21 | test: Safe purging in code_parallel_load_SUITE | Sverker Eriksson |
2012-02-21 | test: many_load_distributed_only_once | Björn-Egil Dahlberg |
2012-02-21 | test: parallel_load_check_purge_repeat | Björn-Egil Dahlberg |
2012-02-21 | erts: Remove secondary_export_table | Sverker Eriksson |
2012-02-21 | erts: Refactor new function index_put_entry() | Sverker Eriksson |
2012-02-21 | erts: Refactor export entry allocation | Sverker Eriksson |
2012-02-21 | erts: Fix case of breakpoint when deleting module | Sverker Eriksson |
2012-02-21 | erts: Cleanup in export.c | Sverker Eriksson |
2012-02-21 | erts: Rename erts_load_module to erts_preload_module | Sverker Eriksson |
2012-02-21 | erts: Call erts_export_consolidate automatically | Sverker Eriksson |
2012-02-21 | First try at non-blocking code loading! | Sverker Eriksson |
2012-02-21 | beam_ranges: Make ranges safe with multi-scheduling active | Björn Gustavsson |
2012-02-21 | BEAM loader: Break out handling of ranges into beam_ranges.c | Björn Gustavsson |
2012-02-21 | erts: Remove unused erts_put_fun_entry2 declaration | Sverker Eriksson |
2012-02-21 | erts: Add abort logic to export tables | Sverker Eriksson |
2012-02-21 | erts: Fix code_ix handling and locking for some more bifs | Sverker Eriksson |
2012-02-21 | erts: Multiple module tables using code_ix | Sverker Eriksson |
2012-02-21 | erts: Use several addresses in each Export | Sverker Eriksson |
2012-02-21 | erts: Multiple export tab's using code_ix | Sverker Eriksson |
2012-02-21 | erts: First stab at code_ix interface and beam_catches using it | Sverker Eriksson |
2012-02-21 | erts: First refactor step of export table | Sverker Eriksson |
2012-02-21 | erts: Make use of def_lambdas optimization during loading | Sverker Eriksson |
2012-02-21 | erts: Refactor new helper function erts_init_trap_export | Sverker Eriksson |
2012-02-21 | erts: Refactor Module struct | Sverker Eriksson |
2012-02-20 | Merge branch 'maint' | Rickard Green |
2012-02-20 | Merge branch 'rickard/barriers/OTP-9922' into maint | Rickard Green |