Uh oh!
There was an error while loading. Please reload this page.
Remove unused code from old IJW path - #53190
Conversation
AaronRobinsonMSFT
commented
May 24, 2021
@dotnet/dotnet-diag-contrib for |
hoyosjs
commented
May 24, 2021
@dotnet/dotnet-diag |
noahfalk
left a comment
There was a problem hiding this comment.
As far as I know nidump is dead code itself, so all good : )
elinor-fung
commented
May 25, 2021
Wait, what - as in we could actually delete |
AaronRobinsonMSFT
commented
May 25, 2021
@noahfalk Heads up, you've told the interop team there is dead code... there is going to be a race to delete it. |
sdmaclea
commented
May 25, 2021
@AaronRobinsonMSFT We discussed lasted night that all fragile ngen specific code was dead since 3.1. We were wondering why it wasn't deleted. |
jkoritzinsky
commented
May 25, 2021
Last I heard, Samsung was continuing to use it in 3.1 after we disabled it. @gbalykov is Tizen still using fragile NGen, or has Tizen moved to large version bubble crossgen2? |
gbalykov
commented
May 25, 2021
cc @alpencolt |
davmason
commented
May 25, 2021
@jkotas@davidwrighton is there a reason we haven't deleted everything under |
hoyosjs
commented
May 25, 2021
I asked Jan earlier today to see if fragile was supported as a customer scenario - even if the framework doesn't ship this way, some customers might use it. However, the answer is no. This is just bits waiting to rot. Prejit will eventually go. Starting with the DAC doesn't sound like a bad idea as it has size impact on singlefile. |
alpencolt
commented
May 25, 2021
We work to bring .NET 6 with R2R Large Version Bubble for Tizen but it still has lower performance comparing to FNV. At the same time there were works to reanimate fragile mode in .NET 6 internally as backup plan. |
These look like leftovers from how Framework did IJW.
cc @AaronRobinsonMSFT@jkoritzinsky