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.c
Age
Commit message (
Expand
)
Author
2019-06-20
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
Don't clear cfp, it causes problems.
Samuel Williams
2019-06-20
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
Don't try to dereference NULL cfp.
Samuel Williams
2019-06-19
Adjust indent
Nobuyoshi Nakada
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
Basic assertions for thread initialization.
Samuel Williams
2019-06-19
Ensure execution context is cleared after thread is finished.
Samuel Williams
2019-06-19
Better handling of root fiber.
Samuel Williams
2019-06-19
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-06-19
Move vm stack init into thread.
Samuel Williams
2019-06-12
* expand tabs.
git
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-06-01
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
Keep vm->orig_progname alive
Alan Wu
2019-05-22
Eagerly name modules and classes
Alan Wu
2019-05-14
Fixing function name
Aaron Patterson
2019-04-22
Prevent rb_define_(class|module) classes from moving
Aaron Patterson
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-14
Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTER
k0kubun
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-05
add definemethod/definesmethod insn.
ko1
2019-02-01
on-smash canary detection
shyouhei
2019-01-20
vm.c: [DOC] small fix
stomar
2018-12-30
[DOC] Update basename [ci skip]
kazu
2018-12-30
vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]
mame
2018-12-26
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-24
remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]
ko1
2018-12-18
Enable refinements on symbol-proc in ruby-level methods
nobu
2018-12-06
Return same ISeq object for one src.
ko1
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]
mame
2018-11-27
ALWAYS_INLINE implies inline always
nobu
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-16
Prefix rb_ec_set_vm_stack
nobu
2018-11-09
* expand tabs.
svn
2018-11-09
There is a path to use bmethod with ifunc.
ko1
2018-11-09
* expand tabs.
svn
2018-11-09
fix passing wrong `passed_bmethod_me`.
ko1
2018-11-08
separate Thread type (func or proc) explicitly.
ko1
2018-11-06
* expand tabs.
svn
2018-11-06
cont.c: direct use of rb_thread_t
shyouhei
2018-10-24
introduce new YARV insn newhashfromarray.
ko1
[next]