Parrot and Perl 6 Parrot and Perl 6 - Environments for Dynamic Languages #16

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 © 2007 Patrick Michaud