[Vm-dev] Re: VM inconsistency detected for reporting error code for numbered primitives

Igor Stasenko siguctua at gmail.com
Fri Mar 16 18:20:44 UTC 2012


However , some prims reporting errors fine:

veryBasicAt: index
	<primitive: 60 error: code>
	^ code

1 veryBasicAt: 10  =>  #'inappropriate operation'

(Array new: 10) veryBasicAt: 500 => #'bad index'

i suspect it is about primitives which are directly inlined into
interpreter loop.


-- 
Best regards,
Igor Stasenko.


More information about the Vm-dev mailing list