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: [PATCH] Speedup IMA by speeding up comp_types


The patch is mostly OK, except that:

- The 'val' field needs to be documented.
- The documentation and name of the tagged_tu_seen structure needs to
  be changed to explain that it's now used as a cache.
- alloc_tagged_tu_seen needs to be changed to explain why it's safe to
  assume that tu->val should be set to 1 (this is where the former
  documentation for tagged_tu_seen should go).


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