Wanted: Review manager for std.data.json

Sönke Ludwig via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 9 14:52:09 PDT 2015


Am 09.04.2015 um 23:14 schrieb weaselcat:
> On Thursday, 9 April 2015 at 20:11:07 UTC, weaselcat wrote:
>> On Thursday, 9 April 2015 at 20:00:28 UTC, John Colvin wrote:
>>> I can't remember which -O level inlining is enabled, but there's
>>> definitely no need to explicitly ask for it at -O5.
>>
>> -enable-inlining(enabled at -O2) and -inline do different things and
>> -inline isn't automatically enabled.
>
> Sorry Sönke for polluting your thread, but I did some reading of the
> LLVM manual - -inline is a specific LLVM pass and not a frontend flag.
> Using the -partial-inliner pass instead it(the benchmark) becomes faster
> than rapidJSON.
>
> Bye.

Hm interesting, but for me LDC unfortunately crashes when adding 
-partial-inliner. What else did you specify?


More information about the Digitalmars-d mailing list