From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <979deae73cfef9ae533f1d3d39e81f2e@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] useful language extension, or no? From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 19 Jul 2002 14:22:17 -0400 Topicbox-Message-UUID: d2ed653e-eaca-11e9-9e20-41e7f4b1d025 > Why not just get the compiler to generate the assembly language > for you. My heart wasn't into it. > It is interesting that the current compiler lets you do it (my old > BSD system won't swallow it) but I can't see any attempt to actually > execute any code on the stack. Yeah, I'm running the ast-optimiser-branch gcc by default, and it does use trampolines. I think it's quasi- based on gcc 3.0. Before I go on another wild goose chase, what version specifically do you mean by "current"?