summaryrefslogtreecommitdiff
path: root/lib/compiler/src/compiler.app.src
diff options
context:
space:
mode:
authorBjörn Gustavsson <bjorn@erlang.org>2022-04-02 06:35:28 +0200
committerBjörn Gustavsson <bjorn@erlang.org>2022-04-04 08:10:12 +0200
commitad96ed154a2ee4bf72bae66123f420d3a9584a5c (patch)
tree01666ab3c93ab42effb5cec824890fb2aa6d5104 /lib/compiler/src/compiler.app.src
parentf9c7f02e774639b95f47a99f8d539f83d13a94c7 (diff)
downloaderlang-ad96ed154a2ee4bf72bae66123f420d3a9584a5c.tar.gz
Improve bounds calculation for bitwise operators
Refactor and improve bounds calculations for the `band`, `bor`, and `bxor` operators. That will result in smaller (and possibly faster) code for `rand`, `base64`, and parts of the `asn1` application.
Diffstat (limited to 'lib/compiler/src/compiler.app.src')
-rw-r--r--lib/compiler/src/compiler.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/src/compiler.app.src b/lib/compiler/src/compiler.app.src
index 02d33dd611..345f81aa3a 100644
--- a/lib/compiler/src/compiler.app.src
+++ b/lib/compiler/src/compiler.app.src
@@ -23,6 +23,7 @@
{modules, [
beam_a,
beam_asm,
+ beam_bounds,
beam_block,
beam_call_types,
beam_clean,