Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-19 | ets: Increase data available in crash dumps and ets:info | Lukas Larsson | |
OTP-12376 | |||
2014-06-11 | erts: Fix cache alignment for ETS write_concurrency locks | Sverker Eriksson | |
Effects if sizeof(erts_smp_rwmtx_t) > 64: + Better performance due to less false sharing - Increased memory footprint per table | |||
2014-02-24 | erts: configure number of write_concurrency locks | Lukas Larsson | |
Make it possible to change the number of write_concurrency locks to use. This is usefull to change when you for some reason want to use more/less locks per write_concurrency ets table. eg. OSs with a limit on how many mutexes can exist at once. | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | erts,stdlib: Increase number of locks for write_concurrency | Sverker Eriksson | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-10-06 | ETS: Fix valgrind PossiblyLost in ETS hash tables | Sverker Eriksson | |
Add an extra pointer to start of segment with the active segment table to get rid of PossiblyLost errors without the need of a too general suppression that may hide real memory leaks in ETS. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |