Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/sanitizer_common/
-
sanitizer_common/
-
sanitizer_linux_libcdep.cc
Hide Panel
f
Keyboard Reference
?
Differential
D34169
[sanitizer] Remove stack size limits from secondary threads.
Closed
Public
Authored by
eugenis
on Jun 13 2017, 1:48 PM.
Download Raw Diff
Details
Reviewers
kcc
Commits
rGcde90a66b51f: [sanitize] Remove stack size limits from secondary threads.
rCRT305330: [sanitize] Remove stack size limits from secondary threads.
rL305330: [sanitize] Remove stack size limits from secondary threads.
Summary
If pthread_attr_getstack tell us the stack is 2G, why would we doubt that?
Diff Detail
Repository
rL LLVM
Event Timeline
eugenis
created this revision.
Jun 13 2017, 1:48 PM
Herald
added a subscriber:
kubamracek
.
·
View Herald Transcript
Jun 13 2017, 1:48 PM
kcc
accepted this revision.
Jun 13 2017, 2:14 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jun 13 2017, 2:14 PM
Closed by commit
rL305330: [sanitize] Remove stack size limits from secondary threads.
(authored by
eugenis
).
·
Explain Why
Jun 13 2017, 3:29 PM
This revision was automatically updated to reflect the committed changes.