aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-08-31 12:29:25 +0200
committerBjörn Gustavsson <[email protected]>2017-08-31 15:45:31 +0200
commit3280aa8f8398b2b6a1bb78aedc27fc7e73653288 (patch)
treef7f79bf010b789c336d080cd8732d821612098a2 /erts/emulator/hipe
parent1b8cbb336698ab0a1992a35e2c08e2d25c6a66d5 (diff)
downloadotp-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.tab3
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