On Mar 5, 2010, at 4:38 PM, rogerdpack wrote:

> How tightly does rbx hope to follow the ruby c model?
> ex:
> node.h
> 
> node->nd_file
> 
> and that type of thing?

Not at all. Rubinius doesn't implement any of node.h as we don't expose any 
parsing related things.

> 
> or does it have the equivalent of
> rb_sourcefile()  (1.9 feature).

Exposing this would be easy, we haven't because they're not in 1.8.

> 
> (I guess I'll get there eventually but am I also correct in assuming
> st_lookup et al are the same?)
> Trying to port ruby-prof over.

Scary! Ruby-prof is very tied to the exact 1.8 execution model. We don't 
support the C hook mechanics of 1.8, nor set_trace_func, so I'm not sure how 
it's going to work.

 - Evan

> 
> Thanks!
> -rp
> 
> -- 
> --- !ruby/object:MailingList
> name: rubinius-dev
> view: http://groups.google.com/group/rubinius-dev?hl=en
> post: [email protected]
> unsubscribe: [email protected]
> 

-- 
--- !ruby/object:MailingList
name: rubinius-dev
view: http://groups.google.com/group/rubinius-dev?hl=en
post: [email protected]
unsubscribe: [email protected]

Reply via email to