summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/callback_options.out
AgeCommit message (Collapse)Author
2022-11-27perf(ops): Reenable fast unit result optimization (#16827)Divy Srivastava
The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514
2022-11-27chore(ops): increase codegen tests coverage (#16834)Divy Srivastava
Upgrade fast_call tests to full (both tier) codegen tests.
2022-11-10refactor(ops): Rewrite fast call optimizer and codegen (#16514)Divy Srivastava