-
Jaikrishnan Menon authored
* Fix the first_iteration flag so it works when more than one call-frame exists Static variables defined in lambda expressions are not private to a lambda so move this to the runtime context * Shave off a few microseconds by initializing intermediates exactly once * Make all execution paths use first_iteration in the runtime context
83a9d252