Bug 52034 - Enable PCRE computed gotos when compiling with RCVT 4.0 or greater in GNU mode
Summary: Enable PCRE computed gotos when compiling with RCVT 4.0 or greater in GNU mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 17:05 PST by Daniel Bates
Modified: 2011-01-07 09:08 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.24 KB, patch)
2011-01-06 17:11 PST, Daniel Bates
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-01-06 17:05:10 PST
Computed Goto (i.e. Labels as values) is supported in RVCT 4.0 or greater in GNU mode. So, we should enable them.

For completeness, see 3.7.12 of the RealView Compilation Tools Compiler Reference Guide <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0348c/ch03s07s12.html>
Comment 1 Daniel Bates 2011-01-06 17:11:19 PST
Created attachment 78191 [details]
Patch
Comment 2 Daniel Bates 2011-01-07 09:08:11 PST
Committed r75247: <http://trac.webkit.org/changeset/75247>