index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_trace.c
Age
Commit message (
Expand
)
Author
2017-10-29
`rb_trace_arg_t::ec`
ko1
2017-10-28
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
rename a function.
ko1
2017-10-28
`th` -> `ec` for some functions.
ko1
2017-10-28
Fix example that trace method is called outside block
a_matsuda
2017-10-28
Invalid TracePoint#disable example (without block)
a_matsuda
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
common conversion functions
nobu
2017-10-26
TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]
marcandre
2017-08-02
suppress warnings when RUBY_USE_SETJMPEX
nobu
2017-06-28
move fields to ec.
ko1
2017-06-28
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
move storages to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2016-12-07
Add clang volatile fixes from FreeBSD and NetBSD.
shugo
2016-11-05
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
2016-08-03
* vm_core.h: rename macros and make them inline functions.
ko1
2016-07-26
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-05-05
use TH_JUMP_TAG
nobu
2016-05-01
Add a cast to avoid signed integer overflow.
akr
2016-04-30
* vm_trace.c: Fix typos. [ci skip]
yui-knk
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-11-07
* vm_trace.c (exec_hooks_precheck): check need_clean everytime
ko1
2015-11-07
* vm_trace.c (rb_threadptr_exec_event_hooks_orig):
ko1
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-08-21
* include/ruby/ruby.h, cont.c, vm_trace.c: add a new event
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-15
remove redundant NULL check in mark functions
normal
2015-04-25
vm_trace.c: unified a_call and a_return
nobu
2015-04-25
vm_trace.c: not a static variable
nobu
2015-04-25
vm_trace.c: indent
nobu
2015-04-25
vm_trace.c: unnecessary method undef
nobu
2015-04-15
* vm_trace.c (rb_tracepoint_new): fix documentation.
ko1
2015-04-15
* vm_trace.c (rb_tracepoint_new): Add documentation for
ko1
2014-12-13
vm_trace.c: defer interrupts while postponed jobs
nobu
2014-12-10
* vm_core.h: introduce new field
ko1
2014-12-01
use 0 for reserved
nobu
2014-11-27
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-18
* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:
ktsj
[next]