[webkit-reviews] review denied: [Bug 115190] JSC: Fix interpreter misbehavior in builds with JIT disabled : [Attachment 199696] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 11:38:25 PDT 2013


Oliver Hunt <oliver at apple.com> has denied Nick Diego Yamane
<nick.yamane at openbossa.org>'s request for review:
Bug 115190: JSC: Fix interpreter misbehavior in builds with JIT disabled
https://bugs.webkit.org/show_bug.cgi?id=115190

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

------- Additional Comments from Oliver Hunt <oliver at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=199696&action=review


> Source/JavaScriptCore/interpreter/Interpreter.cpp:573
> -#if ENABLE(JIT)
> +#if ENABLE(JIT) || ENABLE(LLINT)

Just remove this, and the #else return 0 bit


More information about the webkit-reviews mailing list