Bug 85252 - Should be able to use YARR JIT without the JS language JIT
Summary: Should be able to use YARR JIT without the JS language JIT
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: 2012-04-30 18:10 PDT by Gavin Barraclough
Modified: 2012-04-30 18:20 PDT (History)
0 users

See Also:


Attachments
Fix (6.30 KB, patch)
2012-04-30 18:11 PDT, Gavin Barraclough
ggaren: 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 2012-04-30 18:10:33 PDT
Need to split canUseRegExpJIT out of canUseJIT.
Comment 1 Gavin Barraclough 2012-04-30 18:11:41 PDT
Created attachment 139561 [details]
Fix
Comment 2 Geoffrey Garen 2012-04-30 18:14:25 PDT
Comment on attachment 139561 [details]
Fix

r=me
Comment 3 Gavin Barraclough 2012-04-30 18:20:14 PDT
Fixed in r115697