Move more alloca to the beginning of function #334

Merged
sb10q merged 1 commits from enhance/alloca-improvements into master 2024-08-17 17:37:20 +08:00

1 Commits

Author SHA1 Message Date
David Mak a2fce49b26 core: Allocate exceptions at the beginning of function
Only one instance of exception is necessary, as exceptions will always
be initialized before being thrown.
2023-10-06 12:13:20 +08:00