aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db.c
AgeCommit message (Expand)Author
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS 32-bit arch fixes and other cleanupsSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD first stab at high mem allocSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-12-17Merge branch 'rickard/ets-no-write-refc/OTP-9000' into devRickard Green
2010-12-17Merge branch 'rickard/ets-tab-delete/OTP-8999' into devRickard Green
2010-12-16Stop using reference counter when write accessing ETS-tablesRickard Green
2010-12-16Safe deallocation of ETS-table structuresRickard Green
2010-12-16Fix rwlock resource leak when hitting system limitRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-10-07Fix newly introduced halfword emulator bugsRickard Green
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-03-10Correct the VM to work for more test suitesPatrik Nyblom
2010-03-10Make tracing and distribution workPatrik Nyblom
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2010-03-10Fit all heap data into the 32-bit address rangePatrik 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