[Pkg] The Trunk: Compiler-ar.109.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 22 11:59:16 UTC 2009


Andreas Raab uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-ar.109.mcz

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

Name: Compiler-ar.109
Author: ar
Time: 22 December 2009, 12:58:44 pm
UUID: e99fcffd-5f6d-aa4a-b09a-fb3248edc7f8
Ancestors: Compiler-ar.108

CompiledMethodTrailer phase 3.

=============== Diff against Compiler-ar.108 ===============

Item was changed:
  ----- Method: MethodNode>>generate (in category 'code generation') -----
  generate
  	"The receiver is the root of a parse tree. Answer a CompiledMethod. The
  	argument, trailer, is the references to the source code that is stored with 
  	every CompiledMethod."
  
+ 	^self generate: CompiledMethodTrailer empty!
- 	^self generate: #(0 0 0 0)!



More information about the Packages mailing list