WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
203282
[JSC] Remove LLInt's Callee size assumption
https://bugs.webkit.org/show_bug.cgi?id=203282
Summary
[JSC] Remove LLInt's Callee size assumption
Yusuke Suzuki
Reported
2019-10-22 18:11:30 PDT
331 loadp Callee[cfr], t3 332 andp MarkedBlockMask, t3 333 loadp MarkedBlockFooterOffset + MarkedBlock::Footer::m_vm[t3], t3 This will be wrong.
Attachments
Patch
(29.61 KB, patch)
2019-10-24 00:48 PDT
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews213 for win-future
(910.67 KB, application/zip)
2019-10-24 04:27 PDT
,
EWS Watchlist
no flags
Details
Patch
(29.72 KB, patch)
2019-10-24 11:22 PDT
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Patch
(29.67 KB, patch)
2019-10-24 11:43 PDT
,
Yusuke Suzuki
mark.lam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2019-10-24 00:48:22 PDT
Created
attachment 381784
[details]
Patch
EWS Watchlist
Comment 2
2019-10-24 04:24:36 PDT
Comment on
attachment 381784
[details]
Patch
Attachment 381784
[details]
did not pass jsc-ews (mac): Output:
https://webkit-queues.webkit.org/results/13173398
New failing tests: mozilla-tests.yaml/js1_5/Array/regress-101964.js.mozilla-ftl-eager-no-cjit-validate-phases
EWS Watchlist
Comment 3
2019-10-24 04:27:36 PDT
Comment on
attachment 381784
[details]
Patch
Attachment 381784
[details]
did not pass win-ews (win): Output:
https://webkit-queues.webkit.org/results/13173450
Number of test failures exceeded the failure limit.
EWS Watchlist
Comment 4
2019-10-24 04:27:38 PDT
Created
attachment 381799
[details]
Archive of layout-test-results from ews213 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews213 Port: win-future Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
Yusuke Suzuki
Comment 5
2019-10-24 11:22:41 PDT
Created
attachment 381826
[details]
Patch
Yusuke Suzuki
Comment 6
2019-10-24 11:43:04 PDT
Created
attachment 381829
[details]
Patch
Mark Lam
Comment 7
2019-10-24 13:10:29 PDT
Comment on
attachment 381829
[details]
Patch r=me
Keith Miller
Comment 8
2019-10-24 13:20:18 PDT
Comment on
attachment 381829
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=381829&action=review
r=me with comments.
> Source/JavaScriptCore/ChangeLog:15 > + exception unwinding happens, and it is already taking some time.
Nit: maybe change "and it is already taking some time" => "which is an expensive operation anyway"
> Source/JavaScriptCore/heap/LargeAllocation.h:155 > + static constexpr unsigned headerSize() > + { > + return ((sizeof(LargeAllocation) + halfAlignment - 1) & ~(halfAlignment - 1)) | halfAlignment; > + }
Nit: Can we put this on one line?
> Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:2045 > + if X86 or X86_WIN > + addp 8, sp > + elsif MIPS > + addp 24, sp > + else > + addp 8, sp > + end
Can this just be: if MIPS addp 24, sp else addp 8, sp end
Yusuke Suzuki
Comment 9
2019-10-24 13:22:22 PDT
Comment on
attachment 381829
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=381829&action=review
Thanks!
>> Source/JavaScriptCore/ChangeLog:15 >> + exception unwinding happens, and it is already taking some time. > > Nit: maybe change "and it is already taking some time" => "which is an expensive operation anyway"
OK, changed.
>> Source/JavaScriptCore/heap/LargeAllocation.h:155 >> + } > > Nit: Can we put this on one line?
Done.
>> Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:2045 >> + end > > Can this just be: > if MIPS > addp 24, sp > else > addp 8, sp > end
Sounds nice, fixed.
Yusuke Suzuki
Comment 10
2019-10-24 13:27:42 PDT
Committed
r251556
: <
https://trac.webkit.org/changeset/251556
>
Radar WebKit Bug Importer
Comment 11
2019-10-24 13:28:16 PDT
<
rdar://problem/56591933
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug