mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
04445364fc
If we can't mmap a file and instead have to fread(), if the data is small enough that we can reasonably accomodate it in a memory buffer, then just read it once. It seems rather unlikely that very large files would be used with TIMES anyway. Also note: the previous comment about nasm_file_size[_by_path]() being invoked twice was spurious; it does not actually happen. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> |
||
---|---|---|
.. | ||
compiler.h | ||
disp8.h | ||
hashtbl.h | ||
iflag.h | ||
insns.h | ||
labels.h | ||
md5.h | ||
nasm.h | ||
nasmint.h | ||
nasmlib.h | ||
opflags.h | ||
raa.h | ||
rbtree.h | ||
rdoff.h | ||
saa.h | ||
tables.h | ||
ver.h |