From: ggn Date: Tue, 23 Jan 2018 08:57:01 +0000 (+0200) Subject: Added optimisation switches -o8 and -o9 X-Git-Tag: v2.1.0~93 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=b57de9c1d9a47f152b590f1cdbd05a2910667ce4;hp=b57de9c1d9a47f152b590f1cdbd05a2910667ce4;p=rmac Added optimisation switches -o8 and -o9 Added optimisation switches -o8 (adda.w/l #x,Dy to addq.w/l #x,Dy) and -o9 (adda.w/l #x,Dy to lea x(Dy),Dy), both off by default. ---