Re: [Tinycc-devel] Generating better i386 code

2013-09-25 Thread Yann Collet
that's brillliant 2013/9/26 Jason Hood > Greetings. > > It's rather funny timing that a couple of topics have come up about > optimization and exe size, as I've just spent the past couple of weeks > improving the generated i386 code (most of which would also apply to > x86-64, but I've not done

[Tinycc-devel] TCC, king of small exe... hey wait...

2013-09-20 Thread Yann Collet
Hi I'm currently using TCC in my regular list of compilers. I like it much, due to its simplicity, and checking code portability with it is a breeze, since it is fast. Initially, my intention was to use TCC in order to produce small exe. After all, this is one of the advertised properties of TCC