Re: [Tinycc-devel] inline assembly and optimization passes

2013-09-24 Thread grischka
Jared Maddox wrote: decl( ) comes from tccgen.c, and looks like the bottom-level function in the parser proper. true. I ASSUME that when it finishes, you'll have a ready-to-use parse tree in the active TCCState. false. TCC translates to machine code immediately while it reads along the

[Tinycc-devel] How to get DCE (or something similar) [was: inline assembly and optimization passes]

2013-09-24 Thread Vittorio Giovara
On Tue, Sep 24, 2013 at 4:44 AM, Jared Maddox wrote: >> Date: Mon, 23 Sep 2013 14:31:04 +0200 >> From: Vittorio Giovara >> To: tinycc-devel@nongnu.org >> Subject: Re: [Tinycc-devel] inline assembly and optimization passes >> It would be really nice to have some compiler switch (if not >> integrat