Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | Added elimination of maps:is_key/2 calls to HiPE | Magnus Lång | |
* 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. |