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_exec.h
Age
Commit message (
Expand
)
Author
2024-01-30
Use `UNDEF_P`
Nobuyoshi Nakada
2024-01-29
YJIT: No need to RESTORE_REG now that we reject tailcalls
Alan Wu
2024-01-29
YJIT: Fix tailcall and JIT entry eating up FINISH frames (#9729)
Alan Wu
2023-07-27
Clean up OPT_STACK_CACHING (#8132)
Takashi Kokubun
2023-07-24
YJIT: Fallback send instructions to vm_sendish (#8106)
Takashi Kokubun
2023-07-11
Remove obsoleted USE_INSNS_COUNTER macro for now
Takashi Kokubun
2023-03-16
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_HEADER macro
Takashi Kokubun
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2021-10-20
Remove the scraper
Aaron Patterson
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
Fix compilation for -DUSE_INSNS_COUNTER
Alan Wu
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-08-22
Suppress unused-label warnings
Nobuyoshi Nakada
2020-07-10
RUBY_CONST_ASSERT: use STATIC_ASSERT instead
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2019-12-28
Add VM insns counter like debug_counter (#2789)
Takashi Kokubun
2019-09-20
Fixed format specifiers
Nobuyoshi Nakada
2019-09-19
Avoid unneeded casts in INSN_ENTRY_SIG
Takashi Kokubun
2019-09-19
Drop PREFETCH macro unused since 6b534134a7
Takashi Kokubun
2019-09-07
Avoid defining DISPATCH_ARCH_DEPEND_WAY macro
Takashi Kokubun
2019-03-08
use __GNUC__ instead of __GCC__.
tadd
2018-09-21
fix typo.
ko1
2018-03-04
mjit_compile.c: use local variables for stack
k0kubun
2018-03-03
vm.c: add mjit_enable_p flag
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-12
delete tool/instruction.rb (2nd try)
shyouhei
2018-01-10
merge revisions 61753:61750 61747:61740 61737:61728
shyouhei
2018-01-09
delete tool/instruction.rb
shyouhei
2018-01-02
label as lvalue is a GCCism
shyouhei
2017-12-11
vm_exec.h: introduce macros for abstarction.
ko1
2017-11-14
remove `trace` instruction. [Feature #14104]
ko1
2017-10-29
`th` -> `ec` for VM dump related functions.
ko1
2017-10-27
catch up recent changes for call threaded code VM.
ko1
2017-10-27
`ec` -> `th`
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-06-28
move fields to ec.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2013-12-18
* vm_exec.h (VM_DEBUG_STACKOVERFLOW): added.
ko1
2013-11-29
* vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.
tarui
2013-11-18
vm_core.h: extract VM_STACK_OVERFLOWED_P
nobu
2013-07-26
vm_exec.h: fix CHECK_VM_STACK_OVERFLOW_FOR_INSN
nobu
2013-07-26
* vm_exec.h, tool/instruction.rb: not an error, but a BUG if stack
ko1
2013-04-22
fix minor code comment typos
tmm1
2013-03-18
* vm_exec.h (END_INSN): revert r39517 because the segv seems fixed by
naruse
2013-02-27
* vm_exec.h (END_INSN): llvm-gcc may optimize out reg_cfp and cause
naruse
2013-02-10
vm_exec.h: fix typo
nobu
2013-02-10
* vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __vilatile__
kosaki
[next]