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
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
2018-09-25
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-24
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-08-23
iseq.c: add a map from encoded insn to insn data
mame
2018-08-22
Avoid compiler depend error
kazu
2018-08-18
thread.c (sleep_*): reduce the effect of spurious interrupts
normal
2018-08-15
vm_core.h (rb_thread_t): pack small fields together
normal
2018-08-13
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-10
insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPER
mame
2018-08-07
mjit.c: initial support for mswin MJIT
k0kubun
2018-08-06
thread_pthread.c: restore timer-thread for now :<
normal
2018-07-29
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-29
thread_pthread.c: clear altstacks in thread cache at GVL destruction
normal
2018-07-29
repack structs
nobu
2018-07-15
vm_core.h, vm_dump.c: fix cast
ktsj
2018-07-15
vm_core.h: add missing cast
ktsj
2018-07-06
const_missing on private constants
nobu
2018-07-05
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-04
Revert r63758 and related commits
naruse
2018-06-30
mjit: provide more diagnostics for waitpid failures
normal
2018-06-30
use SIGCHLD_LOSSY to enable waitpid polling mode
normal
2018-06-27
hijack SIGCHLD handler for internal use
normal
2018-06-22
vm_core.h (rb_vm_t): make sleeper non-volatile
normal
2018-06-06
rb_vm_insn_addr2insn: use st to perform addr2insn mapping
normal
2018-05-23
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-05-19
vm_core.h: Remove duplicate declaration
yui-knk
2018-05-17
vm_trace: implement postponed_jobs as st_table
normal
2018-05-15
vm_core.h (rb_execution_context_t): interrupt_mask size to match interrupt_flag
normal
2018-05-09
align jmp_buf to VALUE
shyouhei
2018-05-09
RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)
shyouhei
2018-04-20
simplify altstack and enable reuse with thread cache
normal
2018-04-20
variable.c: fix thread + fork errors in autoload
normal
2018-04-20
vm_core.h: adjust indent [ci skip]
nobu
2018-03-19
Reverting r62775, this should fix i686 builds
tenderlove
[next]