diff options
author | Björn Gustavsson <[email protected]> | 2017-08-31 12:29:25 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-08-31 15:45:31 +0200 |
commit | 3280aa8f8398b2b6a1bb78aedc27fc7e73653288 (patch) | |
tree | f7f79bf010b789c336d080cd8732d821612098a2 /erts/emulator/hipe | |
parent | 1b8cbb336698ab0a1992a35e2c08e2d25c6a66d5 (diff) | |
download | otp-3280aa8f8398b2b6a1bb78aedc27fc7e73653288.tar.gz otp-3280aa8f8398b2b6a1bb78aedc27fc7e73653288.tar.bz2 otp-3280aa8f8398b2b6a1bb78aedc27fc7e73653288.zip |
ops.tab: Mark infrequently used instructions as %cold
Instructions that used to be implemented in beam_emu.c
were not marked as cold as it would make no difference.
Diffstat (limited to 'erts/emulator/hipe')
-rw-r--r-- | erts/emulator/hipe/hipe_ops.tab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_ops.tab b/erts/emulator/hipe/hipe_ops.tab index 96e4c0da91..19a3820a6a 100644 --- a/erts/emulator/hipe/hipe_ops.tab +++ b/erts/emulator/hipe/hipe_ops.tab @@ -23,4 +23,7 @@ hipe_trap_call_closure hipe_trap_return hipe_trap_throw hipe_trap_resume + +%cold hipe_call_count +%hot |