Bug 64964 - DFG JIT - Enable support for eval code
Summary: DFG JIT - Enable support for eval code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 11:23 PDT by Gavin Barraclough
Modified: 2011-07-21 11:58 PDT (History)
0 users

See Also:


Attachments
The patch (5.24 KB, patch)
2011-07-21 11:26 PDT, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-07-21 11:23:49 PDT
This is basically the same as program code, to the JIT!
Comment 1 Gavin Barraclough 2011-07-21 11:26:08 PDT
Created attachment 101612 [details]
The patch
Comment 2 Sam Weinig 2011-07-21 11:51:03 PDT
Comment on attachment 101612 [details]
The patch

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

> Source/JavaScriptCore/ChangeLog:12
> +            - Enable opcodeNames in !DEBUG builds.

You mean, !NDEBUG builds.
Comment 3 Gavin Barraclough 2011-07-21 11:58:41 PDT
Fixed in r91482