RESOLVED FIXED 65047
DFG JIT - Add support for op_resolve/op_resolve_base
https://bugs.webkit.org/show_bug.cgi?id=65047
Summary DFG JIT - Add support for op_resolve/op_resolve_base
Gavin Barraclough
Reported 2011-07-22 14:33:31 PDT
These are necessary for any significant eval code coverage (and as such increase LayoutTest coverage).
Attachments
The patch (12.21 KB, patch)
2011-07-22 15:04 PDT, Gavin Barraclough
sam: review+
Gavin Barraclough
Comment 1 2011-07-22 15:04:04 PDT
Created attachment 101772 [details] The patch
Sam Weinig
Comment 2 2011-07-22 15:08:20 PDT
Comment on attachment 101772 [details] The patch View in context: https://bugs.webkit.org/attachment.cgi?id=101772&action=review > Source/JavaScriptCore/dfg/DFGNode.h:274 > +#ifndef NDEBUG This should be #if !ASSERT_DISABLED (or however it is spelled).
Gavin Barraclough
Comment 3 2011-07-25 13:22:57 PDT
Fixed in r91670
Note You need to log in before you can comment on or make changes to this bug.