dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.42k stars 199 forks source link

[NativeAOT-LLVM] Codegen fixes for libraries tests #2311

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

This is enough to compile S.R.Tests in Release and Debug. Unfortunately, Release crashes on thread creation (we need a Wasm-specific TP implementation like Mono has), while Debug crashes on functions having too many locals (perhaps we can tune our debug codegen to be less naive).

Contributes to #2307.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm