Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-10-26 | erts-hipe: Make hipe enabled emulator compile with new BIF calls | Sverker Eriksson | |
A first step to adapt hipe to the new BIF calling convention. | |||
2011-04-05 | Merge branch 'ks/hipe-ppc64' into dev | Henrik Nord | |
* ks/hipe-ppc64: Enable HiPE by default when compiling for PPC64 Translate RTL to PPC code on PPC64 too Changes in ppc files for PPC64 Additions for the PPC64 backend Changes for the PPC64 backend Added loader for ppc64 New files for the 64-bit backends Cleanup tags OTP-9198 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-14 | Cleanup tags | Kostis Sagonas | |
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 | |