DescriptionRevert of Precisely determine Windows thread stack size. (patchset #2 id:20001 of https://codereview.chromium.org/1409243011/ )
Reason for revert:
This apparently caused HeapTest.TraceDeepEagerly to crash on all Win bots (here's an example build: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20x64%20Builder/builds/65297)
Original issue's description:
> Precisely determine Windows thread stack size.
>
> The Thread Information Block (TIB)'s StackLimit records the end of
> the committed area of the thread's stack reservation, hence it cannot be
> used to determine the overall size of the reserved stack. Switch to
> a VirtualQuery() lookup instead, but taking care to cache the result per
> thread so as to avoid calling overhead.
>
> R=haraken
> BUG=546396
>
> Committed: https://crrev.com/7a23dd77ae2fd895fac2b4dcd8a542f575b6d1ac
> Cr-Commit-Position: refs/heads/master@{#356287}
TBR=oilpan-reviews@chromium.org,sigbjornf@opera.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=546396
Committed: https://crrev.com/36b8f5dcd71cb2af3d131ce68cd9141a52bed896
Cr-Commit-Position: refs/heads/master@{#356321}
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|