diff options
author | Björn Gustavsson <[email protected]> | 2017-08-31 14:56:33 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-08-31 15:02:29 +0200 |
commit | 1b8cbb336698ab0a1992a35e2c08e2d25c6a66d5 (patch) | |
tree | 8a83353926bf97c647410b223d69e0de9d7d77ac /erts/emulator/Makefile.in | |
parent | f0b2ac51019181cc765b55e95b2723f5ed03d3fa (diff) | |
download | otp-1b8cbb336698ab0a1992a35e2c08e2d25c6a66d5.tar.gz otp-1b8cbb336698ab0a1992a35e2c08e2d25c6a66d5.tar.bz2 otp-1b8cbb336698ab0a1992a35e2c08e2d25c6a66d5.zip |
Introduce '%warm' and beam_warm.h
The bit syntax instructions are mixed among other instructions
in beam_hot.h and beam_cold.h.
Introduce a new hotness level called '%warm' with is associated
file beam_warm.h. Mark all bit syntax instructions as '%warm'.
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index bc7eb72221..cdc14a0c8b 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -545,6 +545,7 @@ OPCODE_TABLES += hipe/hipe_ops.tab hipe/hipe_instrs.tab endif $(TTF_DIR)/beam_cold.h \ +$(TTF_DIR)/beam_warm.h \ $(TTF_DIR)/beam_hot.h \ $(TTF_DIR)/beam_opcodes.c \ $(TTF_DIR)/beam_opcodes.h \ |