On Fr. 13. Jul. 2007, 16:21:54, rgrjr wrote:
> Are there any? The only ones I can find that that Splint might be
> complaining about are the derefs in rotate_entries, but the code
> explicitly checks that stack_height is large enough such that
> stack_entry will never return NULL. True?
Looks l
James (>):
> Let's start with an elementary question: What does Configure.pl say for
> you at this step:
>
> auto::pcre - Does your platform support pcre
auto::pcre - Does your platform support pcreyes, 7.7.
// Carl
Fixed in r31508
On Mar. Ago. 12 15:05:57 2008, Whiteknight wrote:
> This probably isn't headerizer's fault, it's more likely the fault of
> IMCC for being so damn complicated. We could change all the function
> definitions in the IMCC related files to use "struct _IMC_Unit" instead
> of "IMC_Unit" which would res
> This check can be removed from default.pmc. Property values should not
> be returned by get_attr_str.
Done in r31509
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #59472]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59472 >
In src/hash.c:816 there is a TODO comment:
/* TODO randomize */
hash->see
Attached is callgrind output from trying to compile rakudo with this patch.
As you can see, the most-called functions by far are:
/home/sweeks/src/parrot/compilers/imcc/sets.c:set_add
/home/sweeks/src/parrot/compilers/imcc/cfg.c:compute_dominance_frontiers
Good point on the other special subscript values. The PIR as
currently being generated couldn't work anyway, since the subscript is
being put in an Int register instead of a PMC one.
On 9/30/08, Moritz Lenz <[EMAIL PROTECTED]> wrote:
> Mark J. Reed wrote:
>> I didn't see anything in the issue t
Mark J. Reed wrote:
> I didn't see anything in the issue tracker, nor did any tests fail,
There are failing (but TODOed) tests somewhere below
t/spec/S02-builtin_data_types/
> but am I correct in assuming that array slicing is simply not
> implemented yet in Rakudo?
Correct.
> $ ./perl6 -e 'my