RESOLVED FIXED 148743
StructureStubInfo should be able to reset itself without going through CodeBlock
https://bugs.webkit.org/show_bug.cgi?id=148743
Summary StructureStubInfo should be able to reset itself without going through CodeBlock
Filip Pizlo
Reported 2015-09-03 11:21:08 PDT
When StructureStubInfo concludes that things are dead, or a watchpoint fires, we shouldn't have to call into CodeBlock to clear the stub. The stub should be able to clear itself.
Attachments
the patch (10.96 KB, patch)
2015-09-03 15:32 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2015-09-03 15:32:08 PDT
Created attachment 260531 [details] the patch
Geoffrey Garen
Comment 2 2015-09-03 16:02:08 PDT
Comment on attachment 260531 [details] the patch r=me
Filip Pizlo
Comment 3 2015-09-03 17:02:56 PDT
Note You need to log in before you can comment on or make changes to this bug.