Chromium Code Reviews
Descriptiondart2js: Do not inline when try is seen.
Do not inline in functions containing try, do not inline functions
containing try. V8 does not optimize functions containing try, so
inlining in such functions or inlining such functions will make
potentially optimizable code become unoptimizable.
This repairs a large performance regression on the Angular 2 change
detection benchmarks.
R=sra@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/97b88e4ee76b50aeb27de1e4085316a704eca5d4
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|
|||||||||||||||||||