You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need faster and easier to use calling convention. For this purpose we have to know function stack size ahead of time (done in 0f5d078) and allocate memory on the stack (alloca-rs will be used). This way we get faster calls and easier JIT in the future.
Also I thought about precalculating catch stack size which will remove all the heap allocation that happens right now during call to JS.
The text was updated successfully, but these errors were encountered:
We need faster and easier to use calling convention. For this purpose we have to know function stack size ahead of time (done in 0f5d078) and allocate memory on the stack (alloca-rs will be used). This way we get faster calls and easier JIT in the future.
Also I thought about precalculating catch stack size which will remove all the heap allocation that happens right now during call to JS.
The text was updated successfully, but these errors were encountered: