You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubinius-dev
Anybody could point me in the right direction to know how rubinius
currently does threading (i.e. GLI or not)?
Thanks!
-r
Konstantin Haase
unread,
Oct 7, 2009, 1:02:48 PM10/7/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubini...@googlegroups.com
There still is an GIL, but there are plans to remove it.
BTW: If you have just one or two cores, a GIL in most cases is better
than fine grained locking.