Closed shingarov closed 8 months ago
This commit evaluates lhs and rhs of PAtomEq using (their) #evaluateIn: rather than going through EvalEnv >> evaluate:. The latter did not really work for anything by EVar and unnecessarily called down to Smalltalk compiler.
PAtomEq
#evaluateIn:
EvalEnv >> evaluate:
EVar
This commit evaluates lhs and rhs of
PAtomEq
using (their)#evaluateIn:
rather than going throughEvalEnv >> evaluate:
. The latter did not really work for anything byEVar
and unnecessarily called down to Smalltalk compiler.