diff options
author | Björn Gustavsson <[email protected]> | 2019-02-28 07:30:20 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-03-01 14:06:13 +0100 |
commit | d841a0919f73adca02a1776e65fca4fd8318050d (patch) | |
tree | 1bc645a4113b3640434054df50e82951108dea01 /erts/emulator/beam/instrs.tab | |
parent | fa578a4025c1cbf46c3885ba7fe44fe6301b66c0 (diff) | |
download | otp-d841a0919f73adca02a1776e65fca4fd8318050d.tar.gz otp-d841a0919f73adca02a1776e65fca4fd8318050d.tar.bz2 otp-d841a0919f73adca02a1776e65fca4fd8318050d.zip |
Remove the combined instruction is_nonempty_list_test_heap
It turns out that the combination of is_nonempty_list
and test_heap is no longer frequent.
Diffstat (limited to 'erts/emulator/beam/instrs.tab')
-rw-r--r-- | erts/emulator/beam/instrs.tab | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/erts/emulator/beam/instrs.tab b/erts/emulator/beam/instrs.tab index 855dcf943a..14ca07f97e 100644 --- a/erts/emulator/beam/instrs.tab +++ b/erts/emulator/beam/instrs.tab @@ -666,12 +666,6 @@ is_nonempty_list(Fail, Src) { } } -is_nonempty_list_test_heap(Fail, Need, Live) { - //| -no_prefetch - $is_nonempty_list($Fail, x(0)); - $test_heap($Need, $Live); -} - is_nonempty_list_allocate(Fail, Src, Need, Live) { //| -no_prefetch $is_nonempty_list($Fail, $Src); |