[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] opcodes



Special classes are classes that are used a lot. By having special opcodes to push these classes on the stack, it saves space in the literal table.

The opcodes are defined in Opcodes.h. All methods are compiled to bytecodes. The PyrInterpterer3.cpp file contains the byte code interpreter. You can see the byte codes for a method by using the 'dumpByteCodes' method.



On Monday, December 9, 2002, at 09:00  PM, crucial felix wrote:

james-
what are the opcodes ?
and what's the deal with special classes ?
not something i need to deal with obviously, but just curious.

thankx.

-felix

_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev


--
--- james mccartney   james@xxxxxxxxxxxxxx   <http://www.audiosynth.com>
SuperCollider - a real time synthesis programming language for the PowerMac.
<ftp://www.audiosynth.com/pub/updates/SC2.2.16.sea.hqx>