aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_util.c
AgeCommit message (Expand)Author
2011-07-07Fix a match-spec trace bug that could cause emulator crashSverker Eriksson
2011-03-16erts_printf %be to print integers of size EtermSverker Eriksson
2011-03-09Fix 18 exabyte memory allocation failureBjörn Gustavsson
2011-02-18Fix vm crash in kernel test case seq_trace_SUITE:callSverker Eriksson
2011-02-03HALFWORD ETS match spec heap fragment optimizationSverker Eriksson
2011-02-03HALFWORD ETS removed eheap and improved test case t_match_spec_runSverker Eriksson
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS db_prog_match optimizationSverker Eriksson
2011-02-03HALFWORD ETS Fix segv for match spec with several function and guardsSverker Eriksson
2011-02-03HALFWORD Make more allocators use high mem (binary, fixed and driver)Sverker Eriksson
2011-02-03HALFWORD ETS 32-bit arch fixes and other cleanupsSverker 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-08-19Remove binary overhead counter from ets objectsPatrik Nyblom
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
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
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP