Issue 5110 in pharo: Certain classes cannot be uncompact

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

Issue 5110 in pharo: Certain classes cannot be uncompact

pharo
Status: Accepted
Owner: marianopeck
Labels: Milestone-1.4

New issue 5110 by marianopeck: Certain classes cannot be uncompact
http://code.google.com/p/pharo/issues/detail?id=5110

Certain classes cannot be uncompacted in CogVM.  If you download VMMaker  
and see the VM code, these are as defined by  
StackInterpreter>>#checkAssumedCompactClasses and the ones that can't be  
uncompacted are the following:

Array. LargeNegativeInteger. LargePositiveInteger. Float. MethodContext

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5110 in pharo: Certain classes cannot be uncompact

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 5110 by marianopeck: Certain classes cannot be uncompact
http://code.google.com/p/pharo/issues/detail?id=5110

So I add a validation for uncompacting so if it is any of those classes, it  
throws an error. There are tests attached also.

Name:  
SLICE-Issue-5110-Certain-classes-cannot-be-uncompact-MarianoMartinezPeck.1
Author: MarianoMartinezPeck
Time: 16 December 2011, 10:56:12 am
UUID: 54385299-1445-46a5-9a93-55ac42c72e2d
Ancestors:
Dependencies: Kernel-MarianoMartinezPeck.983,  
KernelTests-MarianoMartinezPeck.376

Fix and tests for issue


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5110 in pharo: Certain classes cannot be uncompact

pharo
Updates:
        Labels: Type-Feature

Comment #2 on issue 5110 by [hidden email]: Certain classes cannot  
be uncompact
http://code.google.com/p/pharo/issues/detail?id=5110

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5110 in pharo: Certain classes cannot be uncompact

pharo

Comment #3 on issue 5110 by [hidden email]: Certain classes cannot  
be uncompact
http://code.google.com/p/pharo/issues/detail?id=5110

Attached a cs with chages from Mariano slices.

Thanks Mariano

Attachments:
        5110-UncompactingClasses.1.cs  1.8 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5110 in pharo: Certain classes cannot be uncompact

pharo
Updates:
        Status: FixToInclude

Comment #4 on issue 5110 by [hidden email]: Certain classes cannot  
be uncompact
http://code.google.com/p/pharo/issues/detail?id=5110

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5110 in pharo: Certain classes cannot be uncompact

pharo
Updates:
        Status: Integrated

Comment #5 on issue 5110 by [hidden email]: Certain classes cannot  
be uncompact
http://code.google.com/p/pharo/issues/detail?id=5110

in 14262


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker