summaryrefslogtreecommitdiff
path: root/java/system_modules.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2020-01-29 16:52:50 -0800
committer Colin Cross <ccross@android.com> 2020-01-29 16:56:37 -0800
commitd63c9a7fc10ad18e212cf47527ad065d5ef5681b (patch)
treeadc1536d7694098c3a343d5f0d9b2766d7c8400b /java/system_modules.go
parent5e0dbe4e3e39e82f74a88cc55d823e10e3b85b62 (diff)
Allocate OutputPath.String in PathForOutput
In an AOSP aosp_blueline-userdebub build, OutputPath.String was allocating 802MB of strings in filepath.Join to prepend the out dir to each path. Allocate the joined string in PathForOutput instead, which results in ~57MB of new allocations in PathForOutput but no allocations in OutputPath.String. Test: all soong tests Change-Id: Id452e0c46a2aeda71bfac11a227bb6edb8e3523d
Diffstat (limited to 'java/system_modules.go')
0 files changed, 0 insertions, 0 deletions