aspnet / DependencyInjection

[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Apache License 2.0
877 stars 320 forks source link

Lower service tree size for compilation in limited stack tests #653

Closed pakrym closed 5 years ago

pakrym commented 5 years ago

Fixes: https://github.com/aspnet/Home/issues/3504

Tiered JIT generates larger stack frames so we can handle less deep trees.

https://github.com/aspnet/DependencyInjection/pull/638 is the ultimate fix, until then lower the size.

/cc @davidfowl