I guess I have more to learn about writing opcodes for parrot ... But
all I can say is you people make it almost too easy :-)

If memory serves me right, Leopold Toetsch wrote:
> The INTVAL could be a "long long".

Ok ... /me sort of needs an Int32 there ...

> Parrot_Int2 will be generated by a test in config/auto/somewhere and 
> will be "short".

I asked the IRC room

Nov 25 16:23:21 <gopz>  on a related note .. does parrot size types ?
Nov 25 16:23:33 <gopz>  sort of like a Int8 I could cast to ?
Nov 25 16:24:19 <pdcawley>      I just write the summaries.
Nov 25 16:24:52 <gopz>  :-)
.....

Sure, made note of Parrot_Int2 for future use ... 

> "inout", because the PMC has to exist in advance, and isn't emerging new 
> here, like an int or num.

OK ..

> The vtable function has to do the conversion.

Yes.. especially if I have to use it for Float to Int64 ... 

Thanks for correcting my errors,
Gopal
-- 
The difference between insanity and genius is measured by success

Reply via email to