DescriptionRevert of Precisely determine Windows thread stack size. (patchset #1 id:1 of https://codereview.chromium.org/1409243011/ )
Reason for revert:
Broke WebKit build bot: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20x64%20Builder/builds/65283/steps/compile/logs/stdio
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/526a3c557ee6b105ec04441221ee92ea6a447a72
> Cr-Commit-Position: refs/heads/master@{#356268}
TBR=oilpan-reviews@chromium.org,sigbjornf@opera.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=546396
Committed: https://crrev.com/4905f4a5ca22d84479c3a8ef6239142b4a82068c
Cr-Commit-Position: refs/heads/master@{#356270}
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|