[webkit-reviews] review granted: [Bug 21295] Replace ExecState with a call frame Register pointer : [Attachment 24090] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 4 14:06:59 PDT 2008
Cameron Zwarich (cpst) <cwzwarich at uwaterloo.ca> has granted Darin Adler
<darin at apple.com>'s request for review:
Bug 21295: Replace ExecState with a call frame Register pointer
https://bugs.webkit.org/show_bug.cgi?id=21295
Attachment 24090: patch
https://bugs.webkit.org/attachment.cgi?id=24090&action=edit
------- Additional Comments from Cameron Zwarich (cpst)
<cwzwarich at uwaterloo.ca>
r=me if you do the
#define exec CallFrame::create(r)
workaround for the local variable 'exec' in Machine::privateExecute() that we
discussed, and then remove the use of 'exec' afterwards in a followup patch.
More information about the webkit-reviews
mailing list