You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid an unnecessary std::function allocation in codegen
We already need to manually create a C compatible function pointer and heap allocated data, might as well do so directly without another indirection through std::function.
0 commit comments