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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_eval.c
Age
Commit message (
Expand
)
Author
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-08
Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)
Samuel Williams
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-22
Enable coverage for eval.
Samuel Williams
2022-09-21
cc_new: vm_ci_new's 4th argument is a pointer
卜部昌平
2022-08-19
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-01
respect current frame of `rb_eval_string`
Koichi Sasada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2021-12-02
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-11-26
fix to choose correct callcache
Koichi Sasada
2021-11-21
Fix setting struct member by public_send
Nobuyoshi Nakada
2021-11-19
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
`rb_method_optimized_t` for further extension
Koichi Sasada
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-01
Introduce rb_vm_call_with_refinements to DRY up a few calls
Jeremy Evans
2021-09-25
Refactor rb_call_super function
S-H-GAMELINKS
2021-09-20
Add gvl and fiber assertions to scheduler interface to catch invalid usage.
Samuel Williams
2021-09-19
Extract hook macro for attributes
Nobuyoshi Nakada
2021-09-10
include/ruby/internal/intern/vm.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/eval.h: add doxygen
卜部昌平
2021-08-29
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-11
Get rid of type-punning pointer casts [Bug #18062]
Nobuyoshi Nakada
2021-08-02
Using RBOOL macro
S.H
2021-07-29
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-16
Emit deprecatation warnings for rb_iterate()
Benoit Daloze
2021-07-16
Add debug assertion in `rb_funcall*` that the current thread has the gvl.
Samuel Williams
2021-06-13
Refactor rb_block_call function
S.H
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2021-02-08
Removed unnecessary parentheses at `case` [ci skip]
Nobuyoshi Nakada
2021-02-03
use goto intead of recursion on vm_call0_body()
Koichi Sasada
2021-01-29
refactoring rb_method_call_status()
Koichi Sasada
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-13
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-12-25
Optimize calls to `Kernel#hash` (#3987)
Marc-André Lafortune
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-15
add several debug counters
Koichi Sasada
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-12-14
use method cache on Object#respond_to?
Koichi Sasada
2020-11-05
Add description __send__ is safer
NARUSE, Yui
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-08-31
Deprecate iterator? method
Nobuyoshi Nakada
[next]