WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
232172
Change Heap::writeBarrier() to do the cheaper check first.
https://bugs.webkit.org/show_bug.cgi?id=232172
Summary
Change Heap::writeBarrier() to do the cheaper check first.
Mark Lam
Reported
2021-10-22 13:53:05 PDT
It's cheaper to do a check using incoming args (which are already loaded in registers) than to do a check which requires memory loads.
Attachments
proposed patch.
(1.34 KB, patch)
2021-10-22 13:55 PDT
,
Mark Lam
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Lam
Comment 1
2021-10-22 13:55:18 PDT
Created
attachment 442195
[details]
proposed patch.
Robin Morisset
Comment 2
2021-10-22 13:57:16 PDT
Comment on
attachment 442195
[details]
proposed patch. r=me
Mark Lam
Comment 3
2021-10-22 14:00:59 PDT
Comment on
attachment 442195
[details]
proposed patch. Thanks for the review.
EWS
Comment 4
2021-10-22 14:47:41 PDT
Committed
r284715
(
243430@main
): <
https://commits.webkit.org/243430@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 442195
[details]
.
Radar WebKit Bug Importer
Comment 5
2021-10-22 14:48:20 PDT
<
rdar://problem/84564524
>
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