Age | Commit message (Expand) | Author |
2014-01-29 | erts: Remove enif_find_map_value | Sverker Eriksson |
2014-01-29 | erts: Let erlang:binary_to_term/1 handle unsorted Maps | Björn-Egil Dahlberg |
2014-01-29 | erts: Optimize erts_map_update/remove | Sverker Eriksson |
2014-01-29 | erts: Fix bug in erts_maps_remove | Sverker Eriksson |
2014-01-29 | erts: Update maps serializing to use term order | Björn-Egil Dahlberg |
2014-01-29 | erts: Update maps instructions to use term order | Björn-Egil Dahlberg |
2014-01-29 | erts: Update maps BIFs to use term order | Björn-Egil Dahlberg |
2014-01-29 | erts: Add BIF erts_internal:cmp_term/2 | Björn-Egil Dahlberg |
2014-01-29 | erts: Add cmp_term to compare | Björn-Egil Dahlberg |
2014-01-29 | erts: NIFs Map API fixup | Björn-Egil Dahlberg |
2014-01-29 | erts: Add NIFs for Maps | Björn-Egil Dahlberg |
2014-01-28 | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg |
2014-01-28 | erts,stdlib: Teach matchspec compiler map guards | Björn-Egil Dahlberg |
2014-01-28 | erts: erlang:phash2 should hash Maps independent of order | Björn-Egil Dahlberg |
2014-01-28 | erts: Add Maps to erlang:phash/2 and erlang:hash/2 | Björn-Egil Dahlberg |
2014-01-28 | erts: Teach term_to_binary/1 and binary_to_term/1 Map encoding | Björn-Egil Dahlberg |
2014-01-28 | erts: Fixup map instructions for halfword | Björn-Egil Dahlberg |
2014-01-28 | compiler: Implement different instructions for => and := | Björn Gustavsson |
2014-01-28 | erts: Introduce more Maps BIFs | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the type-testing guard BIF is_map/1 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the size-testing guard BIF map_size/1 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add phash2 Map functionality | Björn-Egil Dahlberg |
2014-01-28 | erts: Initial Map instructions, type and structure | Björn-Egil Dahlberg |
2014-01-28 | erts: Maps beam-instruction definitions | Björn Gustavsson |
2014-01-28 | Implement support for maps in the compiler | Björn Gustavsson |
2014-01-28 | BEAM loader: Support preservation of extra operand in transforms | Björn Gustavsson |
2014-01-28 | Merge branch 'vinoski/ds' | Rickard Green |
2014-01-28 | initial support for dirty schedulers and dirty NIFs | Steve Vinoski |
2014-01-28 | Merge branch 'vinoski/rm-drv-async-cancel' | Rickard Green |
2014-01-27 | Merge branch 'sverk/misc-bug-fixes' | Sverker Eriksson |
2014-01-27 | Merge branch 'egil/gc-increase-tenure-rate/OTP-11617' | Björn-Egil Dahlberg |
2014-01-27 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-27 | Fix usage of non-empty run-queue flag | Rickard Green |
2014-01-24 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-24 | Disable scheduler utilization balancing if +scl true is passed | Rickard Green |
2014-01-24 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-23 | Merge branch 'rickard/default_acul/OTP-11604' | Rickard Green |
2014-01-23 | Add support for scheduler utilization balancing | Rickard Green |
2014-01-23 | Merge branch 'vinoski/system-flag-warn-msg' | Henrik Nord |
2014-01-23 | erts: Fix faulty assert in match spec engine. | Sverker Eriksson |
2014-01-22 | erts: Fix crash when comparing very large floats with integers | Sverker Eriksson |
2014-01-22 | erts: Refactor big-float compare on HALFWORD to use C-stack | Sverker Eriksson |
2014-01-22 | erts: Fix halfword compile errors in ESTACK | Sverker Eriksson |
2014-01-20 | Merge branch 'sverk/term2bin-simplify' | Sverker Eriksson |
2014-01-20 | Merge branch 'sverk/bin2term-int-size-estimation-bug' | Sverker Eriksson |
2014-01-20 | Merge branch 'egil/fix-bs_get_integer/OTP-11581' | Björn-Egil Dahlberg |
2014-01-17 | erts: Refactor ESTACK & WSTACK to use a struct easy to "export" | Sverker Eriksson |
2014-01-15 | fix system_flag deprecation warnings | Steve Vinoski |
2014-01-15 | erts: Fix benign ESTACK/WSTACK typo | Sverker Eriksson |
2014-01-15 | erts: Fix compiler warnings for NO_JUMP_TABLE | Sverker Eriksson |