Bug 165615 - Enable JSC restricted options by default in the jsc shell.
Summary: Enable JSC restricted options by default in the jsc shell.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-08 11:34 PST by Mark Lam
Modified: 2016-12-08 11:44 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (3.19 KB, patch)
2016-12-08 11:37 PST, Mark Lam
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2016-12-08 11:34:25 PST
The jsc shell is only used for debugging and development testing.  We should allow it to use restricted options like JSC_useDollarVM even for release builds.
Comment 1 Mark Lam 2016-12-08 11:37:24 PST
Created attachment 296542 [details]
proposed patch.
Comment 2 Keith Miller 2016-12-08 11:40:41 PST
Comment on attachment 296542 [details]
proposed patch.

r=me.
Comment 3 Mark Lam 2016-12-08 11:44:44 PST
Thanks for the review.  Landed in r209553: <http://trac.webkit.org/r209553>.