[webkit-reviews] review granted: [Bug 128562] Adjust VM::stackLimit based on the size of the largest FTL stack produced : [Attachment 223966] Patch with suggested updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 12 10:02:12 PST 2014


Mark Lam <mark.lam at apple.com> has granted Michael Saboff <msaboff at apple.com>'s
request for review:
Bug 128562: Adjust VM::stackLimit based on the size of the largest FTL stack
produced
https://bugs.webkit.org/show_bug.cgi?id=128562

Attachment 223966: Patch with suggested updates
https://bugs.webkit.org/attachment.cgi?id=223966&action=review

------- Additional Comments from Mark Lam <mark.lam at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=223966&action=review


r=me.

> Source/JavaScriptCore/runtime/VM.h:542
> +#   if ENABLE(FTL_JIT)
> +	   void* m_ftlStackLimit;
> +	   size_t m_largestFTLStackSize;
> +#   endif

Remove the spaces after the #.


More information about the webkit-reviews mailing list