Re: [perl #39244] [PATCH] Initialize I and N registers.

2006-06-05 Thread Leopold Toetsch
On May 30, 2006, at 17:32, Andy Dougherty (via RT) wrote: The second patch changes the initial value to a different non-zero value. This is useful for ferreting out hidden assumptions. Applied now both (slightly modified: C is pulled out of the loops). I and N registers are never set to 0

Re: [perl #39244] [PATCH] Initialize I and N registers.

2006-05-30 Thread Leopold Toetsch
On May 30, 2006, at 17:32, Andy Dougherty (via RT) wrote: However, if the intent is not to guarantee initialization, then I'd recommend something like this second patch be put in place, at least for a while, to ensure no programs are relying on automatic initialization. Last time this came u

[perl #39244] [PATCH] Initialize I and N registers.

2006-05-30 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #39244] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39244 > Parrot's I and N registers are initialized to 0, but only for DEBUGGING builds. For