The Trunk: Compiler-ar.109.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Compiler-ar.109.mcz

commits-2
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)!