Bug 134333 - [ftlopt] If a CodeBlock is jettisoned due to a watchpoint then it should be possible to figure out something about that watchpoint
Summary: [ftlopt] If a CodeBlock is jettisoned due to a watchpoint then it should be p...
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:
 
Reported: 2014-06-25 21:08 PDT by Filip Pizlo
Modified: 2014-08-06 06:48 PDT (History)
13 users (show)

See Also:


Attachments
the patch (53.60 KB, patch)
2014-06-25 21:14 PDT, Filip Pizlo
ggaren: 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 2014-06-25 21:08:29 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2014-06-25 21:14:54 PDT
Created attachment 233877 [details]
the patch
Comment 2 Geoffrey Garen 2014-06-26 10:39:41 PDT
Comment on attachment 233877 [details]
the patch

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

> Source/JavaScriptCore/runtime/Structure.cpp:1009
> +    virtual void dump(PrintStream& out) const

Overrides like this should be marked "override".
Comment 3 Filip Pizlo 2014-06-27 22:43:46 PDT
Landed in http://trac.webkit.org/changeset/170564
Comment 4 Mark Lam 2014-08-06 06:48:17 PDT
Landed r172143: <http://trac.webkit.org/r172143> to fix binding test failure after merge of r170564 to trunk.