Aug. 3, 2010
10 p.m.
On Wed, 4 Aug 2010, James Ladd wrote:
Hi All,
Im working on the bytecodes for methods and I am wondering, how can I tell if a compiled methods bytecode contains (starts) with a primitive, and which primitive it is?
See CompiledMethod >> #primitive. Levente
Rgs, James.