[squeak-dev] The Trunk: Compiler-ul.190.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 13 19:57:52 UTC 2011


Levente Uzonyi uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-ul.190.mcz

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

Name: Compiler-ul.190
Author: ul
Time: 13 February 2011, 8:57:40.179 pm
UUID: e4670946-be62-fd47-ab36-484978188552
Ancestors: Compiler-nice.189

- changed the postscript to recompile all methods which send #repeat

=============== Diff against Compiler-nice.189 ===============

Item was changed:
+ (PackageInfo named: 'Compiler') postscript: '"Recompile methods which send #repeat."
+ (SystemNavigation default allCallsOn: #repeat) do: [ :each |
+ 	each actualClass recompile: each selector ].'!
- (PackageInfo named: 'Compiler') postscript: '"''''Fix'''' some decompiler tests."
- CompiledMethod allInstances
- 	do: [ :method |
- 		[ method decompileWithTemps ]
- 			on: AssertionFailure, Error
- 			do: [ method methodClass recompile: method selector ] ]
- 	displayingProgress: ''Recompiling...''
- 	every: 1000'!




More information about the Squeak-dev mailing list