Re: [GOOGLE] Reset lambda scope information when popping module for LIPO

2015-08-15 Thread Xinliang David Li
ok. David On Fri, Aug 14, 2015 at 11:13 PM, Teresa Johnson wrote: > This patch resets the lambda scope based sequence numbering used to assign > numbers to lambdas during parsing when we pop a module scope. This resets > the numbering for subsequent modules imported during LIPO compilation. > >

[GOOGLE] Reset lambda scope information when popping module for LIPO

2015-08-14 Thread Teresa Johnson
This patch resets the lambda scope based sequence numbering used to assign numbers to lambdas during parsing when we pop a module scope. This resets the numbering for subsequent modules imported during LIPO compilation. It also renames cp_clear_deferred_fns to reset_parsing_state, as that routine