Age | Commit message (Expand) | Author |
2011-11-17 | Allow refc binaries in literal pools | Björn Gustavsson |
2011-11-14 | BEAM loader: Refactor code loading into separate functions | Björn Gustavsson |
2011-11-14 | BEAM loader: Clean up handling of error reasons | Björn Gustavsson |
2011-11-14 | Remove the useless -l option | Björn Gustavsson |
2011-11-13 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green |
2011-11-13 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green |
2011-11-13 | Use generic lock-free queue for async threads | Rickard Green |
2011-11-13 | Optimize memory allocation | Rickard Green |
2011-10-26 | Change the calling convention for BIFs | Björn Gustavsson |
2011-10-26 | Use the proper macros in all BIFs | Björn Gustavsson |
2011-08-18 | erl: Add +L to suppress loading of line number information | Björn Gustavsson |
2011-08-16 | beam_emu: Factor out saving of stack trace from save_stacktrace() | Björn Gustavsson |
2011-08-16 | Lookup and include filenames and line numbers in exceptions | Björn Gustavsson |
2011-08-16 | Refactor building of the exception stacktrace | Björn Gustavsson |
2011-06-14 | Use new atomic API in runtime system | Rickard Green |
2011-05-13 | Merge branch 'rickard/barriers/OTP-9281' into dev | Rickard Green |
2011-05-13 | Use 32-bit atomic for port snapshot | Rickard Green |
2011-05-13 | Remove pointless erts_ports_alive variable | Rickard Green |
2011-05-13 | Merge branch 'bjorn/fix-warnings/OTP-9250' into dev | Björn Gustavsson |
2011-05-11 | erl_trace: Eliminate alias warning | Björn Gustavsson |
2011-05-10 | Replace io_list_len() with erts_iolist_size() | Björn Gustavsson |
2011-03-16 | erts_printf %be to print integers of size Eterm | Sverker Eriksson |
2011-03-11 | Merge branch 'bjorn/binary-overflow/OTP-9117' into dev | Björn Gustavsson |
2011-03-10 | Merge branch 'pg/fix-hibernate-with-hipe' into dev | Sverker Eriksson |
2011-03-09 | Fix 18 exabyte memory allocation failure | Björn Gustavsson |
2011-02-03 | HALFWORD ETS Further match spec optimization to minimize copying and garbage | Sverker Eriksson |
2011-02-03 | HALFWORD ETS Real matching on relative terms | Sverker Eriksson |
2011-02-03 | HALFWORD ETS relative terms | Sverker Eriksson |
2011-01-29 | Fix several bugs related to hibernate/3 and HiPE | Paul Guyot |
2010-12-20 | Refactor timer interface | Björn-Egil Dahlberg |
2010-12-16 | Use 32-bit atomics for misc scheduling specific information | Rickard Green |
2010-12-15 | Use new atomic types in emulator | Rickard Green |
2010-11-30 | Teach spawn_executable about Unicode | Patrik Nyblom |
2010-11-30 | Convert filenames read on MacOSX to canonical form | Patrik Nyblom |
2010-11-22 | ETS 'compressed' option. | Sverker Eriksson |
2010-11-18 | Move cpu topology functionality into erl_cpu_topology.[ch] | Rickard Green |
2010-08-17 | erts: Remove stray pre-ISO-C compatibility macros | Björn Gustavsson |
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_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-06-03 | OTP-8555 Send message from NIF | Sverker Eriksson |
2010-06-01 | OTP-8612 Fix potential premature destruction of port locks | Rickard Green |
2010-06-01 | Remove stray SAE support | Björn Gustavsson |
2010-05-17 | Add guard BIFs binary_part/2,3 | Patrik Nyblom |
2010-05-17 | Count reductions for process even when not trapping | Patrik Nyblom |
2010-05-17 | Teach BIF's binary:match/matches interrupting/restarting | Patrik Nyblom |
2010-04-28 | OTP-8474 NIF improvements after R13B04 | Sverker Eriksson |