help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Compiler issues


From: Gwenael Casaccio
Subject: [Help-smalltalk] [bug] Compiler issues
Date: Thu, 21 Apr 2011 03:34:53 -0700

Issue status update for http://smalltalk.gnu.org/node/588 Post a follow up: http://smalltalk.gnu.org/project/comments/add/588

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  MrGwen
Updated by:   MrGwen
Status:       active

Recompiling all the behavior in the Smalltalk namespace, crash the
virtual machine an infinite loop in the GC, or produces bad stack
height.

Here are the script which excludes classes

PackageLoader fileInPackage: 'Compiler'.

res := Time millisecondsToRun: [
          Smalltalk allBehaviorsDo: [ :each |
              each printNl.
              ({SortedCollection. ScaledDecimal. OrderedCollection.
Float. CharacterArray. FloatD class. FloatD. FloatQ class. FloatQ.
FloatE class. FloatE. Behavior. HashedCollection. Dictionary.
BindingDictionary. LookupTable. IdentityDictionary.
WeakKeyIdentityDictionary. Set. IdentitySet. SystemDictionary.
WeakIdentitySet} includes: each) ifFalse: [ each compileAll ] ] ].

res printNl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]