You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been messing with memory mapped files lately and realized it will be beneficial to have shadow copies of the IL assemblies for metadata reading. It would free up more memory and allocations since no byte arrays would need to be created; we still have a LOH memory issue with reading all contents of an assembly into a single byte array. Making this issue to track it.
The text was updated successfully, but these errors were encountered:
I've been messing with memory mapped files lately and realized it will be beneficial to have shadow copies of the IL assemblies for metadata reading. It would free up more memory and allocations since no byte arrays would need to be created; we still have a LOH memory issue with reading all contents of an assembly into a single byte array. Making this issue to track it.
The text was updated successfully, but these errors were encountered: