Project

General

Profile

« Previous | Next » 

Revision 61819c87

Added by mame (Yusuke Endoh) over 1 year ago

Let Thread::Backtrace::Location have a method entry

Instead of having iseq and cfunc separately, this change lets
Thread::Backtrace::Location have them together as
rb_callable_method_entry_t.

This is a refactoring, but also a preparation for implementing
[Feature #19117].