Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC: Investigate removing thread_locals in eos_vm_runtime #1254

Open
linh2931 opened this issue Mar 13, 2025 · 0 comments
Open

SC: Investigate removing thread_locals in eos_vm_runtime #1254

linh2931 opened this issue Mar 13, 2025 · 0 comments

Comments

@linh2931
Copy link
Member

eos_vm_runtime uses thread_locals for backend and execution context. It appears they can be replaced as on stack variables, as is being done for sync calls.

Thread local wasm_allocator in controller should be revisited too.

Need more testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants