[Newcompiler] Behavior>>compilerClass??

Marcus Denker denker at acm.org
Fri Oct 30 13:09:43 UTC 2009


On Oct 28, 2009, at 3:50 AM, Michael van der Gulik wrote:

> Hi NewCompiler people.
>
> Does anybody use this compiler as their main one?
>
> I notice that the NewCompiler packages don't override  
> Behavior>>compilerClass. I tried using the ClosureCompiler instead,  
> and it seems to work for some simple classes. Is it not stable  
> enough to use by default?
>

Hello,

On which version of Squeak / Pharo do you plan to use it?

The problem is that the version that can emit code for Eliots closures  
is not yet done. But Jorge made
lots of progress... we should have something ready soon.

Normally the answer is this: there is a preference (as Math already  
mentioned). The ClosureCompiler
class is for tests and for cases where one only wants to use the new  
compiler on single classes.
(e.g. because it is used for experiments).

	Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/newcompiler/attachments/20091030/46069e11/attachment.htm


More information about the Newcompiler mailing list