• Jaikrishnan Menon's avatar
    Fix first_iteration (#1294) · 83a9d252
    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
cpu_runtime_context.hpp 1.8 KB