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: _Cilk_spawn and _Cilk_sync for C++


On 12/05/2013 11:38 PM, Iyer, Balaji V wrote:
used the init_p value  that comes out of stabilize_expr

I guess you didn't look at the patch I sent you...

Since you've fixed extract_free_variables, you don't need call_to_lambda_fn_p at all, or to call stabilize_expr.

Why do you need to move add_variable_type, cilk_block_type and wrapper_data out of c-family/cilk.c? You don't need to have the definition of wrapper_data available in order to cast a void* to a wrapper_data*.

Jason


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