Re: v8 first impressions

Colin Putney <[email protected]> Wed, 3 Sep 2008 03:57:12 -0700
Newsgroups gmane.comp.lang.smalltalk.strongtalk
Message-ID <[email protected]>

On 3-Sep-08, at 9:57 AM, Eliot Miranda wrote:

> Thread model: the standard, multi-threaded with only one active  
> thread at a time, i.e. the standard combination of a green thread VM  
> architecture with native threads, as seen in Strongtalk.  Different  
> threads must use a lock on the entire VM to use it.  There is a  
> preemptive scheduler to share the VM between threads waiting on the  
> lock.

One thing to note here is that the semantics of Javascript don't  
include concurrency at all. Javascript code only runs in response to  
sequential events generated from outside the Javascript context, so it  
makes perfect sense for V8 to be implemented this way.

Colin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Strongtalk-general" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/strongtalk-general?hl=en
-~----------~----~----~----~------~----~------~--~---