Re: [perl #16278] [PATCH] Quicker pointer checking for stack walking

2002-08-18 Thread Steve Fink
It also reverts my bugfix for missing the first PMC allocated. I have re-applied the fix.

[perl #16278] [PATCH] Quicker pointer checking for stack walking

2002-08-17 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #16278] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16278 This patch modifies the stack walking code to create a prefix mask for doing a

Re: [perl #16278] [PATCH] Quicker pointer checking for stack walking

2002-08-17 Thread Jason Gloudon
On Sun, Aug 18, 2002 at 02:51:34AM +, Jason Gloudon wrote: # New Ticket Created by Jason Gloudon # Please include the string: [perl #16278] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16278 Moved the

Re: [perl #16278] [PATCH] Quicker pointer checking for stack walking

2002-08-17 Thread Mike Lambert
Applied, thanks. Moved the static prototype to dod.c Jason