[Patch] typeof op

2002-06-29 Thread brian wheeler
This patch implements a typeof op which returns the integer type or string type of a PMC. The test I used is: new P0,.PerlInt typeof S0,P0 eq S0,"PerlInt",OK_1 print "not " OK_1: print "ok 1\\n" typeof I0,P0 eq I0,.PerlInt,OK_2 print "not " OK_2: pr

[netlabs #748] [PATCH] PMC tests

2002-06-29 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [netlabs #748] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=748 > More extensive tests for the mul_p_p op. Simon --- t/pmc/pmc.t.old Sat Ju

Opcode documentation

2002-06-29 Thread Eric Kidder
First, a quick introduction: I'm Eric. At YAPC, I asked Dan what I can do to help out Parrot and this is what he pointed me at. I've compiled a list of all of the opcodes (as listed in the *.ops files) that are not documented in docs/pdds/pdd06_pasm.pod. In addition, because of some possible we