develooper Front page | perl.perl6.internals | Postings from August 2002

[perl #16856] [PATCH] various changes to imcc

Thread Next
From:
Steve Fink
Date:
August 29, 2002 13:12
Subject:
[perl #16856] [PATCH] various changes to imcc
Message ID:
rt-16856-36046.3.41058976463458@bugs6.perl.org
# 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.patch


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About