Chromium Code Reviews
DescriptionEliminate unused function maps
If a class contains more than 16 functions, the lookup works via a map rather than via a linear lookup in the functions array. If there are less than 16 functions, there is no need to allocate the map.
This saves about 240 maps and 7600 map entries in the core libraries alone.
BUG=
R=asiva@google.com
Committed: https://github.com/dart-lang/sdk/commit/72328eaf934d6ebf6ce60af40b0ac6b75e9f519b
Patch Set 1 #
Total comments: 1
Patch Set 2 : #Messages
Total messages: 4 (1 generated)
|