dart-sdk/tools/testing
Alexander Markov d8f27c3841 [VM] Enable optimizations based on strong mode types
Strong mode types are queried from:

* Return types of interface targets of instance calls.
* Return types of static calls.
* Types of instance and static fields.
* Types of local variables (for initial types of phis).

The strong mode types are used to specialize int and double operations
and optimize 'is' checks.

https://github.com/dart-lang/sdk/issues/30480
Change-Id: I2302509f396eacfcab8ed41e3f50e8c74dd662fd
Reviewed-on: https://dart-review.googlesource.com/30386
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
2017-12-19 19:23:22 +00:00
..
bin Switch to downloaded SDK executable, drop executables in testing/bin. 2016-02-15 17:10:59 +01:00
dart [VM] Enable optimizations based on strong mode types 2017-12-19 19:23:22 +00:00
extensions Add missing binary file. 2012-10-09 21:48:54 +00:00
.gitignore ignore the downloaded test bins 2015-05-13 17:11:20 +00:00
__init__.py Move BatchTester into a separate file. 2011-10-05 16:50:50 +00:00
browser_README.txt Update browser testing documentation. 2012-04-25 00:27:39 +00:00
run_selenium.py Remove the Dromaeo and TodoMVC samples. 2016-01-11 13:09:26 -08:00
webdriver_test_setup.py Build Tools Cleanup 2014-07-25 11:47:59 +00:00