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
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-7
/
+7
*
Refactor update_global_event_hook
Takashi Kokubun
2022-11-13
1
-12
/
+11
*
YJIT: Fix invalidation for c_call and c_return (#6719)
Alan Wu
2022-11-13
1
-6
/
+9
*
YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)
Takashi Kokubun
2022-11-10
1
-4
/
+6
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-209
/
+209
*
Fix infinite loop when b_return TracePoint throws
Alan Wu
2022-06-22
1
-0
/
+1
*
Fix nested bmethod TracePoint and memory leak
Alan Wu
2022-06-10
1
-1
/
+3
*
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-06
1
-2
/
+8
*
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-04-01
1
-8
/
+1
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-10
/
+10
*
Avoid trace events in implementation of TracePoint#enable
Jeremy Evans
2022-03-29
1
-0
/
+13
*
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-03-24
1
-1
/
+8
*
Fix error: old-style function definition
Kazuhiro NISHIYAMA
2022-01-22
1
-1
/
+1
*
Accurately report VM memsize
Kevin Newton
2022-01-21
1
-0
/
+23
*
fix local TP memory leak
Koichi Sasada
2021-12-15
1
-14
/
+23
*
reduce `rb_clear_attr_ccs()` call
Koichi Sasada
2021-12-14
1
-10
/
+15
*
`TracePoint.allow_reentry`
Koichi Sasada
2021-12-10
1
-0
/
+19
*
Rework tracing for blocks running as methods
Alan Wu
2021-12-01
1
-5
/
+8
*
Avoid assert failure when NULL EC is expected
Alan Wu
2021-11-22
1
-1
/
+1
*
Use valid `ec` for postponed job.
Koichi Sasada
2021-11-09
1
-4
/
+12
*
[Bug #18264] Fix memory leak in TracePoint
Peter Zhu
2021-10-26
1
-1
/
+1
*
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
1
-2
/
+2
*
filter out internal events. add comments. reorder
Alan Wu
2021-10-20
1
-2
/
+7
*
TracePoint support
Alan Wu
2021-10-20
1
-0
/
+5
*
Refactor rb_add_event_hook function
S-H-GAMELINKS
2021-09-29
1
-2
/
+1
*
include/ruby/debug.h: add doxygen
卜部昌平
2021-09-10
1
-30
/
+0
*
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-29
1
-0
/
+5
*
Don't cancel JIT-ed code on TracePoint :class
Takashi Kokubun
2021-08-12
1
-2
/
+6
*
Print JIT cancel when all JIT-ed code is cancelled
Takashi Kokubun
2021-08-12
1
-4
/
+2
*
Using RBOOL macro
S.H
2021-08-02
1
-3
/
+3
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-1
/
+1
*
Document binding behavior for C call/return events for TracePoint/set_trace_func
Jeremy Evans
2021-04-26
1
-0
/
+4
*
Replace "iff" with "if and only if"
Gannon McGibbon
2021-01-19
1
-1
/
+1
*
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
1
-0
/
+1
*
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-22
1
-7
/
+11
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-1
/
+2
*
[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)
Nguyễn Quang Minh
2020-08-06
1
-3
/
+3
*
tracepoint_inspect: do not goto into a branch
卜部昌平
2020-06-29
1
-6
/
+6
*
Clear all trace events during teardown
Alan Wu
2020-03-29
1
-0
/
+6
*
rb_vm_t::postponed_job_index shall be rb_atomic_t
卜部昌平
2020-02-06
1
-3
/
+3
*
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-29
1
-2
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+6
*
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
1
-1
/
+1
*
use builtin for TracePoint.
Koichi Sasada
2019-11-08
1
-302
/
+36
*
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-13
1
-7
/
+0
*
should not free local hook_list here.
Koichi Sasada
2019-07-24
1
-3
/
+0
*
Suppress warnings by gcc 9.1
Nobuyoshi Nakada
2019-06-08
1
-1
/
+1
*
Fix typos
kazu
2019-03-27
1
-3
/
+3
*
vm_trace.c: [DOC] remove the trick [ci skip]
nobu
2019-03-20
1
-3
/
+0
*
Improve TracePoint docs.
hsbt
2019-03-20
1
-37
/
+5
[next]