[webkit-reviews] review granted: [Bug 191012] Add support for GetStack FlushedDouble : [Attachment 353255] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 28 10:54:21 PDT 2018
Saam Barati <sbarati at apple.com> has granted Tadeu Zagallo
<tzagallo at apple.com>'s request for review:
Bug 191012: Add support for GetStack FlushedDouble
https://bugs.webkit.org/show_bug.cgi?id=191012
Attachment 353255: Patch
https://bugs.webkit.org/attachment.cgi?id=353255&action=review
--- Comment #5 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 353255
--> https://bugs.webkit.org/attachment.cgi?id=353255
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=353255&action=review
r=me
> JSTests/stress/get-stack-double.js:1
> +function bar(n)
I think you need to run this with
"--maximumFunctionForCallInlineCandidateInstructionCount=1000" based on the
Radar.
To do this, I think you can add this comment to the top of this file:
// @runDefault("--maximumFunctionForCallInlineCandidateInstructionCount=1000")
More information about the webkit-reviews
mailing list