bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison & C++


From: Axel Kittenberger
Subject: Re: Bison & C++
Date: Thu, 13 Dec 2001 13:38:33 +0100

> if T() is calling alloca, the allocation will be in the call of T(), and
> not when it has expired. This could be circumvented if T() is inlined, but
> currently there is no way in C++ to ensure that a function is becoming
> inlined.

You can use old fashioned macros, they are guaranteed to be inlined (of 
course)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]