[svn:parrot] r43997 - trunk/compilers/pirc/src
bacek at svn.parrot.org
bacek at svn.parrot.org
Tue Feb 16 09:35:31 UTC 2010
Author: bacek
Date: Tue Feb 16 09:35:30 2010
New Revision: 43997
URL: https://trac.parrot.org/parrot/changeset/43997
Log:
Headerizer happiness work
Modified:
trunk/compilers/pirc/src/pirregalloc.c
Modified: trunk/compilers/pirc/src/pirregalloc.c
==============================================================================
--- trunk/compilers/pirc/src/pirregalloc.c Tue Feb 16 09:11:16 2010 (r43996)
+++ trunk/compilers/pirc/src/pirregalloc.c Tue Feb 16 09:35:30 2010 (r43997)
@@ -221,9 +221,13 @@
/*
+=item C<static unsigned lengthi(live_interval *list)>
+
XXX debug function only.
Return length of list C<list>
+=cut
+
*/
static unsigned
lengthi(ARGIN_NULLOK(live_interval *list))
@@ -572,8 +576,8 @@
/*
-=item C<static void
-cache_interval_objects(lsr_allocator * const lsr, live_interval * interval)>
+=item C<static void cache_interval_object(lsr_allocator * const lsr,
+live_interval * interval)>
Store the interval C<interval> on a caching list; whenever a new C<live_interval>
object is requested, these interval objects can be re-used, instead of malloc()ing
More information about the parrot-commits
mailing list