dart-sdk/pkg/js_ast
Stephen Adams f96362ccfd [dart2js] Smaller code by caching values
- Move more that one assignment into var-list
- Move 'this' to a local variable
- Move repeated large 'fast' constants to local variable

Currently under flag --experiment-code-1


Change-Id: I091cab47f498b4ec3759b9ed358bcc0f2e73fdb1
Reviewed-on: https://dart-review.googlesource.com/c/77025
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2018-10-08 17:40:19 +00:00
..
lib [dart2js] Smaller code by caching values 2018-10-08 17:40:19 +00:00
test migrate pkg/js_ast to package:test 2018-01-17 23:35:24 +00:00
LICENSE
pubspec.yaml migrate pkg/js_ast to package:test 2018-01-17 23:35:24 +00:00
README.md

js_ast

A library for creating JavaScript ASTs from templates.