JIT: Enable tail calls for mismatched return types (void) #111718
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Given that we see nice perf improvements when JIT emits more tail calls (presumably, due to CET) it might makes sense to enable more patterns, e.g. mismatched return types with
void
. Example:Current codegen:
Expected: Test is tail-called.
cc @jakobbotsch @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: