aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_hash.c
AgeCommit message (Expand)Author
2013-09-16erts: Remove space in 'Buckets' printoutBjörn-Egil Dahlberg
2012-04-04Merge branch 'rickard/no_ets_write_concurrency/OTP-10048' into rickard/no_ets...Rickard Green
2012-04-04Remove unnecessary memory barriers in ETS when no write_concurrency is usedRickard Green
2012-02-19Misc memory barrier fixesRickard Green
2011-10-06ETS: Fix faulty size calculation SIZEOF_EXTSEGSverker Eriksson
2011-10-06ETS: Fix valgrind PossiblyLost in ETS hash tablesSverker Eriksson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Merge branch 'rickard/barriers/OTP-9281' into devRickard Green
2011-05-13Add needed barriers for write_concurrency tablesRickard Green
2011-05-06ETS usage of erts_printf %RSverker Eriksson
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS nicer update_elementSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-19Remove binary overhead counter from ets objectsPatrik Nyblom
2010-08-10Merge branch 'rickard/ethread-rewrite/OTP-8544' into devRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-03-10Make tracing and distribution workPatrik Nyblom
2010-02-10Merge branch 'egil/lcnt' into ccase/r13b04_devErlang/OTP
2010-02-08Add runtime option to enable/disable lcnt statsBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP