From: "Patrick R. Michaud" <[EMAIL PROTECTED]>
Date: Mon, 21 Apr 2008 14:25:53 -0500
. . . this seems to be the case for everything using the
"generic stack", which AFAICT is the &interp->dynamic_env structure.
Your point is correct, except that you are talking about the "dynamic
environment stack" (which used to be called the "control stack"). The
"generic stack" is the "user_stack" slot of Parrot_Context, which is
implemented the same way, and therefore suffers from the same speed
issues. (Just for the record.)
-- Bob