... No, you cannot remove Squeak's compiler and use only NewCompiler, if that would have been your question. /Klaus...
Klaus D. Witzel
klaus.witzel@...
Sep 1, 2008 7:13 am
133481
... Yes, the main question about it, why it didn't replaced old compiler? There are some bad things in current compiler, which makes it really hard to play...
Igor Stasenko
siguctua@...
Sep 1, 2008 10:43 am
133482
I very proud to announce to all : Thanks to Janko and Nico in this days and to Goran and Giovanni for his past and present work, I a have a...
Edgar J. De Cleene
edgardec2001@...
Sep 1, 2008 12:28 pm
133483
Hi, A new version of SqueakGTK is published. I've corrected 2 annoying bugs that make Squeak crashes. Here is the roadmap of the next versions : * binaries for...
Gwenael Casaccio
mrgwen@...
Sep 1, 2008 12:55 pm
133484
... That was not really my question. I thought that the purpose of the NewCompiler project was to replace the old compiler. Am I wrong? If so, is this just...
Ralph Johnson
johnson@...
Sep 1, 2008 1:09 pm
133485
Hi Trygve: As usual, a very interesting work from you. I will invest some time reading more deeper to better understand your ideas. I ever searched/thinked in...
Germán Arduino
garduino@...
Sep 1, 2008 1:38 pm
133486
... May I urge that all efforts include Eliot's Cog work. He is making changes to the compiler to support closures and the Cog VM. -- Brent...
Brent Pinkney
brent@...
Sep 1, 2008 4:07 pm
133487
... NP, and sorry for disturbing your cycles. ... This would be interesting to find out, what "to replace" plans where there, also from a "managable" POV. I'm...
Klaus D. Witzel
klaus.witzel@...
Sep 1, 2008 4:13 pm
133488
... Yes, sure. A good compiler supports *any* underlying instruction set and architecture (within a predetermined, plan-able framework), even the historical...
Klaus D. Witzel
klaus.witzel@...
Sep 1, 2008 4:20 pm
133489
I very appreciate any comment. Les agradecería cualquier comentario Edgar...
Edgar J. De Cleene
edgardec2001@...
Sep 1, 2008 8:04 pm
133490
Hi Trygve I discussed with jim coplien at Bruxelles and I would love to understand how you use traits. Do you have a document which explains that? Stef...
stephane ducasse
stephane.ducasse@...
Sep 1, 2008 8:18 pm
133491
I will read your document :) Stef...
stephane ducasse
stephane.ducasse@...
Sep 1, 2008 8:22 pm
133492
... In VisualWorks the identity hash of an object is determined lazily when doing one of the following: - sending a message to an object. The object's class...
Eliot Miranda
eliot.miranda@...
Sep 1, 2008 8:25 pm
133493
I feel very strongly that . as a statement separator *must* be followed with at least one whitespace character and that the ramar should reflect this. But I...
Eliot Miranda
eliot.miranda@...
Sep 1, 2008 8:33 pm
133494
Please have a look at my closure compiler. This puts bytecode generation into a separate class (a subclass of Encoder).You can find the code on the download...
Eliot Miranda
eliot.miranda@...
Sep 1, 2008 8:40 pm
133495
... Peron said: If you wish nothing happens, nominate a comitee...
Edgar J. De Cleene
edgardec2001@...
Sep 1, 2008 9:02 pm
133496
... This is one of the things we really need to be decoupled. ... Well, i only hope, that you will not need to say to people words like: 'this stuff not...
Igor Stasenko
siguctua@...
Sep 1, 2008 9:08 pm
133497
... You both right. My intent was only to get people's attention on this problem and discuss different points of view and their needs. Then implementors (like...
Igor Stasenko
siguctua@...
Sep 1, 2008 9:12 pm
133498
Dear Edgar, ... The problem is that it is imposible today that "nothing" happen... and most problems are visible after time... as seen in the country of...
Alejandro F. Reimondo
aleReimondo@...
Sep 1, 2008 11:49 pm
133499
Hi, Stephane, Try this: http://sites.google.com/a/gertrudandcope.com/info/Publications/LeanArchitecture.pdf?attredirects=0 and have a look at 7.3.1 and 7.3.2,...
James O. Coplien
jcoplien@...
Sep 1, 2008 11:57 pm
133500
Hi, ... I think it show that they can´t doit in other way, and it is good to work the best way for the "author/worker". The problem is what is missing that...
Alejandro F. Reimondo
aleReimondo@...
Sep 2, 2008 12:06 am
133501
Where is this new compiler project? Where is NewCompiler? I would like to see it. Does anybody know where that book about the Squeak Compiler went to? the...
Kjell Godo
squeaklist@...
Sep 2, 2008 12:08 am
133502
... The atomic loading is not about handling dependencies (they are present and adressed as well, of course), but about installing a number of changes in...
Igor Stasenko
siguctua@...
Sep 2, 2008 12:56 am
133503
So, here is an idea, start the VM from scratch, and, redo the entire project to allow what we want in Squeak, and the compiler. I know that is a really crazy...
David Zmick
dz0004455@...
Sep 2, 2008 3:14 am
133504
... Day two - First public test of SqueakLightII-dev.7201First public test of SqueakLightII-dev.7201 To all wishing a more modular system which was as...
Edgar J. De Cleene
edgardec2001@...
Sep 2, 2008 10:32 am
133505
... Not really. Using GNU Smalltalk just because it prints the result of every statement separately, I get: st> 0.2.3.4.5.6 0.2 3.4 5.6 st> Braces are not a...
Paolo Bonzini
bonzini@...
Sep 2, 2008 3:50 pm
133506
I have been following tutorials on writing named primitive. I come accross "self inline: true". What is it mean by that? Thanks. Ang Beepeng -- View this...
Ang Beepeng
beepeng86@...
Sep 2, 2008 4:39 pm
133507
... It means that method body will be inlined in another function which calling it, instead of be declared separately. But for primitives this means nothing,...
Igor Stasenko
siguctua@...
Sep 2, 2008 5:04 pm
133508
It mean that the method you are looking is going to be inline if possible. ... Mth...
Mathieu Suen
mathk.sue@...
Sep 2, 2008 6:04 pm
133509
... From: Dave Griswold <David.Griswold.256@...> Date: Tue, 2 Sep 2008 12:14:32 -0700 (PDT) Subject: Chrome and V8 To: Strongtalk-general...