diff options
author | Magnus Lång <[email protected]> | 2014-04-14 18:10:31 +0200 |
---|---|---|
committer | Magnus Lång <[email protected]> | 2016-05-23 17:09:27 +0200 |
commit | b9068c94921e97cc918e9c8664c252af33bfaf39 (patch) | |
tree | cccab675404610b623ac5215c0cb59933b49b00a /lib/hipe/main/hipe.app.src | |
parent | a152a8a4e6df5fca0ca6fb0a62ac8fea41b99571 (diff) | |
download | otp-b9068c94921e97cc918e9c8664c252af33bfaf39.tar.gz otp-b9068c94921e97cc918e9c8664c252af33bfaf39.tar.bz2 otp-b9068c94921e97cc918e9c8664c252af33bfaf39.zip |
Added elimination of maps:is_key/2 calls to HiPE
* Implemented removal of maps:is_key/2 calls of which the result is
known in a new pass during the typed phase, called
hipe_icode_call_elim.
* Added the option icode_call_elim that enables the
hipe_icode_call_elim pass, and made it default for o2.
Diffstat (limited to 'lib/hipe/main/hipe.app.src')
-rw-r--r-- | lib/hipe/main/hipe.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hipe/main/hipe.app.src b/lib/hipe/main/hipe.app.src index aa86b6dc5b..f8487151d7 100644 --- a/lib/hipe/main/hipe.app.src +++ b/lib/hipe/main/hipe.app.src @@ -88,6 +88,7 @@ hipe_icode2rtl, hipe_icode_bincomp, hipe_icode_callgraph, + hipe_icode_call_elim, hipe_icode_cfg, hipe_icode_coordinator, hipe_icode_ebb, |