aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2011-11-10erts: Teach VM to reallocate beam catch tableBjörn-Egil Dahlberg
2011-11-08Merge branch 'bjorn/create-less-garbage'Björn Gustavsson
2011-11-07Merge branch 'egil/fix-compiler-warnings'Björn-Egil Dahlberg
2011-11-07Merge branch 'ta/nif-variadic-funs'Henrik Nord
2011-11-07erts: Remove unused variable in enif_make_binaryBjörn-Egil Dahlberg
2011-11-07erts: Remove debug variable in list_to_binaryBjörn-Egil Dahlberg
2011-11-07erts: Remove cp on exiting and trapping processesBjörn-Egil Dahlberg
2011-11-07erts: Remove debug variables in erl_dbBjörn-Egil Dahlberg
2011-11-07erts: Remove lock_check debug variablesBjörn-Egil Dahlberg
2011-11-07erts: remove debug variables in beam_bpBjörn-Egil Dahlberg
2011-11-02beam_loader: Support external funs in the literal poolBjörn Gustavsson
2011-11-02beam_load.c: Clarify error message when loading unsupported BEAM filesBjörn Gustavsson
2011-11-01Merge branch 'lukas/erts/large_float_cmp/OTP-9497'Lukas Larsson
2011-10-27erts: Make erl_nif.h compile with gcc on WindowsSverker Eriksson
2011-10-20Merge branch 'bjorn/unicode-noncharacters/OTP-9624'Björn Gustavsson
2011-10-18erts: convert variadic nif funs into inline funsTuncer Ayaz
2011-10-18Merge branch 'fm/enif_is_number'Henrik Nord
2011-10-13Allow noncharacter code points in unicode encoding and decodingBjörn Gustavsson
2011-10-11Do small optimisation on platforms with 32 bit EtermLukas Larsson
2011-10-11Optimize comparison of huge floats and smaller bignumsLukas Larsson
2011-10-11Cleanup double_to_bignum conversion codeLukas Larsson
2011-10-11Update size of tmp cmp bignum bufferLukas Larsson
2011-10-11Update heauristic to work on halfwordLukas Larsson
2011-10-11Add heauristics bignum vs float checksLukas Larsson
2011-10-11Optimise bugnum and small comparisonLukas Larsson
2011-10-11Update integer and floating point number comparisonsLukas Larsson
2011-10-11Simplify transformations of gc_bif[123] instructionsBjörn Gustavsson
2011-10-11Refactor 'too_old_compiler' handlingBjörn Gustavsson
2011-10-11Introduce 'try_me_else_fail'Björn Gustavsson
2011-10-11Combine 'store_var' with 'next_arg'Björn Gustavsson
2011-10-11Merge 'next_instr' and 'is_op' into 'next_instr'Björn Gustavsson
2011-10-11Merge 'new_instr' and 'store_op' into 'new_instr'Björn Gustavsson
2011-10-11Combine a 'call' instruction with the following 'end' instructionBjörn Gustavsson
2011-10-11Remove some unnecessary type constraints in transformationsBjörn Gustavsson
2011-10-11Get rid of redundant 'try_me_else' and 'fail' instructionsBjörn Gustavsson
2011-10-11Remove too_old_compiler handling for very old instruction variantsBjörn Gustavsson
2011-10-11Remove the special instructions for the hybrid heap emulatorBjörn Gustavsson
2011-10-11Remove optimization of 'move R R'Björn Gustavsson
2011-10-09Pre-build the tuples returned by os:type/0 and os:version/0Björn Gustavsson
2011-09-29Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-29Merge branch 'dev' into majorLukas Larsson
2011-09-28Prevent valgrind warning for erts_alloc_permanent_cache_alignedSverker Eriksson
2011-09-28[erts] Fix memory leak in erts_make_stub_module (hipe loading)Sverker Eriksson
2011-09-26Merge branch 'dev' into majorLars Thorsen
2011-09-24Merge branch 'rickard/aux-work-bug/OTP-9567' into devRickard Green
2011-09-22Fix lost wakeup of scheduler when enqueuing auxiliary workRickard Green
2011-09-20Merge branch 'dev' into majorHenrik Nord
2011-09-20Merge branch 'ta/docs-fixes' into devHenrik Nord
2011-09-19Merge branch 'dev' into majorRickard Green