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
Move stgpool to md subsystem, extract memory streams, eliminate VM dependencies on MD internals (#122723)
Fixes#35624
- Moved `stgpool.h`, `stgpooli.h` from `src/coreclr/inc/` to
`src/coreclr/md/inc/`
- Moved `stgpool.cpp`, `stgpooli.cpp`, `stgpoolreadonly.cpp` from
`src/coreclr/utilcode/` to `src/coreclr/md/runtime/`
- Moved `CPackedLen` struct from `stgpooli.h` to
`src/coreclr/inc/mdfileformat.h`
- Moved `CInMemoryStream` and `CGrowableStream` from `stgpool.*` to
`memorystreams.*`
- Replaced CDescPool with standalone implementation
---------
Co-authored-by: Jan Kotas <[email protected]>
Co-authored-by: Copilot <[email protected]>
0 commit comments