Jeff G:
# Now I'll be the first to admit that I'm probably not the most coherent
# in the world at (looks at the clock) 1:19 A.M. but I'm sitting here
# trying to get something like a PerlInt_Array ready for compilation and
# noticing some problems. It's also entirely possible that I'm
# looking at
# this in the wrong fashion, so someone please correct me if I'm wrong.

I'll say this:  in the general case, we'll be using PerlPMCArray, not
PerlIntArray.  PerlIntArray might be used for compiler optimizations,
though.

....
#   Looking at the current tests, apparently the new 'interpreter' PMC
# also uses type 0, so the problem would appear to be slightly
# deeper than
# what I've commented on. Incidentally, I personally would find
# something
# like 'new P0,"interpreter"' or 'new P0,"perl_scalar"' clearer than a
# cryptic digit. However it would be slightly slower to compile
# that way.

We could have it both ways--have both AUTO_OP new(p, ic) and AUTO_OP
new(p, sc).  FWIW, though, I don't think the class numbers are actually
being used right now--all the tests in pmc.t use 'new Px, 0', no matter
what type they'll end up being.

--Brent Dax
[EMAIL PROTECTED]
Configure pumpking for Perl 6

"Nothing important happened today."
    --George III of England's diary entry for 4-Jul-1776

Reply via email to