Bug 148743

Summary: StructureStubInfo should be able to reset itself without going through CodeBlock
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, basile_clement, benjamin, ggaren, mark.lam, mhahnenb, msaboff, nrotem, oliver, saam, sam
Priority: P2    
Version: Other   
Hardware: All   
OS: All   
Bug Depends on: 148742    
Bug Blocks: 148718    
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 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.
Comment 1 Filip Pizlo 2015-09-03 15:32:08 PDT
Created attachment 260531 [details]
the patch
Comment 2 Geoffrey Garen 2015-09-03 16:02:08 PDT
Comment on attachment 260531 [details]
the patch

r=me
Comment 3 Filip Pizlo 2015-09-03 17:02:56 PDT
Landed in http://trac.webkit.org/changeset/189323