Bug 123423 - OSRExit::m_watchpointIndex should be in OSRExitCompilationInfo
Summary: OSRExit::m_watchpointIndex should be in OSRExitCompilationInfo
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 113647
  Show dependency treegraph
 
Reported: 2013-10-28 15:10 PDT by Filip Pizlo
Modified: 2013-10-28 20:49 PDT (History)
7 users (show)

See Also:


Attachments
the patch (18.35 KB, patch)
2013-10-28 15:16 PDT, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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