Re: [perl #39714] [TODO] Refactor IMCC to remove static globals

2009-02-13 Thread kjstol
On Fri, Feb 13, 2009 at 12:55 AM, jerry gay wrote: > On Thu, Feb 12, 2009 at 15:53, Will Coleda wrote: > > On Thu, Feb 12, 2009 at 6:09 PM, kjstol wrote: > >> On Thu, Feb 12, 2009 at 9:22 PM, Will Coleda via RT < > >> parrotbug-follo...@parrotcode.org> wrote: > >> > >>> On Tue Jul 04 19:30:44 2

Re: [perl #39714] [TODO] Refactor IMCC to remove static globals

2009-02-12 Thread jerry gay
On Thu, Feb 12, 2009 at 15:53, Will Coleda wrote: > On Thu, Feb 12, 2009 at 6:09 PM, kjstol wrote: >> On Thu, Feb 12, 2009 at 9:22 PM, Will Coleda via RT < >> parrotbug-follo...@parrotcode.org> wrote: >> >>> On Tue Jul 04 19:30:44 2006, autri...@gmail.com wrote: >>> > IMCC currently relies on a l

Re: [perl #39714] [TODO] Refactor IMCC to remove static globals

2009-02-12 Thread Will Coleda
On Thu, Feb 12, 2009 at 6:09 PM, kjstol wrote: > On Thu, Feb 12, 2009 at 9:22 PM, Will Coleda via RT < > parrotbug-follo...@parrotcode.org> wrote: > >> On Tue Jul 04 19:30:44 2006, autri...@gmail.com wrote: >> > IMCC currently relies on a lot of static globals to carry state, and >> > cannot relia

Re: [perl #39714] [TODO] Refactor IMCC to remove static globals

2009-02-12 Thread kjstol
On Thu, Feb 12, 2009 at 9:22 PM, Will Coleda via RT < parrotbug-follo...@parrotcode.org> wrote: > On Tue Jul 04 19:30:44 2006, autri...@gmail.com wrote: > > IMCC currently relies on a lot of static globals to carry state, and > > cannot reliably restore them when an error occurs. (grep for > > "st

[perl #39714] [TODO] Refactor IMCC to remove static globals

2006-07-05 Thread via RT
# New Ticket Created by Audrey Tang # Please include the string: [perl #39714] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39714 > IMCC currently relies on a lot of static globals to carry state, and cannot reliably rest