TextConstants

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

TextConstants

Nicolás Paez
Hi, I noticed that this PoolDictinary is not implemented like the others that are based on SharedPool.
I made some research in this the mailing list (and in Squeak), and the only explanation I found is that it is a risky and time consuming task to change the implementation of TextConstant.

I would like to do a spike trying to implemented the change and see what I find.

Has anyone tried to perform this change?

Do you have any warning/suggestion?

Regards,

Saludos!
Nico.
blog: nicopaez.wordpress.com

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

Re: TextConstants

Stéphane Ducasse
probably start step by step
defining first the sharedPool class
after after migrating silently (no ui feedback)
Stef

On Oct 5, 2010, at 3:46 PM, Nicolás Paez wrote:

> Hi, I noticed that this PoolDictinary is not implemented like the others that are based on SharedPool.
> I made some research in this the mailing list (and in Squeak), and the only explanation I found is that it is a risky and time consuming task to change the implementation of TextConstant.
>
> I would like to do a spike trying to implemented the change and see what I find.
>
> Has anyone tried to perform this change?
>
> Do you have any warning/suggestion?
>
> Regards,
>
> Saludos!
> Nico.
> blog: nicopaez.wordpress.com
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


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

Re: TextConstants

Levente Uzonyi-2
In reply to this post by Nicolás Paez
On Tue, 5 Oct 2010, Nicolás Paez wrote:

> Hi, I noticed that this PoolDictinary is not implemented like the others
> that are based on SharedPool.
> I made some research in this the mailing list (and in Squeak), and the only
> explanation I found is that it is a risky and time consuming task to change
> the implementation of TextConstant.

TextConstants are not constants at all, they can be added/removed/changed
on the fly. This is pretty hard to do with SharedPools.


Levente

>
> I would like to do a spike trying to implemented the change and see what I
> find.
>
> Has anyone tried to perform this change?
>
> Do you have any warning/suggestion?
>
> Regards,
>
> Saludos!
> Nico.
> blog: nicopaez.wordpress.com
>
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project