From 80b0660efbc10325a657812720f99aff7410f0ce Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 11 Dec 2015 15:30:15 +0100 Subject: Apply local optimization based on nullness information 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. --- test/files/run/t7852.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/t7852.flags b/test/files/run/t7852.flags index f6262fd3e0..bc22511cff 100644 --- a/test/files/run/t7852.flags +++ b/test/files/run/t7852.flags @@ -1 +1 @@ --Ynooptimise +-Yopt:l:none -- cgit v1.2.3