This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patches to remove TREE_COMPLEXITY for C and C++


kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:

> 2GB source files is about 68 million lines of code.  Of course, I didn't
> mean all source files in the *project*, but in the compilation and I don't
> know any projects with 68M lines of code anyway.

  /* off_t might have a wider range than ssize_t - in other words, the
     max size of a file might be bigger than the address space.  We
     can't handle a file that large.  (Anyone with a single source
     file bigger than 2GB needs to rethink their coding style.)  */

  -- libcpp/files.c

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]