[webkit-reviews] review granted: [Bug 214243] [JSC] We should keep unaligned access feature in certain architectures in macro-assembler : [Attachment 404119] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 12 14:58:48 PDT 2020
Darin Adler <darin at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 214243: [JSC] We should keep unaligned access feature in certain
architectures in macro-assembler
https://bugs.webkit.org/show_bug.cgi?id=214243
Attachment 404119: Patch
https://bugs.webkit.org/attachment.cgi?id=404119&action=review
--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 404119
--> https://bugs.webkit.org/attachment.cgi?id=404119
Patch
Seems like it might help us catch mistakes if we had an explicit
loadUnalignedPtr just so we could have the assertion for call sites where we
think things are aligned.
More information about the webkit-reviews
mailing list