summaryrefslogtreecommitdiff
path: root/test/files/run/t7852.flags
Commit message (Collapse)AuthorAgeFilesLines
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
| | | | Keep -Yopt-inline-heuristics and -Yopt-trace unchanged
* Apply local optimization based on nullness informationLukas Rytz2015-12-151-1/+1
| | | | | | | | | Optimize IFNULL branches to GOTO when (non-)nullness of the tested value is known statically. This enables unreachable code to be removed, which in turn enables boxes to be eliminated. Changed a test flag from `-Ynooptimise` to `-Yopt:l:classpath` - I still have to do this systematically, this will follow later.
* SI-7852 Test to show the status quo bytecode for "" == ...Jason Zaugg2013-09-171-0/+1
Will be somewhat leaner after the next commit.