# New Ticket Created by Steve Fink # Please include the string: [perl #16856] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16856 > I was once idly toying with imcc while awaiting a phone call. This is the completely untested result. - Adds the CONSERVATIVE_POINTER_CHASING definition to anyop.c, because anyop includes the parrot .h files and at one point didn't seem to be linking with libparrot, so I couldn't compile it if GC_DEBUG was on. However, t/src at one point was behaving the same way and isn't anymore, so I don't know if this is needed now. - Adds %option nounput to imcc.l. This avoids a warning when compiling the output file. This one is correct, at least. - An attempt to improve the speed and correctness of set_make_full, set_copy, and set_equal in sets.c. A good idea, but wholly untested. -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/36046/29169/7ccbfb/imcc-various.patchThread Next