Bug 148542

Summary: Enable $vm in jsc always, and add $vm.setOptions() utility
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: ASSIGNED ---    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the fix. fpizlo: review-

Description Mark Lam 2015-08-27 16:08:52 PDT
This is useful for testing.
Comment 1 Mark Lam 2015-08-27 16:17:59 PDT
Created attachment 260094 [details]
the fix.
Comment 2 Filip Pizlo 2015-08-27 16:20:24 PDT
Comment on attachment 260094 [details]
the fix.

Currently the mechanism for doing this is to add methods inside run-jsc-stress-tests, and then call those methods from the test file using //@ <call> syntax.

I don't want there to be another way of doing this, unless you are also proposing changing all tests to use your new mechanism.