Skip to content

[NativeAOT-LLVM] Implement inlined thread statics for the single-threaded mode #2649

Open
@SingleAccretion

Description

@SingleAccretion

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:

  1. Implement "inlined" thread statics support in ILC targeting single-threaded WASM.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-NativeAOT-LLVMLLVM generation for Native AOT compilation (including Web Assembly)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions