[webkit-reviews] review denied: [Bug 213106] Bytecode liveness should be aware of checkpoints : [Attachment 401769] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 16:54:29 PDT 2020


Keith Miller <keith_miller at apple.com> has denied Tadeu Zagallo
<tzagallo at apple.com>'s request for review:
Bug 213106: Bytecode liveness should be aware of checkpoints
https://bugs.webkit.org/show_bug.cgi?id=213106

Attachment 401769: Patch

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




--- Comment #8 from Keith Miller <keith_miller at apple.com> ---
Comment on attachment 401769
  --> https://bugs.webkit.org/attachment.cgi?id=401769
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=401769&action=review

r- because I think it should be a lambda callback. Otherwise it looks good.

> Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysis.cpp:178
> +Vector<Operand, maxNumCheckpointTmps> livenessForCheckpoint(const CodeBlock&
codeBlock, BytecodeIndex bytecodeIndex)

It feels like this should take a scoped lambda rather than return a vector.
Almost every case is just going to forward it to someone else.


More information about the webkit-reviews mailing list