llvm-project
f3549814
- [clang][bytecode] Stack-allocate bottom function frame (#125253)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#125253 - [clang][bytecode] Stack-allocate bottom function frame
Author
tbaederr
Parents
6b8d076b
Loading