|
From: | Zdenek Pavlas |
Subject: | [Tinycc-devel] Re: return stmt optimalization |
Date: | Thu, 06 Oct 2005 17:32:14 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050831 Debian/1.7.8-1sarge2 |
Sorry, won't work. Forget it. TCC can put a symbol at the end so we cannot later make the code shorter without checking for that. int test(int arg) { if (arg) return 1; /* reached */ } -- Zdenek Pavlas
[Prev in Thread] | Current Thread | [Next in Thread] |