Files
build_soong/android
Liz Kammer 2ada09a546 Don't create a new module for bp2build conversion.
A performance improvement for bp2build as Blueprint/Soong no longer have
the overhead of additional modules. The creation of these modules
results in:
* traversal of additional modules for each subsequent mutator
* synchronization over a go channel to collect newly created modules:
https://cs.android.com/android/platform/superproject/+/master:build/blueprint/context.go;l=2594,2600;drc=1602226f23181b8c3fbfcaf3358f0297e839d7d3

We avoid both of these by storing the information directly in the
underlying module.

Also as a fringe benefit, removes some necessary boilerplate for
conversion.

For benchmarks, reduces runtime ~1% for 1% converted, ~24% for 100%
converted. See more: go/benchmarks-for-https:-r.android.com-1792714

Test: ran benchmarks/tests in bp2build
Test: build/bazel/ci/bp2build.sh
Change-Id: Ie9273b8cbab5bc6edac1728067ce184382feb211
2021-08-17 15:57:09 -04:00
..
2021-07-23 11:12:05 -07:00
2021-03-17 16:35:13 +01:00
2021-04-21 10:16:31 +01:00
2020-06-04 01:26:16 +01:00
2021-05-11 08:28:49 +01:00
2021-01-07 17:19:27 -08:00
2021-07-23 11:12:05 -07:00
2021-07-09 23:54:01 +01:00
2021-06-18 05:25:44 +00:00
2021-03-02 20:17:19 +00:00
2021-08-16 17:05:09 +02:00
2020-12-01 16:22:16 -08:00
2021-07-22 18:09:34 -04:00
2021-07-22 18:09:34 -04:00
2021-03-28 22:06:33 +01:00
2021-03-28 22:06:33 +01:00
2021-03-11 08:37:01 +01:00