aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_dirty_bif.tab
AgeCommit message (Collapse)Author
2017-07-06Break erts_debug:lock_counters/1 into separate BIFsJohn Högberg
2017-05-18Make lock counter info independent of the locks being countedJohn Högberg
This allows us to enable/disable lock counting at will, and greatly improves the performance of erts_debug:lock_counters/1 since we no longer have to worry about the lock counters "dying" while we're enumerating them. OTP-14412
2017-01-12Support for dirty BIFsRickard Green