RESOLVED FIXED 148331
DFG::PutStackSinkingPhase doesn't need to emit KillStack nodes
https://bugs.webkit.org/show_bug.cgi?id=148331
Summary DFG::PutStackSinkingPhase doesn't need to emit KillStack nodes
Filip Pizlo
Reported 2015-08-21 14:35:51 PDT
PutStackSinkingPhase currently emits KillStack nodes when it sinks a PutStack. This isn't necessary because KillStack is only interesting for OSR exit, and PutStack nodes that are relevant to OSR will already be preceded by a KillStack/MovHint pair.
Attachments
the patch (2.04 KB, patch)
2015-08-21 14:37 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2015-08-21 14:37:43 PDT
Created attachment 259660 [details] the patch
Geoffrey Garen
Comment 2 2015-08-21 14:39:25 PDT
Comment on attachment 259660 [details] the patch r=me
Filip Pizlo
Comment 3 2015-08-21 14:44:46 PDT
Note You need to log in before you can comment on or make changes to this bug.