[vm] Don't create stack frames for leaf functions in AOT #40195
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
vm-aot-code-size
Related to improvements in AOT code size
Many functions in AOT are leaf functions, in that they cannot call other functions or call into the runtime.
Performing frame setup for these functions is wasteful.
/cc @mkustermann @alexmarkov
The text was updated successfully, but these errors were encountered: