From: "zzak (Zachary Scott)" Date: 2012-11-26T07:50:10+09:00 Subject: [ruby-core:50101] [ruby-trunk - Feature #7436] Allow for a "granularity" flag for backtrace_locations Issue #7436 has been updated by zzak (Zachary Scott). Tracker changed from Bug to Feature ---------------------------------------- Feature #7436: Allow for a "granularity" flag for backtrace_locations https://bugs.ruby-lang.org/issues/7436#change-33882 Author: sam.saffron (Sam Saffron) Status: Assigned Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: 2.0.0 related to http://bugs.ruby-lang.org/issues/7051 Sometimes one need less information (or more information) associated with backtraces. It would be nice if one could send in a separate flag informing the VM about the granularity of information required, eg: caller_locations(0,-current_depth, BacktraceInfo::Label & BacktraceInfo::Lineno) This allows for one to take quicker backtraces if they need less information, additionally BacktraceInfo::Bindings and BacktraceInfo::Klass could be added which allow you to gather more information for heavy profiling / diagnostics. -- http://bugs.ruby-lang.org/