WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 239806
[RISCV64] Implement MacroAssemblerRISCV64 branchAtomicWeakCAS{8,16,32,64} methods
https://bugs.webkit.org/show_bug.cgi?id=239806
Summary
[RISCV64] Implement MacroAssemblerRISCV64 branchAtomicWeakCAS{8,16,32,64} met...
Zan Dobersek
Reported
2022-04-27 00:55:00 PDT
[RISCV64] Implement MacroAssemblerRISCV64 branchAtomicWeakCAS{8,16,32,64} methods
Attachments
Patch
(9.69 KB, patch)
2022-04-27 00:56 PDT
,
Zan Dobersek
no flags
Details
Formatted Diff
Diff
Patch for landing
(9.57 KB, patch)
2022-04-28 03:03 PDT
,
Zan Dobersek
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2022-04-27 00:56:14 PDT
Created
attachment 458430
[details]
Patch
Yusuke Suzuki
Comment 2
2022-04-28 00:48:45 PDT
Comment on
attachment 458430
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=458430&action=review
r=me with nit.D
> Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:3366 > + { > + Jump success = makeBranch(Equal, temp.data(), RISCV64Registers::zero); > + failure.link(this); > + return JumpList(success); > + }
style is, case Success: { ... }
> Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:3405 > + { > + Jump success = makeBranch(Equal, temp.data(), RISCV64Registers::zero); > + failure.link(this); > + return JumpList(success); > + }
Ditto.
> Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:3432 > + { > + Jump success = makeBranch(Equal, temp.data(), RISCV64Registers::zero); > + failure.link(this); > + return JumpList(success); > + }
Ditto.
Zan Dobersek
Comment 3
2022-04-28 03:03:03 PDT
Created
attachment 458507
[details]
Patch for landing With style changes.
Zan Dobersek
Comment 4
2022-04-28 03:06:53 PDT
Comment on
attachment 458507
[details]
Patch for landing Clearing flags on attachment: 458507 Committed
r293571
(
250085@trunk
): <
https://commits.webkit.org/250085@trunk
>
Zan Dobersek
Comment 5
2022-04-28 03:06:59 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2022-04-28 03:07:19 PDT
<
rdar://problem/92450245
>
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