aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/utils.c
AgeCommit message (Expand)Author
2015-03-12erts: Tweak over estimation of hashmap size for binary_to_termSverker Eriksson
2015-03-12erts: Fix erlang:hash and erlang:phash for hamtSverker Eriksson
2015-03-12erts: Fix compare order of hamt vs other typesSverker Eriksson
2015-03-12erts: Add make_internal_hashSverker Eriksson
2015-03-12erts: Make ESTACK usable through pointerBjörn-Egil Dahlberg
2015-03-12erts: Remove erl_hashmap.[ch] filesBjörn-Egil Dahlberg
2015-03-12erts: Refactor erl_hashmap header includesBjörn-Egil Dahlberg
2015-03-12erts: Change phash2 of maps to be sensitive to key-value combos.Sverker Eriksson
2015-03-12erts: Add micro optimization to phash2 of tuplesSverker Eriksson
2015-03-12erts: Add hashing of hashmapsSverker Eriksson
2015-03-12erts: Make hashmap compare non-recursiveSverker Eriksson
2015-03-12erts: First recursive version of hashmap compareSverker Eriksson
2015-03-12erts: Change to total ordering of keys in small mapsSverker Eriksson
2015-03-12erts: Make WSTACK usable through pointerSverker Eriksson
2015-03-12erts: Add PSTACKSverker Eriksson
2015-03-12erts: Add RESERVE and FAST_PUSH for ESTACK & WSTACKSverker Eriksson
2015-03-12erts: Add matching of hashmapsSverker Eriksson
2014-12-10Merge branch 'maint'Rickard Green
2014-12-10Use the new 64-bit atomic ops APIRickard Green
2014-11-03Merge branch 'sverk/yielding-distr-send/OTP-12232'Sverker Eriksson
2014-10-24erts: Make hipe_{un}reserve_beam_trap_frame INLINESverker Eriksson
2014-09-25Merge branch 'rickard/eager-check-io/OTP-12117' into rickard/maint-17/eager-c...Rickard Green
2014-09-25Introduce support for eager check I/O schedulingRickard Green
2014-08-29erts: Optimize some repeated calls to {E,W}STACK_PUSHSverker Eriksson
2014-08-06erts: Print error reason when malloc failsLukas Larsson
2014-05-22Make binary BIFs converting from lists yield on large inputRickard Green
2014-02-27erts: Fix Map cmp exact equal of an empty mapBjörn-Egil Dahlberg
2014-02-24Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson
2014-02-24Added support for ENEA OSELukas Larsson
2014-02-19beam/utils.c: Change back cmp() to only take two argumentsBjörn Gustavsson
2014-01-29erts: Add cmp_term to compareBjörn-Egil Dahlberg
2014-01-28erts: erlang:phash2 should hash Maps independent of orderBjörn-Egil Dahlberg
2014-01-28erts: Add Maps to erlang:phash/2 and erlang:hash/2Björn-Egil Dahlberg
2014-01-28erts: Add phash2 Map functionalityBjörn-Egil Dahlberg
2014-01-28erts: Initial Map instructions, type and structureBjörn-Egil Dahlberg
2014-01-22erts: Fix crash when comparing very large floats with integersSverker Eriksson
2014-01-22erts: Refactor big-float compare on HALFWORD to use C-stackSverker Eriksson
2014-01-17erts: Refactor ESTACK & WSTACK to use a struct easy to "export"Sverker Eriksson
2014-01-15erts: Fix benign ESTACK/WSTACK typoSverker Eriksson
2013-12-07Merge branch 'rickard/garbage_collect/OTP-11388'Rickard Green
2013-11-18Execution of system tasks in context of another processRickard Green
2013-10-16Merge branch 'sverk/load-nif-unicode'Sverker Eriksson
2013-10-15Merge branch 'maint'Sverker Eriksson
2013-09-30erts: Rename erts_bld_atom_uint_2tup_list to *_uword_*Sverker Eriksson
2013-09-13erts: Fix loading of NIF library with unicode in pathSverker Eriksson
2013-08-21erts: Add option to include nifs staticallyLukas Larsson
2013-08-16Merge branch 'pan/update_pcre_8.33'Patrik Nyblom
2013-08-09Clarify relation between erts_iolist_{size|to_buf}Patrik Nyblom
2013-07-11erts: Add cflags, ldflags and config.h into executableLukas Larsson
2013-07-11Merge branch 'jw/fix-float-middle-endian/OTP-11201' into maintFredrik Gustafsson