llvm-project
f3549814 - [clang][bytecode] Stack-allocate bottom function frame (#125253)

Commit
1 year ago
[clang][bytecode] Stack-allocate bottom function frame (#125253) Instead of heap-allocating it. This is similar to what the current interpeter does. In C, we have no function calls, so the extra heap allocation never makes sense.
Author
Parents
Loading