WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
234402
[JSC] only emit pointer validation for ARM64E
https://bugs.webkit.org/show_bug.cgi?id=234402
Summary
[JSC] only emit pointer validation for ARM64E
Caitlin Potter (:caitp)
Reported
2021-12-16 11:55:24 PST
[JSC] only emit save/restore register for JIT thunks on ARM64
Attachments
Patch
(1.56 KB, patch)
2021-12-16 11:58 PST
,
Caitlin Potter (:caitp)
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch for landing
(1.77 KB, patch)
2021-12-16 12:23 PST
,
Caitlin Potter (:caitp)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Caitlin Potter (:caitp)
Comment 1
2021-12-16 11:58:13 PST
Created
attachment 447378
[details]
Patch
Yusuke Suzuki
Comment 2
2021-12-16 12:02:49 PST
Comment on
attachment 447378
[details]
Patch r=me if EWS is green. Probably need to have UNUSED_PARAM for parameters.
Mark Lam
Comment 3
2021-12-16 12:04:45 PST
Comment on
attachment 447378
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=447378&action=review
> Source/JavaScriptCore/ChangeLog:3 > + [JSC] only emit save/restore register for JIT thunks on ARM64
A better description is “Only emit pointer validation for ARM64E.”
> Source/JavaScriptCore/jit/ThunkGenerators.cpp:163 > +#endif
You’ll need to add UNUSED_PARAM for the arguments that are not used for non-ARM64E ports.
Mark Lam
Comment 4
2021-12-16 12:06:02 PST
Comment on
attachment 447378
[details]
Patch Oops, didn’t mean to negate Yusuke’s r+. But please apply the fixes.
Caitlin Potter (:caitp)
Comment 5
2021-12-16 12:11:22 PST
(In reply to Mark Lam from
comment #3
)
> Comment on
attachment 447378
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=447378&action=review
> > > Source/JavaScriptCore/ChangeLog:3 > > + [JSC] only emit save/restore register for JIT thunks on ARM64 > > A better description is “Only emit pointer validation for ARM64E.” > > > Source/JavaScriptCore/jit/ThunkGenerators.cpp:163 > > +#endif > > You’ll need to add UNUSED_PARAM for the arguments that are not used for > non-ARM64E ports.
Done and done, just waiting on EWS
Caitlin Potter (:caitp)
Comment 6
2021-12-16 12:23:29 PST
Created
attachment 447382
[details]
Patch for landing
EWS
Comment 7
2021-12-16 13:07:00 PST
Committed
r287154
(
245332@main
): <
https://commits.webkit.org/245332@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 447382
[details]
.
Radar WebKit Bug Importer
Comment 8
2021-12-16 13:08:17 PST
<
rdar://problem/86591795
>
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