The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
YARV Compiling on the Web, Native Thread Support

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
YARV Compiling on the Web, Native Thread Support Posted: Oct 4, 2005 8:55 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: YARV Compiling on the Web, Native Thread Support
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

Here we go, further down the road of Ruby2. Ko1 has a script up for compiling Ruby scripts to YARV bytecode! With or without optimizations.

He’s also started adding native thread support within the last few days. The YARVCore::VM::Thread comments show possibility for three independant threading modes.

  YARV Thread Desgin

  model 1: Userlevel Thread
    Same as traditional ruby thread.

  model 2: Native Thread with Giant VM lock
    Using pthread (or Windows thread) and Ruby threads run concurrent.

  model 3: Native Thread with fine grain lock
    Using pthread and Ruby threads run concurrent or parallel.

As always, a very low bow in reverent subservience to Sasada. (More at the YARV page.)

Read: YARV Compiling on the Web, Native Thread Support

Topic: Ruby Basecamp RSS Previous Topic   Next Topic Topic: 5.gets NobuyoshiNakada

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use