Bug 1537609 Comment 17 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

~It looks like hsivonen's patch actually [decreases the stack size on Windows](https://hg.mozilla.org/integration/mozilla-inbound/rev/95d8f77451e2), from 2MB to 1.5MB. So a counter-hack to keep the JS stack size unchanged is not an option.~ bz pointed out that that's not what the patch does; it actually changes the stack size from 2MB to 8MB, but the diff is confusing. The patch changes the meaning of the `else` line that appears not to have changed.

Back to Bug 1537609 Comment 17