core icon indicating copy to clipboard operation
core copied to clipboard

Optimize WIG build time with dynamic assemblies

Open Jand42 opened this issue 4 years ago • 1 comments

Create intermediate (generator) assembly as a dynamic assembly. Needs .NET 6 feature https://github.com/dotnet/runtime/pull/48072 so current experiment is going on a branch for revisiting later.

Jand42 avatar Jul 16 '21 14:07 Jand42

Sorry, this is open for now. However, there has been a WIG optimization: it all runs in the booster now with proper AssemblyLoadContext handling, I have seen a couple seconds improvement from this.

Jand42 avatar Jul 23 '21 12:07 Jand42