[squeak-dev] The Trunk: Compiler-eem.478.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 5 22:49:05 UTC 2022


Eliot Miranda uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-eem.478.mcz

==================== Summary ====================

Name: Compiler-eem.478
Author: eem
Time: 5 July 2022, 3:48:42.124762 pm
UUID: 86982c07-bd3e-433f-9eaa-ff18ec4828f7
Ancestors: Compiler-mt.477

Add missing EncoderForSistaV1 class>>isReturnTopFromMethodAt:in:

=============== Diff against Compiler-mt.477 ===============

Item was added:
+ ----- Method: EncoderForSistaV1 class>>isReturnTopFromMethodAt:in: (in category 'instruction stream support') -----
+ isReturnTopFromMethodAt: pc in: method
+ 	"Answer whether the bytecode at pc is a return stack top from method."
+ 
+ 	^(method at: pc) = 92!



More information about the Squeak-dev mailing list