summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_db.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson2013-01-231-1/+1
|\
| * UTF-8 support for distributionRickard Green2013-01-161-1/+1
* | Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-071-37/+52
|\ \ | |/ |/|
| * Prepare for use of ptab functionality also for portsRickard Green2012-12-031-27/+42
| * Generalize process table implementationRickard Green2012-12-031-11/+11
* | Merge branch 'maint'Rickard Green2012-11-161-4/+0
|\ \
| * | Fix erlang:memory(ets)Rickard Green2012-11-061-4/+0
* | | Merge branch 'rickard/tab-unref-thr-prgr/OTP-10167'Rickard Green2012-08-031-26/+6
|\ \ \ | | |/ | |/|
| * | Use thread progress instead of scheduling misc aux work were possibleRickard Green2012-08-021-26/+6
* | | Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green2012-04-271-7/+7
|\ \ \ | |/ /
| * | Optimize process table accessRickard Green2012-04-161-7/+7
| |/
* | erts: Refactor new helper function erts_init_trap_exportSverker Eriksson2012-02-211-38/+12
|/
* Misc memory barrier fixesRickard Green2012-02-191-3/+3
* Get cerl and distribution working in Win64Patrik Nyblom2011-12-021-4/+4
* Remove remaining gcc 4.6 assigned-but-not-used warnings from ertsPatrik Nyblom2011-11-161-3/+21
* Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green2011-11-131-2/+1
|\
| * Use generic lock-free queue for misc aux workRickard Green2011-11-131-2/+1
| * Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green2011-10-141-27/+29
| |\
* | \ Merge branch 'sverk/bif-args/OTP-9662'Sverker Eriksson2011-11-091-52/+79
|\ \ \
| * | | Use the proper macros in all BIFsBjörn Gustavsson2011-10-261-52/+79
* | | | erts: Remove debug variables in erl_dbBjörn-Egil Dahlberg2011-11-071-1/+10
|/ / /
* | | Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-161-6/+4
|\ \ \ | |/ /
| * | Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer)Patrik Nyblom2011-09-121-6/+4
* | | Merge branch 'dev' into majorSverker Eriksson2011-07-121-23/+24
|\ \ \ | |/ / | | / | |/ |/|
| * Fix bug in ets:delete for write_concurrency that could lead to deadlockSverker Eriksson2011-07-071-23/+24
* | Use new atomic API in runtime systemRickard Green2011-06-141-27/+29
|/
* erts_printf %be to print integers of size EtermSverker Eriksson2011-03-161-1/+1
* Add erts_alloc_permanent_cache_aligned to supress valgrindSverker Eriksson2011-03-031-11/+4
* HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson2011-02-031-5/+3
* HALFWORD ETS 32-bit arch fixes and other cleanupsSverker Eriksson2011-02-031-2/+1
* HALFWORD ETS Real matching on relative termsSverker Eriksson2011-02-031-1/+1
* HALFWORD first stab at high mem allocSverker Eriksson2011-02-031-3/+3
* HALFWORD ETS relative termsSverker Eriksson2011-02-031-8/+23
* Merge branch 'rickard/ets-no-write-refc/OTP-9000' into devRickard Green2010-12-171-77/+59
|\
| * Stop using reference counter when write accessing ETS-tablesRickard Green2010-12-161-77/+59
* | Merge branch 'rickard/ets-tab-delete/OTP-8999' into devRickard Green2010-12-171-5/+34
|\ \ | |/
| * Safe deallocation of ETS-table structuresRickard Green2010-12-161-3/+33
| * Fix rwlock resource leak when hitting system limitRickard Green2010-12-161-2/+1
* | Use new atomic types in emulatorRickard Green2010-12-151-2/+2
|/
* ETS 'compressed' option.Sverker Eriksson2010-11-221-9/+21
* Fix newly introduced halfword emulator bugsRickard Green2010-10-071-3/+3
* Re-enable spin wait on ethreads rwlocksRickard Green2010-09-081-2/+2
* Rewrite ethread libraryRickard Green2010-08-101-85/+234
* Correct the VM to work for more test suitesPatrik Nyblom2010-03-101-1/+4
* Make tracing and distribution workPatrik Nyblom2010-03-101-1/+1
* Add the BeamInstr data type for loaded BEAM codePatrik Nyblom2010-03-101-9/+9
* Store pointers to heap data in 32-bit wordsPatrik Nyblom2010-03-101-18/+24
* Fit all heap data into the 32-bit address rangePatrik Nyblom2010-03-101-23/+63
* Merge branch 'egil/lcnt' into ccase/r13b04_devErlang/OTP2010-02-101-18/+5
|\
| * Add runtime option to enable/disable lcnt statsBjörn-Egil Dahlberg2010-02-081-13/+0
|/