Chromium Code Reviews
DescriptionRecursive inlining.
Due to large performance regressions on dart2js the default depth is set to 1, i.e., we only inline the first level of calls by default. The depth can be changed with the inlining_depth_threshold flag.
R=kmillikin@google.com
Committed: https://code.google.com/p/dart/source/detail?r=13471
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 8
Patch Set 4 : #Patch Set 5 : Changed base-case value of inlining depth. #
Total comments: 2
Patch Set 6 : #Messages
Total messages: 8 (0 generated)
|