First of all, I definitely appreciate the work on PICs for the PowerPC. On downloading and trying to work with the new version of Self, however, the ...
Hi I'm trying to use Self (4.1.6) on Jaguar and when I double click on the snapshot and application start to run and just stop after 2 seconds. Does somebody...
I am unable to download 4.1.6. I've tried IE, curl. Download does not complete. Each time I try it, it fails with a different amount of progress. curl ...
... James, This is very strange. I have downloaded the files from external sites with no problems. If anyone else has this problem, please let me know! In the...
... Hi Stef, Can you try dropping the snapshot on the SelfDroplet? I suspect that your Self snapshots are associated with the Self app, rather than the ...
Thanks a lot, it works. I'm redownloading everything because when I run the demo.snap I got a pane stating that this is 4.1.5 and not 4.1.6. So may be I did...
Stephane Ducasse
ducasse@...
Oct 9, 2002 9:46 pm
1437
Hi Brian, I haven't been able to reproduce your problem. I have tried the Self release on various machines and they all work fine. The undefined references...
... The "Welcome to Self 4.X.X" text in Demo.snap has often not been updated for new releases (this sometimes happens in Squeak as well). At least in the Sparc...
... After dozens of attempts I eventually got 100% progress. It was probably a firewall problem on this end. -- ... SuperCollider - a real time synthesis...
Hello all! I am looking for David M. Ungar's dissertation on "The Design and Evaluation of a High-Performance Smalltalk System." Does anyone know where I can...
Sven C. Koehler
schween@...
Oct 10, 2002 8:15 pm
1442
Hi all, WanteObject Oriented Developers, visit www.techieindex.net providing one stop resource for IT Professionals. If you find similar site let me know. ...
... Hi! This was published as a book: Ungar, David M. The design and evaluation of a high performance smalltalk system / Ungar, David M.. - Cambridge, Mass. :...
Marcus Denker
marcus@...
Oct 11, 2002 7:29 am
1444
... Yes, Google knows. I've found this scanned version (linked from the Open Directory Project): ...
Hello German! ... I tried this one yesterday, and couldn't get past page one without an error message, but it seems to work now. Thanks for pointing out. Bye,...
Sven C. Koehler
schween@...
Oct 12, 2002 12:24 am
1446
Dear All: Finally my third Scientific Report III is on line: http://www.lsi.usp.br/~lourenci I would thank you very much, if you kindly e-mail me your...
Albertina Lourenci
lourenci@...
Oct 31, 2002 11:22 pm
1447
Brian, I found this in one of my mailboxes--I assume this has been cleared up. Let me know if not. - Dave...
David Ungar
David.Ungar@...
Nov 2, 2002 5:41 am
1448
Again this is not about Self exactly but I don't think there's any bandwidth problem on this list.. OK I've been curious about this ever since you posted it....
... A perfect hash would take care of that(I use them in Io) but it doesn't scale to large numbers of slots, which you'd get if you're flattening the...
... "Oliver Smalltalk" in an effort to make other Smalltalkers see that we are really a part of their team). ... There are several tricks that work together. A...
... I'm not really sure that the perfect hash as you have implemented them really buys you anything. You use a prime sized table and the % operator instead of...
... Actually, I don't use a prime size table. The table grows by one until the hash is perfect, so it can be any size above the minimum. ... Memory usage may...
... For what I'd like to do, which is flattening the parents, the number of slots would be large for the parent. ... The Lua hash table lookup scheme looks...
... Me too. Unfortunately Lua's hash code is all mixed up with it's VM. It would involve effort to pull it out. Cheers, Steve OSX freeware and shareware:...
... That's true. Btw, I ran some tests today and found the load on my perfect hashes is typically around .8 for less than 20 slots, and above .5 for between 20...
Thanks for the long reply. It seems like you've made things fast for common execution, but have made creating and modifying prototypes very expensive in time...
... As long as "very expensive in time" is less than two seconds, it seems like a good choice for this particular project. ... Yes, what is called "Selector...
But those authors pack their tables in the paper I read. In fact I use exactly their selector based row displacement packing technique in my own vm. ... -- ......
In Self this operation is considered reflective, but I'm not sure why. I would consider assigning methods to slots to be a normal kind of operation. It is a...