[webkit-reviews] review requested: [Bug 122903] transition void cti_op_put_by_val* stubs to JIT operations : [Attachment 214400] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 16:05:01 PDT 2013


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 122903: transition void cti_op_put_by_val* stubs to JIT operations
https://bugs.webkit.org/show_bug.cgi?id=122903

Attachment 214400: Patch
https://bugs.webkit.org/attachment.cgi?id=214400&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
The callOperation in emitSlow_op_put_by_val() for X86 materializes the
arguments due to not having the needed 6 temporary registers needed to use the
corresponding callOperation().	When we free up our call frame register as
another temporary, we can eliminate this X86 only code.


More information about the webkit-reviews mailing list