On Mar 30, 2007, at 7:49 AM, Jeff Cohen wrote:
> Chris Lattner wrote:
>>> Use the stat information in the Path object, if it is already
>>> obtained. This
>>> avoids a call to ::fstat by MappedFile when the file size
>>> information was
>>> already obtained by the Path object.
>>>
>>
>> Int
Chris Lattner wrote:
>> Use the stat information in the Path object, if it is already
>> obtained. This
>> avoids a call to ::fstat by MappedFile when the file size
>> information was
>> already obtained by the Path object.
>>
>
> Interesting approach. The problem is that fstat is signifi
> Use the stat information in the Path object, if it is already
> obtained. This
> avoids a call to ::fstat by MappedFile when the file size
> information was
> already obtained by the Path object.
Interesting approach. The problem is that fstat is significantly
faster than stat. How about