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
/
iseq.c
Age
Commit message (
Expand
)
Author
2021-12-19
`rb_iseq_update_references()` cares `script_lines`
Koichi Sasada
2021-12-19
`iseq_type_sym()` -> `iseq_type_id()`
Koichi Sasada
2021-12-19
add `rb_iseq_type()` to return iseq type in Symbol
Koichi Sasada
2021-12-15
fix local TP memory leak
Koichi Sasada
2021-12-13
Introduce an option "--dump=insns_without_opt" for debugging purposes
Yusuke Endoh
2021-12-01
Rework tracing for blocks running as methods
Alan Wu
2021-11-17
add `VM_CALLCACHE_ON_STACK`
Koichi Sasada
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-29
need to mark script_lines
Koichi Sasada
2021-10-21
freeze (make shareable) script_lines
Koichi Sasada
2021-10-21
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-20
Cleanup iseq.c minimize diff with upstream
Alan Wu
2021-10-20
TracePoint support
Alan Wu
2021-10-20
Clear JIT code when tracepoints get enabled
Aaron Patterson
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
Should fix builds without mjit support
Alan Wu
2021-10-20
Tie lifetime of uJIT blocks to iseqs
Alan Wu
2021-10-20
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
Add to the MicroJIT scraper an example that passes ec
Alan Wu
2021-10-20
MicroJIT: Don't compile trace instructions
Alan Wu
2021-10-20
Small build fixes
Alan Wu
2021-10-20
Try to fix Windows build
Alan Wu
2021-10-20
Avoid triggering GC while translating threaded code
Alan Wu
2021-10-20
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
2021-10-20
Removed native_pop_code, ported call with label
Maxime Chevalier-Boisvert
2021-10-20
Generate multiple copies of native code for `pop`
Alan Wu
2021-10-20
Reimplement Alan's pop instruction with the new assembler
Maxime Chevalier-Boisvert
2021-10-20
Added sub instruction, 32-bit registers, more tests
Maxime Chevalier-Boisvert
2021-10-20
Yeah, this actually works!
Alan Wu
2021-10-20
Add example handler for ujit and scrape it from vm.o
Alan Wu
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-08-29
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-03
Add keyrest to ruby2_keywords parameters [Bug #18011]
Nobuyoshi Nakada
2021-07-29
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-06-26
iseq.c: Make ast_line_count return 0 when syntax error occurred
Yusuke Endoh
2021-06-18
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-02
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-05-07
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-03-17
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-03-17
Store strings for `defined` in the iseqs
Aaron Patterson
2021-01-06
remove invalidated cc
Koichi Sasada
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-11-19
Make RubyVM::InstructionSequence.compile_file use same encoding as load
Jeremy Evans
2020-11-17
remain enabled and line specified trace points
Koichi Sasada
2020-10-30
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-10-20
Dump FrozenCore specially
Nobuyoshi Nakada
[next]