Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-04 | Merge branch 'maint' | Lukas Larsson | |
* maint: Remove stale code for hybrid heap and incremental GC Remove the hipe_bifs:show_message_area/0 BIF Remove support for erlang:system_info(global_heaps_size) Remove the erlang:garbage_collect_message_area/0 BIF Remove workarounds for hybrid and shared heaps in test suites Conflicts: erts/doc/src/erlang.xml erts/emulator/beam/erl_message.c erts/emulator/beam/erl_process.c erts/emulator/beam/erl_process.h erts/emulator/hipe/hipe_bif2.tab lib/hipe/cerl/erl_bif_types.erl | |||
2012-05-10 | Remove the hipe_bifs:show_message_area/0 BIF | Björn Gustavsson | |
2012-02-09 | hipe,erts: Debug support for native call trace | Sverker Eriksson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-01-31 | Remove hipe constants pool | Paul Guyot | |
Hipe constants used to be allocated within a single, fixed-size pool for interaction with the garbage collector. However, the garbage collector no longer depends on constants being allocated within a single pool, and the fixed size of the pool both meant unnecessary allocations on most deployments and crashes on deployments requiring more constants. The code was simplified to directly invoke erts_alloc. Debugging and undocumented function hipe_bifs:show_literals/0 was removed (it returned true and output text to the console), and debugging and undocumented function hipe_bifs:constants_size/0 was rewritten with a global to count the size of allocated constants. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |