Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-30 | Update primary bootstrap | Björn Gustavsson | |
2017-10-13 | Update primary bootstrap | Björn Gustavsson | |
2017-10-02 | Update primary bootstrap | Björn Gustavsson | |
2017-09-25 | Update primary bootstrap | Björn Gustavsson | |
2017-09-08 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap Eliminate incorrect get_stacktrace/0 warning Conflicts: bootstrap/bin/start.boot bootstrap/bin/start_clean.boot bootstrap/lib/compiler/ebin/beam_utils.beam bootstrap/lib/compiler/ebin/beam_validator.beam bootstrap/lib/compiler/ebin/sys_core_fold.beam bootstrap/lib/kernel/ebin/error_logger.beam bootstrap/lib/kernel/ebin/file_server.beam bootstrap/lib/kernel/ebin/global.beam bootstrap/lib/kernel/ebin/hipe_unified_loader.beam bootstrap/lib/kernel/ebin/kernel.appup bootstrap/lib/kernel/ebin/net_kernel.beam bootstrap/lib/kernel/ebin/user_drv.beam bootstrap/lib/stdlib/ebin/c.beam bootstrap/lib/stdlib/ebin/dets.beam bootstrap/lib/stdlib/ebin/dets_utils.beam bootstrap/lib/stdlib/ebin/edlin.beam bootstrap/lib/stdlib/ebin/erl_lint.beam bootstrap/lib/stdlib/ebin/error_logger_file_h.beam bootstrap/lib/stdlib/ebin/error_logger_tty_h.beam bootstrap/lib/stdlib/ebin/escript.beam bootstrap/lib/stdlib/ebin/ets.beam bootstrap/lib/stdlib/ebin/gen_event.beam bootstrap/lib/stdlib/ebin/gen_fsm.beam bootstrap/lib/stdlib/ebin/gen_server.beam bootstrap/lib/stdlib/ebin/gen_statem.beam bootstrap/lib/stdlib/ebin/otp_internal.beam bootstrap/lib/stdlib/ebin/proc_lib.beam bootstrap/lib/stdlib/ebin/qlc.beam bootstrap/lib/stdlib/ebin/shell.beam bootstrap/lib/stdlib/ebin/slave.beam bootstrap/lib/stdlib/ebin/string.beam bootstrap/lib/stdlib/ebin/supervisor.beam | |||
2017-09-08 | Update primary bootstrap | Björn Gustavsson | |
2017-09-01 | Update primary bootstrap | Björn Gustavsson | |
2017-08-16 | Update primary bootstrap | Björn Gustavsson | |
2017-07-07 | Update primary bootstrap | Björn Gustavsson | |
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-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 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 Gustavsson | |
2016-11-28 | Update primary bootstrap | Björn Gustavsson | |
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-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 | Update primary bootstrap | Björn Gustavsson | |
2016-07-12 | Update primary bootstrap | Björn-Egil Dahlberg | |
2016-06-20 | Update primary bootstrap | Henrik Nord | |
2016-06-10 | Update primary bootstrap | Hans Bolinder | |
2016-06-03 | Update primary bootstrap | Björn-Egil Dahlberg | |
2016-06-01 | Update primary bootstrap | Björn Gustavsson | |
2016-05-30 | Update primary bootstrap | Björn Gustavsson | |
2016-05-16 | Update primary bootstrap | Björn Gustavsson | |
2016-05-04 | Update primary bootstrap | Björn Gustavsson | |