WebKit Bugzilla
Attachment 341715 Details for
Bug 186170
: run-jsc should pass the option to use dollar vm by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186170-20180531172449.patch (text/plain), 1.34 KB, created by
Keith Miller
on 2018-05-31 17:24:51 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Miller
Created:
2018-05-31 17:24:51 PDT
Size:
1.34 KB
patch
obsolete
>Subversion Revision: 232355 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 36d99f070e04c1847ef11fe676061f3cfea12621..7b6bc9329fb4a4476a8cbebc3c48782a778237c9 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-31 Keith Miller <keith_miller@apple.com> >+ >+ run-jsc should pass the option to use dollar vm by default >+ https://bugs.webkit.org/show_bug.cgi?id=186170 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/run-jsc: >+ > 2018-05-31 Chris Dumez <cdumez@apple.com> > > [iOS] API test ScrollViewInsetTests.InnerHeightWithLargeTopContentInset is a flaky failure >diff --git a/Tools/Scripts/run-jsc b/Tools/Scripts/run-jsc >index 69aff13fc3d0a07e894faf910fe6f6b92c3ae55a..26374bc7c86824c2e226b78edf1c18497391445f 100755 >--- a/Tools/Scripts/run-jsc >+++ b/Tools/Scripts/run-jsc >@@ -50,9 +50,9 @@ setConfiguration(); > my $jsc; > if ($debugger) { > my $debuggerCmd = defined($ENV{"DEBUGGER"}) ? $ENV{"DEBUGGER"} : "lldb"; >- $jsc = $debuggerCmd . " " . File::Spec->catfile(jscProductDir(), "jsc -- ") . "@ARGV"; >+ $jsc = $debuggerCmd . " " . File::Spec->catfile(jscProductDir(), "jsc -- --useDollarVM=1") . "@ARGV"; > } else { >- $jsc = File::Spec->catfile(jscProductDir(), "jsc ") . "@ARGV"; >+ $jsc = File::Spec->catfile(jscProductDir(), "jsc --useDollarVM=1") . "@ARGV"; > } > > my $dyld = jscProductDir();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186170
: 341715