[lld] r280510 - Remove temoprary files.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 08:07:53 PDT 2016


> +    // IsVolatileSize=true forces MemoryBuffer to not use mmap().
> +    return check(MemoryBuffer::getFile(Path, /*FileSize=*/-1,
> +                                       /*RequiresNullTerminator=*/false,
> +                                       /*IsVolatileSize=*/true),
> +                 "could not open " + Path);


Have you benchmarked this?

Cheers,
Rafael


More information about the llvm-commits mailing list