commit | 034ac51fedb107941db183866ddd37033d7c8561 | [log] [tgz] |
---|---|---|
author | Daniel Colascione <dancol@google.com> | Wed Mar 18 19:06:11 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jun 19 19:52:34 2020 +0000 |
tree | 2ba451db828623eea1ded726393311052902385b | |
parent | c7bcda802c8d9e5c7d8175f21b31a981efe13a1c [diff] |
Make the ART thread pool implementation use default-sized stacks on Bionic Bionic's pthreads implementation already gives us threads configured the way that ART's thread pool wants them to be configured. This change lets Bionic use cached stacks for ART thread pool workers, reducing app startup time. Bug: http://b/158856274 Test: normal ART tests Change-Id: Ia13a4d4d1bd40191097ab8f4e83473d93e3ca589