Do everything in Java…

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 17 12:47:31 PST 2014


On 12/17/2014 11:50 AM, "Ola Fosheim Grøstad" 
<ola.fosheim.grostad+dlang at gmail.com>" wrote:
> 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.


More information about the Digitalmars-d mailing list