Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-04-12 | New process_info() implementation using signals | Rickard Green | |
2016-11-22 | Merge branch 'maint' | Sverker Eriksson | |
2016-11-17 | erts: Refactor crash dumping with cbprintf | Sverker Eriksson | |
Instead of passing around a file descriptor use a function pointer to facilitate more advanced backend write logic such as size limitation or compression. | |||
2016-10-10 | erts: Refactor process dict hash pre-calculation | Sverker Eriksson | |
with new function erts_pd_make_hx() | |||
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 | |