You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NEW_METHOD primitive disregards w_class, but that seems to be wrong.
On an OpenSmalltalkVM, MySubClassOfCompiledMethod new results in a MySubClassOfCompiledMethod object, in RSqueak it results in a CompiledMethod object instead.
The text was updated successfully, but these errors were encountered:
The
NEW_METHOD
primitive disregardsw_class
, but that seems to be wrong.On an OpenSmalltalkVM,
MySubClassOfCompiledMethod new
results in aMySubClassOfCompiledMethod
object, in RSqueak it results in aCompiledMethod
object instead.The text was updated successfully, but these errors were encountered: