Age | Commit message (Expand) | Author |
2015-11-18 | Use sharing preserving copy error messages and exceptions | Björn-Egil Dahlberg |
2015-11-18 | Use sharing preserving copy in enif_make_copy | Björn-Egil Dahlberg |
2015-11-18 | Refactor sharing preserved copy flags | Björn-Egil Dahlberg |
2015-11-18 | Fix rebase of SHCOPY seq_tokens | Björn-Egil Dahlberg |
2015-11-17 | Fix erts_debug:copy_shared/1 prototype | Björn-Egil Dahlberg |
2015-11-17 | Add copy_literals testcase | Björn-Egil Dahlberg |
2015-11-17 | Do not use GCC extensions in copy | Björn-Egil Dahlberg |
2015-11-17 | Use copy literal range check in message passing and purging | Björn-Egil Dahlberg |
2015-11-17 | Add BIF for setting internal copy literal range | Björn-Egil Dahlberg |
2015-11-17 | Copy literals in copy sharing | Björn-Egil Dahlberg |
2015-11-17 | Refactor copy sharing | Björn-Egil Dahlberg |
2015-11-17 | Add support for HAMT maps in preserved copy | Björn-Egil Dahlberg |
2015-11-17 | Fix Map preserved sharing copy implementation | Björn-Egil Dahlberg |
2015-11-17 | Fix Halfword removal | Björn-Egil Dahlberg |
2015-11-17 | Fix internal stacks | Björn-Egil Dahlberg |
2015-11-17 | Add support for maps in preserved copy | Nikolaos S. Papaspyrou |
2015-11-17 | Add --enable-sharing-preserving configure flag | Yiannis Tsiouris |
2015-11-17 | Add -debug +vc flag for debuging SHCOPY | Nikolaos S. Papaspyrou |
2015-11-17 | Enable shcopy for spawning processes | Nikolaos S. Papaspyrou |
2015-11-17 | Add machinery to enable SHCOPY dynamically | Nikolaos S. Papaspyrou |
2015-11-17 | Remove DTrace Harddebug clutter | Björn-Egil Dahlberg |
2015-11-17 | Enable shcopy for sending messages | Nikolaos S. Papaspyrou |
2015-11-17 | Add the BIF size_shared/1 and debug cleanup | Nikolaos S. Papaspyrou |
2015-11-17 | Add all the main machinery | Nikolaos S. Papaspyrou |
2015-11-16 | An implementation of lightweight unbounded queues | Nikolaos S. Papaspyrou |
2015-11-16 | Merge branch 'maint' | Henrik Nord |
2015-11-16 | Merge branch 'zenhack/fix-erroneous-__uint32_t' into maint | Henrik Nord |
2015-11-13 | Merge branch 'rickard/l2b-b2l-yield/OTP-13096' | Rickard Green |
2015-11-13 | Merge branch 'rickard/gc-bump-reds/OTP-13097' | Rickard Green |
2015-11-13 | Merge branch 'rickard/gc-after-bif-cond/OTP-13098' | Rickard Green |
2015-11-12 | Merge branch 'rickard/ohmq/OTP-13047' | Rickard Green |
2015-11-12 | Merge branch 'sverk/literal-memory-range' | Rickard Green |
2015-11-12 | Improve yield strategy for list_to_binary()/binary_to_list() | Rickard Green |
2015-11-12 | Bump reductions on GC | Rickard Green |
2015-11-12 | Use the same conditions when triggering GC after BIF | Rickard Green |
2015-11-12 | Fragmented young heap generation and off_heap_message_queue option | Rickard Green |
2015-11-12 | erts: Refactor line table in loaded beam code | Sverker Eriksson |
2015-11-12 | Refactor GC | Rickard Green |
2015-11-12 | erts: Refactor header of loaded beam code | Sverker Eriksson |
2015-11-12 | Introduce literal tag | Rickard Green |
2015-11-12 | fix check_process_code for separate literal area | Sverker Eriksson |
2015-11-12 | erts: Add support for fast erts_is_literal() | Sverker Eriksson |
2015-11-12 | erts: Refactor erl_mmap to allow several mapper instances | Sverker Eriksson |
2015-11-04 | Merge branch 'sverk/binary_split_bif' | Sverker Eriksson |
2015-11-04 | erts: Minor refactor for binary find BIF backend | Andrew Bennett |
2015-11-04 | erts: Refactor BIF for binary:match,matches,split | Andrew Bennett |
2015-11-04 | erts: Refactor backend of binary:split | Sverker Eriksson |
2015-11-04 | erts: Replace 0 with THE_NON_VALUE | Sverker Eriksson |
2015-11-04 | stdlib: Add BIF option 'trim_all' to binary:split/3 | Andrew Bennett |
2015-11-04 | stdlib: Add BIF binary:split/2 and binary:split/3 | Andrew Bennett |