index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iseq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
need to mark script_lines
Koichi Sasada
2021-10-29
1
-0
/
+1
*
freeze (make shareable) script_lines
Koichi Sasada
2021-10-21
1
-2
/
+7
*
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-21
1
-4
/
+40
*
Cleanup iseq.c minimize diff with upstream
Alan Wu
2021-10-20
1
-21
/
+8
*
TracePoint support
Alan Wu
2021-10-20
1
-16
/
+0
*
Clear JIT code when tracepoints get enabled
Aaron Patterson
2021-10-20
1
-0
/
+11
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-6
/
+6
*
Should fix builds without mjit support
Alan Wu
2021-10-20
1
-0
/
+1
*
Tie lifetime of uJIT blocks to iseqs
Alan Wu
2021-10-20
1
-0
/
+3
*
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
1
-11
/
+2
*
Add to the MicroJIT scraper an example that passes ec
Alan Wu
2021-10-20
1
-0
/
+7
*
MicroJIT: Don't compile trace instructions
Alan Wu
2021-10-20
1
-0
/
+19
*
Small build fixes
Alan Wu
2021-10-20
1
-0
/
+2
*
Try to fix Windows build
Alan Wu
2021-10-20
1
-1
/
+0
*
Avoid triggering GC while translating threaded code
Alan Wu
2021-10-20
1
-0
/
+1
*
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Removed native_pop_code, ported call with label
Maxime Chevalier-Boisvert
2021-10-20
1
-61
/
+0
*
Generate multiple copies of native code for `pop`
Alan Wu
2021-10-20
1
-6
/
+6
*
Reimplement Alan's pop instruction with the new assembler
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+26
*
Added sub instruction, 32-bit registers, more tests
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+12
*
Yeah, this actually works!
Alan Wu
2021-10-20
1
-1
/
+33
*
Add example handler for ujit and scrape it from vm.o
Alan Wu
2021-10-20
1
-1
/
+10
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-4
/
+4
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-1
/
+1
*
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-29
1
-0
/
+29
*
Add keyrest to ruby2_keywords parameters [Bug #18011]
Nobuyoshi Nakada
2021-08-03
1
-2
/
+11
*
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-29
1
-0
/
+6
*
iseq.c: Make ast_line_count return 0 when syntax error occurred
Yusuke Endoh
2021-06-26
1
-0
/
+4
*
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
1
-4
/
+4
*
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
1
-1
/
+1
*
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
1
-2
/
+12
*
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-06-02
1
-0
/
+12
*
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-05-07
1
-0
/
+24
*
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-03-17
1
-15
/
+1
*
Store strings for `defined` in the iseqs
Aaron Patterson
2021-03-17
1
-1
/
+1
*
remove invalidated cc
Koichi Sasada
2021-01-06
1
-2
/
+6
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-0
/
+11
*
Make RubyVM::InstructionSequence.compile_file use same encoding as load
Jeremy Evans
2020-11-19
1
-1
/
+1
*
remain enabled and line specified trace points
Koichi Sasada
2020-11-17
1
-5
/
+8
*
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-30
1
-1
/
+1
*
check isolated Proc more strictly
Koichi Sasada
2020-10-29
1
-16
/
+23
*
Dump FrozenCore specially
Nobuyoshi Nakada
2020-10-20
1
-1
/
+2
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-0
/
+15
*
Remove unused field in rb_iseq_constant_body
Alan Wu
2020-07-23
1
-3
/
+0
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
1
-12
/
+0
*
fix return event and opt_invokebuiltin_delegate_leave (#3256)
Koichi Sasada
2020-06-26
1
-7
/
+10
*
Add another missing cast
Takashi Kokubun
2020-06-23
1
-1
/
+1
*
Add missing cast
Takashi Kokubun
2020-06-23
1
-1
/
+1
*
Trace :return of builtin methods
Takashi Kokubun
2020-06-23
1
-1
/
+5
*
ISeq created with callback is special, translation cannot be applied
Koichi Sasada
2020-06-17
1
-1
/
+1
[next]