On Wed, Aug 17, 2005 at 03:37:13PM -0500, David Nicol wrote:
> which could also AIUI benefit /slightly/ from binding the subroutine's
> entry point directly to the node that calls it instead of looking the
> entry point up in a hash,

This would not work. The same sub entry op may call many different
functions:

    $_->foo() for qw(A B C::D);

> I am not certain how much the data structures that hold the optree and
> SVs have in common at this time,

Absolutley nothing

> but I think unifying them would be a Good Thing

No, it would be a Dumb Thing.

-- 
O Unicef Clearasil!
Gibberish and Drivel!
                      - "Bored of the Rings"

Reply via email to