Bug 103764

Summary: Add direct string->function code cache
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch msaboff: review+

Description Oliver Hunt 2012-11-30 12:39:45 PST
Add direct string->function code cache
Comment 1 Oliver Hunt 2012-11-30 12:59:59 PST
Created attachment 177014 [details]
Patch
Comment 2 Michael Saboff 2012-11-30 13:07:13 PST
Comment on attachment 177014 [details]
Patch

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

> Source/JavaScriptCore/ChangeLog:24
> +        (JSC):

Extraneous, remove.

> Source/JavaScriptCore/ChangeLog:39
> +        (JSC):

Ditto.
Comment 3 Oliver Hunt 2012-11-30 13:10:08 PST
Committed r136261: <http://trac.webkit.org/changeset/136261>