Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-12-15 | erts: Rename proc dict size to arraySize | Sverker Eriksson | |
for naming style consistency. | |||
2015-12-15 | erts: Refactor proc dict with 'usedSlots' | Sverker Eriksson | |
which is same as old homeSize + splitPosition. | |||
2015-12-10 | erts: Add sizeMask for faster proc dict indexing | Sverker Eriksson | |
2015-12-09 | erts: Remove ProcDict.used | Sverker Eriksson | |
(homeSize + splitPosition) will do just fine | |||
2015-12-09 | erts: Add proc dict macros ERTS_PD_START/SIZE | Sverker Eriksson | |
2015-12-09 | erts: Optimize hashing in process dictionary | Sverker Eriksson | |
by limiting table sizes to powers of 2. This will change the default size from 10 to 8. | |||
2015-12-07 | erts: Add i_get_hash instruction | Björn-Egil Dahlberg | |
Calculate hashvalue in load-time for constant process dictionary gets. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |