Age | Commit message (Expand) | Author |
2011-03-04 | erts: Initialize register that may be referenced by garbage collection | Björn Gustavsson |
2011-03-02 | Merge branch 'pan/halfword-tmp-heap-fixes/OTP-8332' into dev | Patrik Nyblom |
2011-02-25 | Merge branch 'rickard/temp_alloc_check/OTP-9028' into dev | Rickard Green |
2011-02-23 | beam_emu: Eliminate redundant #ifdef | Björn Gustavsson |
2011-02-23 | beam_emu: Remove unnecessary decrement of I in "case_end r" | Björn Gustavsson |
2011-02-10 | Verify that temp allocated memory is released | Rickard Green |
2011-01-17 | Introduce a few more variations of the move instructions | Björn Gustavsson |
2011-01-17 | Combine a move + jump sequence into the move_jump instruction | Björn Gustavsson |
2011-01-17 | Optimize and clean-up the exact equality/non-equality instructions | Björn Gustavsson |
2011-01-17 | Optimize addition of a small integer to a variable | Björn Gustavsson |
2011-01-17 | Introduce a special instruction for select_val with two values | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg1() in the badmatch and case_end instructions | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg2() in the i_element instruction | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg1() in the fast_element instruction | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg1() in the jump_on_val* instructions | Björn Gustavsson |
2011-01-17 | Eliminate use of GetArg1() in the select_val instruction | Björn Gustavsson |
2011-01-17 | beam_emu: Eliminate sloppy use of tmp_arg1 and tmp_arg2 | Björn Gustavsson |
2011-01-17 | beam_emu: Don't inline helper functions into process_main() | Björn Gustavsson |
2011-01-17 | beam_emu: Clean up calling of the error_handler module | Björn Gustavsson |
2011-01-17 | Optimize creation of tuples | Björn Gustavsson |
2011-01-17 | Allow packing of some more instructions | Björn Gustavsson |
2011-01-17 | Support packing of the 'I' type in a 64-bit emulator | Björn Gustavsson |
2011-01-17 | Eliminate the special instructions for selecting floats and bignums | Björn Gustavsson |
2011-01-17 | BEAM loader: Pack more instructions using a new 'Q' type | Björn Gustavsson |
2011-01-17 | Remove the last vestiges of the allocating fmove/2 instruction | Björn Gustavsson |
2011-01-13 | Fix assymetric (Un)UseTmpHeap in erl_process.c | Patrik Nyblom |
2010-08-30 | Merge branch 'pan/ets_binary_overhead/OTP-8762' into dev | Patrik Nyblom |
2010-08-19 | Remove binary overhead counter from ets objects | Patrik Nyblom |
2010-08-12 | Increase vheap counter to Uint64 | Björn-Egil Dahlberg |
2010-07-22 | Mending halfword heap emulator | Sverker Eriksson |
2010-07-20 | One off-heap list, to eliminate two words per ETS object. | Sverker Eriksson |
2010-06-03 | Teach call time trace patterns to include bifs | Björn-Egil Dahlberg |
2010-06-03 | Teach call count tracing to use atomics | Björn-Egil Dahlberg |
2010-06-03 | Add a scheduler array for BpData at BeamInstr[-4] | Björn-Egil Dahlberg |
2010-06-03 | Fix BeamInstr for call_time | Björn-Egil Dahlberg |
2010-06-03 | Teach call_time trace to use intruction pointers | Björn-Egil Dahlberg |
2010-06-03 | Add return_time trace and PSD deletions | Björn-Egil Dahlberg |
2010-06-03 | Call time breakpoint tracing framework | Björn-Egil Dahlberg |
2010-05-20 | Remove the bs_bits_to_bytes/3 instruction | Björn Gustavsson |
2010-05-20 | erts: Stop supporting non-literal empty tuples | Björn Gustavsson |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-11 | erts: Implement recv_mark/1 and recv_set/1 for real | Björn Gustavsson |
2010-04-30 | emulator: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-28 | OTP-8474 NIF improvements after R13B04 | Sverker Eriksson |
2010-03-22 | erts: Don't support the put_string/3 instruction | Björn Gustavsson |
2010-03-10 | Fix further test-suite problems | Patrik Nyblom |
2010-03-10 | Correct the VM to work for more test suites | Patrik Nyblom |
2010-03-10 | Make tracing and distribution work | Patrik Nyblom |
2010-03-10 | Add the BeamInstr data type for loaded BEAM code | Patrik Nyblom |
2010-03-10 | Store pointers to heap data in 32-bit words | Patrik Nyblom |