This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Speed up insn-attrtab.c compilation


Hi,

On Mon, 7 May 2012, Mike Stump wrote:

> On May 7, 2012, at 6:11 AM, Michael Matz wrote:
> > I'd like to retain the #if 0 code therein,
> 
> Can you structure this code as
> 
> #define DEBUG 0
> 
>   if (DEBUG) ...
> 
> ?
> 
> If so, that would be a preferable way to structure the code.

Sure, consider the patch so amended.


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]