http://llvm.org/bugs/show_bug.cgi?id=5448

           Summary: MemoryBuffer copies input file for page sized files
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


This is bad, such files aren't *that* unlikely, and mmap is a big performance
win. I think in most situations we can just mmap an extra page, but need to
verify/test.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to