[Pkg] The Trunk: Compiler-eem.213.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 19 00:45:29 UTC 2011


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

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

Name: Compiler-eem.213
Author: eem
Time: 18 August 2011, 5:45:08.905 pm
UUID: 4168834b-c57f-477e-90ad-603e15b345c5
Ancestors: Compiler-eem.212

Help exotic compiler writers by pointing out that
bindBlockTemp: should not be used in BytecodeEncoder.

=============== Diff against Compiler-eem.212 ===============

Item was added:
+ ----- Method: BytecodeEncoder>>bindBlockTemp: (in category 'temps') -----
+ bindBlockTemp: name
+ 	"This shouldn't be used with BytecodeEncoder.  Use bindBlockTemp:within: instead."
+ 	self shouldNotImplement!



More information about the Packages mailing list