[webkit-reviews] review granted: [Bug 68932] DFG JIT should speculate more aggressively on reads of array.length : [Attachment 108895] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 14:17:34 PDT 2011


Oliver Hunt <oliver at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 68932: DFG JIT should speculate more aggressively on reads of array.length
https://bugs.webkit.org/show_bug.cgi?id=68932

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

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


> Source/JavaScriptCore/dfg/DFGPropagator.cpp:695
> +#if ENABLE(DFG_DEBUG_PROPAGATION_VERBOSE)
> +	       printf("  @%u -> GetArrayLength", nodeIndex);
> +#endif

please add debug message macros


More information about the webkit-reviews mailing list