Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494162 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +1 lines)
Line  Link Here
0
-- a/js/src/vm/Runtime.cpp
0
++ b/js/src/vm/Runtime.cpp
Lines 287-296 Link Here
287
    PodZero(&debugHooks);
287
    PodZero(&debugHooks);
288
    PodZero(&atomState);
288
    PodZero(&atomState);
289
    PodArrayZero(nativeStackQuota);
289
    PodArrayZero(nativeStackQuota);
290
291
#if JS_STACK_GROWTH_DIRECTION > 0
292
    mainThread.nativeStackLimit = UINTPTR_MAX;
293
#endif
294
}
290
}
295
291
296
static bool
292
static bool

Return to bug 494162