Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-06 | check_process_code: Sweep HiPE stack for literals | Magnus Lång | |
Because check_process_code neglected checking the HiPE stack for references to the literal area, such references would survive the purge and subsequent deletion of a module and its literal area. These dangling references would then cause incorrect behaviour or even hard crashes of the VM. By simply adding a scan of the HiPE stack to check_process_code and erts_garbage_collect_literals, this problem is fixed. In order to support full stack walks without deleting the graylimit trap, a new stack walking interface function, nstack_walk_init_sdesc_ignore_trap() was introduced. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-03-04 | hipe: Use block comments - ansi style | Björn-Egil Dahlberg | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-21 | Fix compiler error for hipe in debug emulator | Sverker Eriksson | |
Use am_undefined as it seems to be more releable to exist. | |||
2012-02-17 | hipe,erts: Add DEBUG support with MFA's in stack descriptors | Sverker Eriksson | |
2011-02-14 | Cleanup tags | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |