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



_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to