X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Foptimizations.txt;h=44a4ebb3c40eac175db39c23fcf4f7f6da4c3b14;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hp=4c37b9f39fdc901df2f131106b0d2d0355aa4eb5;hpb=ea87e32fc17cce0b6633b88df1855f538efe9652;p=swftools.git diff --git a/lib/as3/optimizations.txt b/lib/as3/optimizations.txt index 4c37b9f..44a4ebb 100644 --- a/lib/as3/optimizations.txt +++ b/lib/as3/optimizations.txt @@ -16,4 +16,5 @@ * a jump to a jump can be redirected * sort variable indices by usage * coerce*;returnvalue can be reduced to returnvalue +* a kill before a return can be eliminated * setlocal_i;getlocal_j;getlocal_i can be changed to dup;setlocal_i;getlocal_j,swap (makes it possible to remove i if not otherwise used)