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: [PATCH] Enable Cilk keywords in Cilk Runtime



> -----Original Message-----
> From: gcc-patches-owner@gcc.gnu.org [mailto:gcc-patches-
> owner@gcc.gnu.org] On Behalf Of Aldy Hernandez
> Sent: Thursday, December 12, 2013 10:47 AM
> To: Iyer, Balaji V
> Cc: gcc-patches@gcc.gnu.org; Jeff Law
> Subject: Re: [PATCH] Enable Cilk keywords in Cilk Runtime
> 
> "Iyer, Balaji V" <balaji.v.iyer@intel.com> writes:
> 
> >  # Compiler and linker flags.
> >  GENERAL_FLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/runtime
> > -I$(top_srcdir)/runtime/config/$(config_dir) -DIN_CILK_RUNTIME=1
> > -GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for
> > +# GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for
> 
> Just remove the line.
> 
> >  # Compiler and linker flags.
> > +# GENERAL_FLAGS += -D_Cilk_spawn="" -D_Cilk_sync="" -D_Cilk_for=for
> 
> Is this comment necessary?
> 

No, I can remove it. But I put it in there because it is a good debugging method if you don't want to use _Cilk keywords to build runtime ....

> Aldy


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