[lld] r280510 - Remove temoprary files.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 09:29:34 PDT 2016


No, but the files opened here are small (~1KiB), I think it doesn't matter.

On Tue, Sep 6, 2016 at 8:07 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> > +    // 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160906/d4537493/attachment.html>


More information about the llvm-commits mailing list