Hiroki Noda

Results 34 comments of Hiroki Noda

> I know it is extra work, but perhaps it is best to put this behind a flag? Then we can "test" its correctness easily on large codebases and eliminate...

> /build/ldc/driver/cache_pruning.d:24:8: error: unable to read module 'datetime' 24 | import std.datetime: Clock, dur, Duration, SysTime; | ^ /build/ldc/driver/cache_pruning.d:24:8: note: Expected 'std/datetime.d' or 'std/datetime/package.d' in one of the following import...

Anyway I think it should be measured when adding inline attributes. > So, isn't the correct number of pragma(inline) directives in Phobos equal to 0? Q: I believe it's useful...

> > cross-module-inlining > > Is this enabled by default when doing `-O3`? If not, why? `-O3` only corresponds to LLVM's optimization options, so it has nothing to do with...