This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH]: Use vector for access check stack


Nathan Sidwell wrote:

> Your implementation of pop_to_parent was being overly conservative 
> wrt the garbage collector -- that cannot run in the middle of a 
> function without also seeing local variables.

I wrote that part of code.  In the hind sight, I'd agree.  The
intention was to allow it to work anywhere.

--Kriang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]