Age | Commit message (Expand) | Author |
2014-11-03 | Merge branch 'sverk/yielding-distr-send/OTP-12232' | Sverker Eriksson |
2014-11-03 | erts: Add constant TERM_TO_BINARY_MEMCPY_FACTOR | Sverker Eriksson |
2014-10-24 | Merge branch 'sverk/hipe-inline-reserve-trap-frame' | Sverker Eriksson |
2014-10-24 | erts: Make hipe_{un}reserve_beam_trap_frame INLINE | Sverker Eriksson |
2014-09-04 | erts: Refactor binary allocation interface to also initialize Binary | Sverker Eriksson |
2014-09-03 | erts: Fix bug in term_to_binary that reallocates binary with wrong size | Sverker Eriksson |
2014-08-29 | erts: Optimize some repeated calls to {E,W}STACK_PUSH | Sverker Eriksson |
2014-08-29 | erts: Yield in term_to_binary when encoding big maps | Sverker Eriksson |
2014-08-29 | erts: Remove unnecessary goto for fun encoding | Sverker Eriksson |
2014-08-29 | erts: Yield in term_to_binary while copying large binaries | Sverker Eriksson |
2014-08-29 | erts: Implement yielding for distributed send of large messages | Sverker Eriksson |
2014-06-05 | Replace erlang:binary_to_term() Erlang wrappers | Rickard Green |
2014-05-13 | HiPE wrappers for BIFs disabling GC | Sverker Eriksson |
2014-03-14 | erts: Change external format for maps | Sverker Eriksson |
2014-02-25 | Merge branch 'sverk/hipe-disable-gc-bug' | Sverker Eriksson |
2014-02-25 | erts: Fix heap overwrite by hipe "trap frames" when GC is disabled | Sverker Eriksson |
2014-02-24 | erts: Set default external enc to use new float scheme | Lukas Larsson |
2014-02-03 | erts: Fix bug in binary_to_term for maps | Sverker Eriksson |
2014-01-29 | erts: Add map construction to driver API | Sverker Eriksson |
2014-01-29 | erts: Let erlang:binary_to_term/1 handle unsorted Maps | Björn-Egil Dahlberg |
2014-01-29 | erts: Update maps serializing to use term order | 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-20 | Merge branch 'sverk/term2bin-simplify' | Sverker Eriksson |
2014-01-17 | erts: Refactor ESTACK & WSTACK to use a struct easy to "export" | Sverker Eriksson |
2014-01-10 | erts: Simplify term_to_binary by removing saved ESTACK from root set | Sverker Eriksson |
2014-01-08 | erts: Remove overestimation of heap space in binary_to_term | Sverker Eriksson |
2013-12-12 | Merge branch 'sverk/trapping-bin2term' into OTP_R16B03 | Sverker Eriksson |
2013-11-21 | erts: Adjust term_to_binary reduction factorsR16B02_yielding_binary_to_term | Sverker Eriksson |
2013-11-21 | erts: Yield after trapping term_to_binary if gc has been ordered | Sverker Eriksson |
2013-11-21 | erts: Let term_to_binary disable gc while trapping | Sverker Eriksson |
2013-11-18 | erts: Fix bug in binary_to_term for compressed on halfword | Sverker Eriksson |
2013-11-18 | erts: Fix crash when binary_to_term throws badarg | Sverker Eriksson |
2013-11-18 | erts: Trapping memcpy in binary_to_term | Sverker Eriksson |
2013-11-18 | erts: Cleanup code for trapping binary_to_term | Sverker Eriksson |
2013-11-18 | erts: Add erlang wrappers to binary_to_term | Sverker Eriksson |
2013-11-18 | trapping uncompress | Sverker Eriksson |
2013-11-18 | trapping size calculation | Sverker Eriksson |
2013-11-18 | trapping binary_to_term/2 | Sverker Eriksson |
2013-11-18 | trapping STRING_EXT | Sverker Eriksson |
2013-11-18 | trapping lists and tuples | Sverker Eriksson |
2013-11-18 | trapping binary_to_term passing binary_SUITE | Sverker Eriksson |
2013-11-18 | erts: Fix bug in binary_to_term for binaries larger than 2^31 | Sverker Eriksson |
2013-11-18 | erts: Fix bugs in binary_to_term for invalid bitstrings | Sverker Eriksson |
2013-07-11 | Merge branch 'jw/fix-float-middle-endian/OTP-11201' into maint | Fredrik Gustafsson |
2013-06-14 | erts: Fix memory leak in term_to_binary/2 with compressed option | Sverker Eriksson |
2013-06-14 | Fix external term format BIFs on floating point middle-endian machines | Johannes Weißl |
2013-06-10 | term_to_binary: Remove debug code and set production trap levels | Patrik Nyblom |
2013-06-06 | Teach erl_gc:offset_rootset about extra_root | Patrik Nyblom |
2013-06-05 | Teach external.c to handle reallocs before compression | Patrik Nyblom |
2013-06-05 | Make all steps ofterm_to_binary work in chunks and yield | Patrik Nyblom |