[webkit-reviews] review granted: [Bug 126781] reentrant-caching sometimes fails with LLInt disabled : [Attachment 221285] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 15 11:44:25 PST 2014


Michael Saboff <msaboff at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 126781: reentrant-caching sometimes fails with LLInt disabled
https://bugs.webkit.org/show_bug.cgi?id=126781

Attachment 221285: the patch
https://bugs.webkit.org/attachment.cgi?id=221285&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
Any particular reason that you make the VM* the first argument to
lookupExceptionHandler() ?  The pattern is to make the ExecState* the first
arg.  This simplifies code.

r=me


More information about the webkit-reviews mailing list