[bug] Compiler issues

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

[bug] Compiler issues

MrGwen
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
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] Compiler issues

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/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:   bonzinip
-Status:       active
+Status:       fixed

all fixed



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