RESOLVED FIXED 143733
Rationalize DFG OSR exit liveness
https://bugs.webkit.org/show_bug.cgi?id=143733
Summary Rationalize DFG OSR exit liveness
Filip Pizlo
Reported 2015-04-14 15:53:18 PDT
Currently we keep things that are dead-in-DFG alive for OSR by using Phantoms. Phantoms are fine as a backend hack in the DFG, but they are really hard to preserve soundly through serious compiler transformations. We should rationalize this so that we have fewer bugs to fix.
Attachments
Filip Pizlo
Comment 1 2015-05-14 12:29:28 PDT
This is done!
Note You need to log in before you can comment on or make changes to this bug.