| commit | ebea9097a82d152d2f75b332da75217a70e8c2b0 | [log] [tgz] |
|---|---|---|
| author | Bart Van Assche <bvanassche@google.com> | Fri Mar 25 16:10:08 2022 -0700 |
| committer | Bart Van Assche <bvanassche@google.com> | Fri Mar 25 16:11:10 2022 -0700 |
| tree | 34565f4c69a9f88c3e287d3e5d9559f856d4099a | |
| parent | 9b5a232083d8dea613cd875712f8b5b9e5b72375 [diff] |
Micro-optimize MergeCgroupToDescriptors() Introduce a local variable for an expression that occurs twice. Use string append instead of string concatenation because the former is more efficient. Bug: 213617178 Test: Compile-tested only. Change-Id: I6e8b9d63b10accb220216dc484dffd18f5c54ce7 Signed-off-by: Bart Van Assche <bvanassche@google.com>