[Mono-list] Unknown heap type?
J. Perkins
jason@379.com
Mon, 19 Aug 2002 16:14:53 -0400
This makes sense, as the binary was created with a debug build. It
is probably just info for the debugger.
Jason
379
Serge wrote:
> Here is some info.
> It's indeed uncompressed data stream, it's mentioned briefly in Part II, 23.2.2
> "Some compilers store metadata in a #- stream, which holds an uncompressed, or non-optimized, representation of metadata tables;
> this includes extra metadata "pointer" tables."
>
> (snip)
>
> It seems that for C#, enabling optimizations (or using default Release build settings in VS) always eliminates this stream.