Skip to content

New calling convention #125

@playXE

Description

@playXE

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions