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]

Re: fix for CSE



  In message <199810160832.BAA31768@dm.cobaltmicro.com>you write:
  > If someone is looking for a useful pet project, cleaning up all of the
  > hash table handling in CSE would be a good one.  If it were cleaner,
  > this bug would have been easier to track down.
  > 
  > Another good project would be to fix CSE such that we could remove
  > this hash table flush, I couldn't believe how simple of a function
  > triggered it to happen.  It seems to happen often in cases where
  > function inlining is prominent, so I suppose this may effect C++
  > people quite a bit.  I see it often in the Linux kernel.
SSA would make all this crud go away and probably do a better job to boot.

jeff


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