summaryrefslogtreecommitdiff
path: root/test/monitor
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-01-14 13:02:46 -0800
committerJeremy Evans <code@jeremyevans.net>2022-02-17 08:54:07 -0800
commit4c366ec9775eb6acb3fcb3b88038d051512c75a2 (patch)
treeb36d45da1bdb3ccce9ca0d9d4a86852c23fa9299 /test/monitor
parent4113862c0068a8a95d752f5fdf14980f92cd41d7 (diff)
Add Thread.each_caller_location
This method takes a block and yields Thread::Backtrace::Location objects to the block. It does not take arguments, and always starts at the default frame that caller_locations would start at. Implements [Feature #16663]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5445
Diffstat (limited to 'test/monitor')
0 files changed, 0 insertions, 0 deletions
vm_insnhelper.h?id=07f055bb132f21fd71af2720382ad8d2e8f69e47'>Revert "Filling cache values on cvar write"Aaron Patterson 2021-05-11Add a cache for class variableseileencodes 2020-12-26Fixed leaked global symbolsNobuyoshi Nakada 2020-11-15Functions defined in headers should be static inlineNobuyoshi Nakada 2020-10-14ruby_vm_global_method_state is no longer needed.Koichi Sasada 2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada 2020-06-30Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada 2020-06-22Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada 2020-06-21Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun 2020-05-22Suppress warnings no inline ruby debug (#3107)Kenta Murata 2020-04-13add #include guard hack卜部昌平 2020-03-17Reduce allocations for keyword argument hashesJeremy Evans 2020-02-22Introduce disposable call-cache.Koichi Sasada 2020-02-22VALUE size packed callinfo (ci).Koichi Sasada 2019-12-18per-method serial number卜部昌平 2019-12-17Define PREV_CLASS_SERIALJohn Hawthorn 2019-12-17convert macros into inline functions卜部昌平 2019-12-16ensure cc->def == cc->me->def卜部昌平 2019-10-24Combine call info and cache to speed up method invocationAlan Wu 2019-09-03Merge pull request #2422 from jeremyevans/rb_keyword_given_pJeremy Evans 2019-08-30Don't pass an empty keyword hash when double splatting empty hashJeremy Evans 2019-07-25Initialize vm_throw_data::throw_state as intNobuyoshi Nakada 2019-07-22constify again.Koichi Sasada 2019-07-14Make export declaration place more consistentTakashi Kokubun 2019-07-14MJIT Support for getblockparamproxyTakashi Kokubun 2019-03-21Share vm_call_iseq_optimizable_p to reduce copy-pastek0kubun 2019-02-01on-smash canary detectionshyouhei 2019-01-25vm.inc now in C99shyouhei 2018-12-28vm_insnhelper.c: delete unused macrosshyouhei 2018-12-26insns.def: refactor to avoid CALL_METHOD macroshyouhei