summaryrefslogtreecommitdiff
path: root/lib/compiler/src/Makefile
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2022-07-03 05:06:14 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2022-10-24 09:01:52 +0200
commitb688003ba2c4605538064ddb702f1b78b6724a61 (patch)
tree56d2eee88584c6cca28cc4b43027e30894795605 /lib/compiler/src/Makefile
parent992789a967c033e2305ede9285de3b2d3aed5360 (diff)
downloaderlang-b688003ba2c4605538064ddb702f1b78b6724a61.tar.gz
compiler: Rewrite relational operators to >= or <
This is not an optimization in itself but it reduces the number of relational operators, which simplifies optimizations in the JIT.
Diffstat (limited to 'lib/compiler/src/Makefile')
-rw-r--r--lib/compiler/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/Makefile b/lib/compiler/src/Makefile
index 8b124d138b..2a720777f0 100644
--- a/lib/compiler/src/Makefile
+++ b/lib/compiler/src/Makefile
@@ -199,6 +199,7 @@ release_docs_spec:
# Dependencies -- alphabetically, please
# ----------------------------------------------------
+$(EBIN)/beam_a.beam: beam_asm.hrl beam_types.hrl
$(EBIN)/beam_asm.beam: beam_asm.hrl beam_opcodes.hrl beam_types.hrl
$(EBIN)/beam_call_types.beam: beam_types.hrl
$(EBIN)/beam_block.beam: beam_asm.hrl