[webkit-reviews] review requested: [Bug 226755] Optimize compareStrictEq when neither side is a double and at least one is not a BigInt : [Attachment 431593] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 13:43:12 PDT 2021


Robin Morisset <rmorisset at apple.com> has asked	for review:
Bug 226755: Optimize compareStrictEq when neither side is a double and at least
one is not a BigInt
https://bugs.webkit.org/show_bug.cgi?id=226755

Attachment 431593: Patch

https://bugs.webkit.org/attachment.cgi?id=431593&action=review




--- Comment #3 from Robin Morisset <rmorisset at apple.com> ---
Created attachment 431593

  --> https://bugs.webkit.org/attachment.cgi?id=431593&action=review

Patch

Fix 2 bugs in the speculativeJIT:
- doing register allocation within a branch
- doing an update to the interpreter state within a branch.


More information about the webkit-reviews mailing list