Parrot Parrot Compiler Toolkit #75

PMC opcodes

Each opcode on a PMC is virtualizable according to the target object:

new $P0, 'Integer'
assign $P0, 3

new $P0, 'Array'
assign $P0, 3

new $P0, 'String'
assign $P0, 3

new $P0, 'BigInt'
assign $P0, 3
Copyright © 2008 Patrick R. Michaud
http://www.pmichaud.com/2008/pres/