Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-08 | Update primary bootstrap | Björn Gustavsson | |
2017-06-20 | Update primary bootstrap | Hans Nilsson | |
2017-06-14 | Update primary bootstrap | Rickard Green | |
2017-06-12 | Update primary bootstrap | Björn Gustavsson | |
2017-05-19 | Update primary bootstrap | Hans Bolinder | |
2017-05-19 | Update primary bootstrap | Björn Gustavsson | |
2017-05-04 | Update primary bootstrap | Björn Gustavsson | |
2017-04-26 | Update primary bootstrap | Björn Gustavsson | |
2017-04-26 | Update primary bootstrap | Lukas Larsson | |
2017-04-20 | Update primary bootstrap | Björn Gustavsson | |
2017-03-30 | Update primary bootstrap | Björn-Egil Dahlberg | |
2017-03-24 | Update primary bootstrap | Björn-Egil Dahlberg | |
2017-03-22 | Merge branch 'sverker/ets-table-identifiers/OTP-14094' | Sverker Eriksson | |
* sverker/ets-table-identifiers: observer: Polish crashdump viewer for ETS observer: Polish Table Viewer tab stdlib: Remove ets_SUITE:memory_check_summary erts: Improve reduction count during table cleanup erts: Cleanup table status bits erts: Remove now redundant 'id' from DbTableCommon erts: Remove meta_main_tab erts: Pass tid argument down to trapping functions erts: Print table id as ref in crashdump and break menu erts: Replace meta_pid_to{_fixed}_tab with linked lists erts: Correct erl_rbtree comments about yielding erts: Add ERTS_RBT_YIELD_STAT_INIT to erl_rbtree Fix node_container_SUITE list_to_ref/1 Implement ets:all() using scheduler specific data Rename fixation count in ets table to avoid confusion Introduce references as table identifiers | |||
2017-03-02 | Implement ets:all() using scheduler specific data | Rickard Green | |
2017-02-27 | Update primary bootstrap | Björn Gustavsson | |
2017-02-17 | Update primary bootstrap | Björn Gustavsson | |
2017-02-14 | Fixed typos in bootstrap/lib | Andrew Dryga | |
2017-02-06 | Use magic refs for compiled match specs | Rickard Green | |
2017-02-06 | Use magic refs for code loading state | Rickard Green | |
2017-02-01 | Update primary bootstrap | Björn Gustavsson | |
2017-01-13 | Update primary bootstrap | Björn Gustavsson | |
2016-12-12 | Update primary bootstrap | Björn Gustavsson | |
2016-12-02 | Update primary bootstrap | Björn-Egil Dahlberg | |
2016-12-02 | Update primary bootstrap | Björn Gustavsson | |
2016-11-30 | Update primary bootstrap | Hans Bolinder | |
2016-11-28 | Update primary bootstrap | Björn Gustavsson | |
2016-11-23 | Update primary bootstrap | Björn Gustavsson | |
2016-11-23 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap document {yield/nb_yield}() limitation Suppress warnings from v3_kernel when inlining is turned on | |||
2016-11-23 | Update primary bootstrap | Björn Gustavsson | |
2016-10-14 | erts: Fix early hipe patch loading | Sverker Eriksson | |
by introducing hipe_bifs:commit_patch_load/1 that creates the HipeModule. | |||
2016-10-14 | erts: Move new hipe ref and sdesc lists to loader state | Sverker Eriksson | |
2016-10-14 | Add a loader state for HiPE code loading | Magnus Lång | |
Just like the BEAM loader state (as returned by erlang:prepare_loading/2), the HiPE loader state is contained in a magic binary. Eventually, we will separate HiPE loading into a prepare and a finalise phase, like the BEAM loader, where the prepare phase will be implemented by hipe_unified_loader and the finalise phase be implemented in C by hipe_load.c and beam_load.c, making prepare side-effect free and finalise atomic. The finalise phase will be exposed through the erlang:finish_loading/1 API, just like the BEAM loader, as this will allow HiPE and BEAM modules to be mixed in the same atomic "commit". The usage of a loader state makes it easier to keep track of all resources allocated during loading, and will not only make it easy to prevent leaks when hipe_unified_loader crashes, but also paves the way for proper, leak-free, unloading of HiPE modules. | |||
2016-10-10 | erts: Improve hipe load/upgrade/purge machinery | Sverker Eriksson | |
A step toward better integration of hipe load and purge Highlights: * code_server no longer needs to call hipe_unified_loader:post_beam_load/1 Instead new internal function hipe_redirect_to_module() is called by loading BIFs to patch native call sites if needed. * hipe_purge_module() is called by erts_internal:purge_module/2 to purge any native code. * struct hipe_mfa_info redesigned and only used for exported functions that are called from or implemented by native code. A list of native call sites (struct hipe_ref) are kept for each hipe_mfa_info. * struct hipe_sdesc used by hipe_find_mfa_from_ra() to build native stack traces. | |||
2016-10-05 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap beam_block: Avoid unsafe inclusion of get_map_elements in blocks | |||
2016-10-05 | Update primary bootstrap | Björn Gustavsson | |
2016-09-29 | Update primary bootstrap | Björn Gustavsson | |
2016-09-05 | Update primary bootstrap | Björn Gustavsson | |
2016-09-02 | Update primary bootstrap | Björn Gustavsson | |
2016-08-19 | Merge branch 'maint' | Sverker Eriksson | |
2016-08-19 | Merge branch 'sverker/net_kernel-setopts/OTP-13564' into maint | Sverker Eriksson | |
2016-08-15 | Update bootstrap | Sverker Eriksson | |
2016-08-10 | Update primary bootstrap | Björn Gustavsson | |
2016-08-05 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap beam_block: Fix potentially unsafe optimization in move_allocates/1 | |||
2016-08-05 | Update primary bootstrap | Björn Gustavsson | |
2016-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: OTP_VERSION | |||
2016-07-12 | Update primary bootstrap | Björn-Egil Dahlberg | |
2016-06-29 | Update primary bootstrap | Björn Gustavsson | |
2016-06-20 | Update primary bootstrap | Henrik Nord | |
2016-06-13 | Update primary bootstrap | Björn Gustavsson | |
2016-06-10 | Update primary bootstrap | Hans Bolinder | |