aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-04-13 09:20:16 +0200
committerBjörn Gustavsson <[email protected]>2019-05-23 12:16:56 +0200
commit3bfd8439d07bee689d2a2877e01a827cab1f028c (patch)
treeb56741674c57f341b115e7369e0aebb635845532 /scripts
parent59a813cb8d9f687b612782be0103643837b2de8e (diff)
downloadotp-3bfd8439d07bee689d2a2877e01a827cab1f028c.tar.gz
otp-3bfd8439d07bee689d2a2877e01a827cab1f028c.tar.bz2
otp-3bfd8439d07bee689d2a2877e01a827cab1f028c.zip
Implement '==' optimization in beam_ssa_type
`=:=` is faster than `==`, so when they would return the same result, we want to replace `==` with `=:=`. There is currently such an optimization in sys_core_fold, but the optimimization will be more effective if done in beam_ssa_type because beam_ssa_type has better type information.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions