aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/beam_load.c
AgeCommit message (Expand)Author
2010-09-01Merge branch 'pg/fix-segfault-on-crash_dump-with-hipe' into devBjörn Gustavsson
2010-08-27Fix segmentation fault when dumping the crash log with hipe enabled and nativ...Paul Guyot
2010-08-19Remove binary overhead counter from ets objectsPatrik Nyblom
2010-05-20Remove stray support for the put_literal/2 instructionBjörn Gustavsson
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-03-22erts: Don't support the put_string/3 instructionBjörn Gustavsson
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-10Fix further test-suite problemsPatrik Nyblom
2010-03-10Turn on instruction packing in the loader and virtual machinePatrik Nyblom
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2009-11-29Fix glitches when native code modules are usedBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP