aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_dirty_bif.tab
AgeCommit message (Collapse)Author
2019-02-25Make iolist_size/1 yieldKjell Winblad
The iolist_size/1 function did not yield even if the input list was very long and a call to the function did only consume a single reduction. This commit fixes these problems.
2018-11-09Make '++'/2 trappingJohn Högberg
2018-11-09Remove --/2 from dirty BIF testsJohn Högberg
Now that it traps, --/2 would hang forever when building under --enable-dirty-schedulers-test.
2018-06-18Update copyright yearHenrik Nord
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