Skip Menu |

This queue is for tickets about the optimizer CPAN distribution.

Report information
The Basics
Id: 1475
Status: resolved
Priority: 0/
Queue: optimizer

People
Owner: abergman [...] cpan.org
Requestors: gwilliam [...] wheatonma.edu
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.02
Fixed in: 0.05



Subject: [PATCH] remove debugging numbers
This patch removes the four debugging lines in optimizer.xs which print the numbers 10, 11, 12, and 13. thanks, greg
diff -pru optimizer-0.02/optimizer.xs optimizer-0.02-new/optimizer.xs --- optimizer-0.02/optimizer.xs Sat Jun 22 06:39:41 2002 +++ optimizer-0.02-new/optimizer.xs Tue Aug 27 03:04:14 2002 @@ -152,14 +152,10 @@ relocatetopad(pTHX_ OP* op,CV* cv) /* XXX I don't know how this isn't readonly already. */ SvREADONLY_on(PL_curpad[ix]); } - printf("10\n"); o->op_sv = Nullsv; o->op_targ = ix; - printf("11\n"); } - printf("12\n"); PL_curpad = tmp_pad; - printf("13\n"); #endif }