Bug 123423

Summary: OSRExit::m_watchpointIndex should be in OSRExitCompilationInfo
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 113647    
Attachments:
Description Flags
the patch mhahnenberg: review+

Description Filip Pizlo 2013-10-28 15:10:39 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2013-10-28 15:16:58 PDT
Created attachment 215338 [details]
the patch
Comment 2 Mark Hahnenberg 2013-10-28 15:25:00 PDT
Comment on attachment 215338 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=215338&action=review

r=me

> Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:209
> +    m_jit.jitCode()->osrExit[

Remove.
Comment 3 Filip Pizlo 2013-10-28 20:49:59 PDT
Landed in http://trac.webkit.org/changeset/158141