Re: [perl #16855] [PATCH] uselessly optimize print()

2002-09-06 Thread Mike Lambert
> > In tracking down a gc bug, I realized that the current throwaway > > implementation of the print op could be replaced with a faster > > throwaway implementation that avoids doing a string_to_cstring. > > > > Note that both the original and new implementations are still buggy > > with respect t

Re: [perl #16855] [PATCH] uselessly optimize print()

2002-08-31 Thread Mike Lambert
> In tracking down a gc bug, I realized that the current throwaway > implementation of the print op could be replaced with a faster > throwaway implementation that avoids doing a string_to_cstring. > > Note that both the original and new implementations are still buggy > with respect to supporting

[perl #16855] [PATCH] uselessly optimize print()

2002-08-29 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #16855] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=16855 > In tracking down a gc bug, I realized that the current throwaway implementation of the pr