Chromium Code Reviews
DescriptionRelax inlining limits for simple leaf functions.
A simple leaf is a function that does not call other functions and does not contain complex statements.
Store AST node count and a flag, that indicates whether the function is a simple leaf function or not, in the function shared info.
Use the stored information later in hydrogen to make inlining decision.
BUG=
TEST=
Patch Set 1 #
Total comments: 10
Patch Set 2 : Rename "heavy" and add comments. #
Total comments: 28
Patch Set 3 : Save/restore node count in FunctionState, add comments. #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||