> 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.

It has been ported to be 1.9 friendly, relying on

rb_sourcefile
rb_sourceline
rb_frame_method_id_and_class

with
rb_add_event_hook

taking a method like

prof_event_hook(rb_event_flag_t event, VALUE data, VALUE self)

I suppose my question is...does Rubinius want to provide the same
style access as 1.9 or 1.8? (set_trace_func) through some means?

Thanks.

-- 
--- !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