Bug 128148 - LLInt: Regex for pseudo-instructions is too big
Summary: LLInt: Regex for pseudo-instructions is too big
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-03 17:57 PST by Mark Hahnenberg
Modified: 2014-02-03 18:03 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.18 KB, patch)
2014-02-03 17:58 PST, Mark Hahnenberg
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-02-03 17:57:18 PST
This causes build failures on some platforms. We should use a set instead.
Comment 1 Mark Hahnenberg 2014-02-03 17:58:47 PST
Created attachment 223054 [details]
Patch
Comment 2 Mark Lam 2014-02-03 18:01:55 PST
Comment on attachment 223054 [details]
Patch

r=me
Comment 3 Mark Hahnenberg 2014-02-03 18:03:39 PST
Committed r163351: <http://trac.webkit.org/changeset/163351>