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: [tree-ssa] Fix print_c_tree


In message <1061498932.6644.28.camel@frodo.toronto.redhat.com>, Diego Novillo w
rites:
 >On Thu, 2003-08-21 at 16:35, Zdenek Dvorak wrote:
 >However, you're right in that reusing global_dc->printer is not a good
 >idea.  I was trying to avoid the overhead of always creating a
 >pretty_printer object, but I think it's best if we just do that in
 >print_c_tree.
This is *far* from critical code -- who cares if we need to create a new
printer object when we're printing trees.  Please, let's focus our tight
code efforts where it's really important.   Where it's not important,
write the cleanest code humanly possible.

jeff


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