index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* expand tabs.
svn
2018-10-23
1
-14
/
+14
*
Revert "vm_trace: implement postponed_jobs as st_table"
normal
2018-10-23
1
-20
/
+54
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+2
*
mjit.c: disable calling JIT-ed code
k0kubun
2018-06-23
1
-0
/
+4
*
Add TracePoint#parameters
mame
2018-06-03
1
-0
/
+49
*
vm_trace: implement postponed_jobs as st_table
5a1dfb04bc2
normal
2018-05-17
1
-45
/
+17
*
vm_trace: remove rb_postponed_job_t->flags
normal
2018-05-17
1
-2
/
+1
*
vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESS
normal
2018-05-17
1
-4
/
+4
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-1
/
+1
*
Fix wrong function names in rb_bug messages [ci skip]
kazu
2018-01-31
1
-3
/
+3
*
do not disable `trace_` prefix insns.
ko1
2017-12-11
1
-3
/
+4
*
Remove RUBY_EVENT_SPECIFIED_LINE
mame
2017-12-06
1
-1
/
+0
*
fix last commit
ko1
2017-12-06
1
-2
/
+0
*
remove unsupported RUBY_EVENT_SPECIFIED_LINE.
ko1
2017-12-06
1
-2
/
+1
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-1
/
+1
*
vm_trace.c: suppress -Wclobbered warning
nobu
2017-12-01
1
-3
/
+6
*
vm_trace.c: remove duplicate flag
nobu
2017-12-01
1
-5
/
+4
*
introduce `trace_events' info for iseq.
ko1
2017-11-18
1
-11
/
+3
*
don't use `goto`.
ko1
2017-11-17
1
-6
/
+2
*
* remove trailing spaces.
svn
2017-11-17
1
-1
/
+1
*
remove `trace_` prefix insns lazily.
ko1
2017-11-17
1
-3
/
+7
*
cleanup hook cleanup code.
ko1
2017-11-16
1
-76
/
+66
*
remove rb_thread_t::event_hooks.
ko1
2017-11-15
1
-37
/
+51
*
rewrite only if changed.
ko1
2017-11-14
1
-1
/
+12
*
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
1
-20
/
+45
*
TracePoint.new: raise ArgumentError when no block given [#14074]
marcandre
2017-11-09
1
-2
/
+2
*
Fix typo in doc [ci skip]
a_matsuda
2017-11-08
1
-2
/
+2
*
* vm_trace.c (rb_exec_event_hooks): accepts pop_p.
ko1
2017-11-07
1
-14
/
+2
*
rename to rb_ec_set_raised().
ko1
2017-11-07
1
-1
/
+1
*
remove `rb_postponed_job_t::th`.
ko1
2017-11-07
1
-11
/
+9
*
rename because it doesn't receive `th`.
ko1
2017-11-07
1
-3
/
+3
*
th->ec: rb_threadptr_reset_raised()
ko1
2017-11-07
1
-28
/
+28
*
prepare local variables (th and vm).
ko1
2017-11-07
1
-8
/
+10
*
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
1
-10
/
+10
*
`rb_trace_arg_t::ec`
ko1
2017-10-29
1
-30
/
+30
*
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
1
-1
/
+1
*
rename a function.
ko1
2017-10-28
1
-2
/
+2
*
`th` -> `ec` for some functions.
ko1
2017-10-28
1
-1
/
+1
*
Fix example that trace method is called outside block
a_matsuda
2017-10-28
1
-1
/
+1
*
Invalid TracePoint#disable example (without block)
a_matsuda
2017-10-28
1
-1
/
+1
*
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
1
-2
/
+2
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-10
/
+10
*
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
some functions accept `ec` instead of `th`.
ko1
2017-10-26
1
-1
/
+1
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-26
/
+26
*
common conversion functions
nobu
2017-10-26
1
-1
/
+1
*
TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]
marcandre
2017-10-26
1
-2
/
+2
*
suppress warnings when RUBY_USE_SETJMPEX
nobu
2017-08-02
1
-0
/
+3
*
move fields to ec.
ko1
2017-06-28
1
-18
/
+18
*
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
1
-25
/
+15
[next]