Files
build/tools
Ted Bauer afe55106e5 Cache Java codegen'd flags in static member variables.
By caching flag values directly in member variables instead of caching
a HashMap and accessing that, flag reads avoid `hashCode()`, map
lookup, and Boolean.parse runtime costs. Flag reads are turning out
to have performance problems in hot paths, so this should help to
alleviate that.

Bug: 309625014
Test: m
Change-Id: I923bf6af2ae3fcbbf2fee7126b492a47cd6049ad
2023-11-14 12:02:01 -05:00
..
2022-01-24 16:19:41 -08:00
2022-12-20 16:51:53 -08:00
2022-08-01 14:45:28 -07:00
2023-06-19 19:20:15 +00:00
2022-01-24 16:19:41 -08:00
2022-01-24 16:19:41 -08:00
2022-06-28 11:23:21 -07:00
2023-10-23 13:41:07 +00:00