Aug. 5, 2010
11:47 p.m.
On Fri, 6 Aug 2010, James Ladd wrote:
Hi All,
When I ask CompiledMethod #primitive i get a value back which the method comment says is the primitive index.
In the Blue Book this index is in range 0 - 127, but I have an index 259.
Where can I find documentation on what the primitive indexes mean? ie: What does primitive 259 do.
Starting from CompiledMethod >> #longPrintOn:indent:, you'll find CompiledMethod >> #isQuick CompiledMethod >> #isReturnSpecial CompiledMethod >> #printPrimitiveOn: The code + comments in these methods contain all necessary information. Levente
Rgs, James.