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_method.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-419
/
+419
*
Fix nested bmethod TracePoint and memory leak
Alan Wu
2022-06-10
1
-1
/
+3
*
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-23
1
-1
/
+1
*
Rust YJIT
Alan Wu
2022-04-27
1
-2
/
+2
*
Fix strict aliasing issue with call to rb_id_table_lookup()
Alan Wu
2022-04-25
1
-2
/
+3
*
Get rid of type-punning pointer casts
Nobuyoshi Nakada
2022-04-07
1
-1
/
+2
*
RubyVM.stat constant cache metrics (#5766)
Kevin Newton
2022-04-05
1
-1
/
+1
*
Bring back RubyVM.stat(:global_constant_state)
Kevin Newton
2022-04-04
1
-0
/
+1
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-2
/
+18
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-18
/
+2
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-2
/
+18
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-13
/
+13
*
Fix visibility of alias of zsuper methods
Jeremy Evans
2022-03-10
1
-0
/
+1
*
vm_method.c: avoid signature mismatch in rb_f_notimplement call
Yuta Saito
2022-03-02
1
-3
/
+16
*
Fix memory leak at the same named alias [Bug #18516]
Nobuyoshi Nakada
2022-01-27
1
-1
/
+8
*
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
1
-1
/
+1
*
undef `rb_vm_lookup_overloaded_cme()`
Koichi Sasada
2021-12-23
1
-1
/
+2
*
make `overloaded_cme_table` truly weak key map
Koichi Sasada
2021-12-21
1
-23
/
+15
*
`mandatory_only_cme` should not be in `def`
Koichi Sasada
2021-12-21
1
-14
/
+119
*
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
1
-1
/
+4
*
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-19
1
-3
/
+12
*
Update documentation for Module#{private,public,protected,module_function}
Jeremy Evans
2021-11-18
1
-14
/
+27
*
Make Module#{public,private,protected,module_function} return arguments
Jeremy Evans
2021-11-18
1
-5
/
+11
*
Fix crash when clearing method cache for builtin method
Peter Zhu
2021-11-17
1
-1
/
+1
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-3
/
+41
*
Partial revert of ceebc7fc98d
Aaron Patterson
2021-10-20
1
-12
/
+0
*
Get rid of dependency on rb_call_cache
Alan Wu
2021-10-20
1
-2
/
+6
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-4
/
+4
*
add a callback for when method cache changes
Aaron Patterson
2021-10-20
1
-0
/
+1
*
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
MicroJIT: generate less code for CFUNCs
Alan Wu
2021-10-20
1
-0
/
+15
*
Fix typo in static function name
Jeremy Evans
2021-10-01
1
-3
/
+3
*
Get rid of type-punning pointer casts [Bug #18062]
Nobuyoshi Nakada
2021-08-11
1
-15
/
+25
*
Using RBOOL macro
S.H
2021-08-02
1
-5
/
+3
*
Update documentation for ruby2_keywords
Jeremy Evans
2021-07-29
1
-6
/
+9
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-2
/
+3
*
Enable VM_ASSERT in --jit CIs (#4543)
Takashi Kokubun
2021-06-01
1
-1
/
+1
*
Avoid setting the visibility of refinement method entries
Alan Wu
2021-05-21
1
-5
/
+10
*
Method cache: fix refinement entry handling
Alan Wu
2021-05-11
1
-2
/
+11
*
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-07
1
-1
/
+1
*
Fix setting method visibility for a refinement without an origin class
Jeremy Evans
2021-04-23
1
-1
/
+2
*
Skip refined method when exporting methods with changed visibility
Jeremy Evans
2021-03-16
1
-3
/
+11
*
invalidate negative cache any time.
Koichi Sasada
2021-02-19
1
-7
/
+5
*
Fix documentation for Module#ruby2_keywords
Jeremy Evans
2021-02-09
1
-1
/
+1
*
Make alias for aliased original method
Nobuyoshi Nakada
2021-02-03
1
-1
/
+7
*
Adjusted indent [ci skip]
Nobuyoshi Nakada
2021-02-03
1
-2
/
+2
*
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-1
/
+1
*
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-02-01
1
-2
/
+2
*
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-29
1
-4
/
+10
*
Warn the defined location as deprecation as well as the main message
Nobuyoshi Nakada
2021-01-23
1
-1
/
+2
[next]