Erlang (was: Re: Generics)

John M McIntosh johnmci at smalltalkconsulting.com
Tue Nov 11 21:47:04 UTC 2003


On Nov 11, 2003, at 11:09 AM, Lex Spoon wrote:

>
> Incidentally, something to observe is that Squeak makes heavy use of
> *lists* of processes.  So suspending a process means traversing the
> entire list to put it at the end.  This would probably cause problems  
> if
> you had even single thousands of processes.

Ah? It's a linked list, I don't quite see in
Interpreter>>addLastLink: proc toList: aList
where it traverses the entire list?

======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===




More information about the Squeak-dev mailing list