[webkit-reviews] review granted: [Bug 134333] [ftlopt] If a CodeBlock is jettisoned due to a watchpoint then it should be possible to figure out something about that watchpoint : [Attachment 233877] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 26 10:39:20 PDT 2014


Geoffrey Garen <ggaren at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 134333: [ftlopt] If a CodeBlock is jettisoned due to a watchpoint then it
should be possible to figure out something about that watchpoint
https://bugs.webkit.org/show_bug.cgi?id=134333

Attachment 233877: the patch
https://bugs.webkit.org/attachment.cgi?id=233877&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
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".


More information about the webkit-reviews mailing list