On Wednesday, 17 December 2014 at 19:48:00 UTC, Walter Bright wrote:Yeah, you just need to write another parser for the binary format, rather than reuse a canned D parser. :-)A binary format for IR should just be mmap'ed and work without any parsing.
I know how to do binary formats - the Digital Mars C++ compiler does precompiled headers using memory mapped files.
It isn't worth it.
