ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Faster/Faster.pm
(Generate patch)

Comparing Faster/Faster.pm (file contents):
Revision 1.24 by root, Sat Mar 11 04:53:00 2006 UTC vs.
Revision 1.25 by root, Sat Mar 11 04:58:53 2006 UTC

334sub op_padsv { 334sub op_padsv {
335 my $flags = $op->flags; 335 my $flags = $op->flags;
336 my $padofs = "(PADOFFSET)" . $op->targ; 336 my $padofs = "(PADOFFSET)" . $op->targ;
337 337
338 #d#TODO: why does our version break 338 #d#TODO: why does our version break
339 # breaks gce with can't coerce array....
339 if (($flags & B::OPf_MOD) && ($op->private & B::OPpDEREF)) {#d# 340 if (($flags & B::OPf_MOD) && ($op->private & B::OPpDEREF)) {#d#
340 return out_linear;#d# 341 return out_linear;#d#
341 }#d# 342 }#d#
342 343
343 $source .= <<EOF; 344 $source .= <<EOF;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines