Wanted: Review manager for std.data.json

Sönke Ludwig via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 9 15:03:01 PDT 2015


Am 09.04.2015 um 23:56 schrieb weaselcat:
> On Thursday, 9 April 2015 at 21:52:08 UTC, Sönke Ludwig wrote:
>> Hm interesting, but for me LDC unfortunately crashes when adding
>> -partial-inliner. What else did you specify?
>
> ldc2 -partial-inliner -boundscheck=off -singleobj -ofjson_d_new_lazy_ldc
> -O5 -release -w -oq -Istd_data_json/source/
> std_data_json/source/stdx/data/json/*.d test_new_lazy.d
>
> it seems to segfault with -O0 optimization
>
> ./json_d_new_lazy_ldc  0.95s user 0.08s system 99% cpu 1.025 total
> (clang)./json_rapid_cpp  0.98s user 0.30s system 99% cpu 1.282 total
> (gcc)./json_rapid_cpp  0.80s user 0.31s system 99% cpu 1.108 total

Okay, turned out that this was a 0.15.2-beta.1 issue. I've downgraded to 
0.15.1 and now get a nice time of 1.30 seconds on my tablet PC!


More information about the Digitalmars-d mailing list