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] Stub out finalization and enable some tests #2306

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

Finalization "support" available here is only that we'll run finalizers when explicitly requested - which is enough to enable the two tests I was looking to enable.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm