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_core.h
Age
Commit message (
Expand
)
Author
2019-07-15
respect RUBY_DEBUG.
Koichi Sasada
2019-07-14
Make export declaration place more consistent
Takashi Kokubun
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
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-11
Add compaction support for more types.
Aaron Patterson
2019-04-26
extend machine stacks when sanitizers are there
Urabe, Shyouhei
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
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
* expand tabs.
svn
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-03-25
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
use cfp->bp more.
ko1
2019-03-18
Pack rb_iseq_constant_body from 296 to 288 bytes
nobu
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2018-12-27
* remove trailing spaces.
svn
2018-12-27
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-06
Return same ISeq object for one src.
ko1
2018-11-30
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-26
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-18
* expand tabs.
svn
2018-11-18
vm_core.h (rb_thread_set_current*): convert to static inline
normal
2018-11-16
Prefix rb_ec_set_vm_stack
nobu
2018-11-09
fix passing wrong `passed_bmethod_me`.
ko1
2018-11-08
vm_core.h: conform C90
k0kubun
2018-11-08
separate Thread type (func or proc) explicitly.
ko1
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-10-30
_mjit_compile_send.erb: do not inline tailcall ISeq
k0kubun
2018-10-23
Revert "vm_trace: implement postponed_jobs as st_table"
normal
2018-10-21
vm_core.h: fix typo [ci skip]
k0kubun
2018-10-20
* expand tabs.
svn
2018-10-20
Remove tracecoverage instructions
mame
2018-10-20
revert r65213 and r65215
k0kubun
2018-10-20
vm_insnhelper.c: never cache getinstancevariable twice
k0kubun
2018-10-20
add disabling MJIT features option.
ko1
2018-10-20
ext/coverage/: add the oneshot mode
mame
2018-10-19
rb_execution_context_t: pack bits, 256 -> 252 bytes (on 32-bit)
normal
2018-10-19
vm_core.h: NSIG is a BSDism.
shyouhei
2018-10-17
Remove the level information from throw instruction
mame
2018-10-07
vm_core.h: fix inconsistent prototype declarations
k0kubun
2018-09-26
revert r64847, r64846 and r64839
k0kubun
2018-09-26
revert r64838 and r64839
k0kubun
2018-09-25
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
[next]