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
Today we use the general (and slow) path for thread statics. We can do better since in principle thread statics should have the same cost as regular statics in threadless WASM.
Tasks:
Implement "inlined" thread statics support in ILC targeting single-threaded WASM.
Implement inlined access in the Jit.
Ideally, the Jit implementation should still produce threadness-agnostic bitcode as it does today, but that can be compromised on if needed.
The text was updated successfully, but these errors were encountered:
Today we use the general (and slow) path for thread statics. We can do better since in principle thread statics should have the same cost as regular statics in threadless WASM.
Tasks:
Ideally, the Jit implementation should still produce threadness-agnostic bitcode as it does today, but that can be compromised on if needed.
The text was updated successfully, but these errors were encountered: