Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-12 | Support for dirty BIFs | Rickard Green | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-12-07 | erts: Change erts_internal:map_type/1 into term_type/1 | Sverker Eriksson | |
to support other terms, not just maps | |||
2015-11-17 | Add machinery to enable SHCOPY dynamically | Nikolaos S. Papaspyrou | |
This commit is just for debugging purposes, will probably be reverted. It comes with a the erts_debug:copy_shared/1 BIF. If SHCOPY_DISABLE is defined, SHCOPY starts disabled and is dynamically enabled the first time that the BIF is called. | |||
2015-11-17 | Add the BIF size_shared/1 and debug cleanup | Nikolaos S. Papaspyrou | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-23 | kernel: Add instruction_count helper to erts_debug | Björn-Egil Dahlberg | |
2015-03-19 | kernel: Add spec for erts_debug:map_info/1 | Björn-Egil Dahlberg | |
2015-03-12 | erts, kernel: Fix erts_debug:size/1 for hashmaps | Björn-Egil Dahlberg | |
This commit introduces two BIFs: * erts_internal:map_type/1 * erts_internal:map_hashmap_children/1 erts_internal:map_hashmap_children/1 is only intended for use within erts_debug:size/1 since the internal hashmap node is not allowed to leak anywhere. | |||
2014-04-30 | kernel: Fix erts_debug:size/1 to handle Map sizes | Björn-Egil Dahlberg | |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder | |
2012-03-20 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Improve erts_debug_SUITE Fix calculation of fun size in erts_debug:size/1 | |||
2012-03-19 | Fix calculation of fun size in erts_debug:size/1 | Björn Gustavsson | |
Funs would be calculated using erts_debug:flat_size/1. | |||
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |