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
/
tool
/
ruby_vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Polish the public docs for MJIT [ci skip]
Takashi Kokubun
2022-12-22
1
-1
/
+1
*
Put RubyVM::MJIT::Compiler under ruby_vm directory (#6989)
Takashi Kokubun
2022-12-21
1
-0
/
+0
*
MJIT: Rename mjit_compile_attr to mjit_sp_inc
Takashi Kokubun
2022-11-29
1
-0
/
+0
*
Revert "FreeBSD make uses the target under srcdir [ci skip]"
Nobuyoshi Nakada
2022-10-13
1
-1
/
+1
*
FreeBSD make uses the target under srcdir [ci skip]
Nobuyoshi Nakada
2022-10-13
1
-1
/
+1
*
mjit_c.rb doesn't need to be an erb
Takashi Kokubun
2022-09-23
1
-137
/
+0
*
Mix manual and auto-generated C APIs
Takashi Kokubun
2022-09-23
1
-0
/
+124
*
Bindgen macro with builtin
Takashi Kokubun
2022-09-23
1
-0
/
+10
*
Builtin RubyVM::MJIT::C
Takashi Kokubun
2022-09-23
2
-1
/
+4
*
Expand paths used for dumper.rb
Takashi Kokubun
2022-09-22
1
-2
/
+2
*
Introduce --basedir to insns2vm.rb
Takashi Kokubun
2022-09-18
4
-6
/
+16
*
Revert "Preserve the directory structure under tool/ruby_vm/views"
Takashi Kokubun
2022-09-18
2
-2
/
+1
*
Preserve the directory structure under tool/ruby_vm/views
Takashi Kokubun
2022-09-18
2
-1
/
+2
*
Demote mjit_instruction.rb from builtin to stdlib
Takashi Kokubun
2022-09-18
1
-0
/
+0
*
Fix warnings from private_constant
Takashi Kokubun
2022-09-05
1
-1
/
+1
*
Ruby MJIT (#6028)
Takashi Kokubun
2022-09-04
11
-658
/
+58
*
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
2
-3
/
+2
*
Rename mjit_compile.c to mjit_compiler.c
Takashi Kokubun
2022-08-21
1
-1
/
+1
*
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-19
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-2
/
+2
*
Separate TS_IVC and TS_ICVARC in is_entries buffers
Jemma Issroff
2022-07-18
1
-1
/
+2
*
Implement Objects on VWA
Peter Zhu
2022-07-15
1
-0
/
+9
*
Adjust indent [ci skip]
Nobuyoshi Nakada
2022-06-30
1
-6
/
+8
*
Move function to `static inline` so we don't have leaked globals
Aaron Patterson
2022-06-29
1
-0
/
+16
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-2
/
+2
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-2
/
+2
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-2
/
+2
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-3
/
+3
*
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma Issroff
2022-02-02
1
-0
/
+1
*
Make `leaf` const in VM generator
Alan Wu
2021-12-05
1
-1
/
+1
*
vm_core.h: Avoid unaligned access to ic_serial on 32-bit machine
Yusuke Endoh
2021-10-29
1
-2
/
+2
*
Cleanup diff against upstream. Add comments
Alan Wu
2021-10-20
1
-1
/
+0
*
Remove the scraper
Aaron Patterson
2021-10-20
5
-331
/
+1
*
Remove some MicroJIT vestiges
Aaron Patterson
2021-10-20
5
-8
/
+8
*
YJIT: lazy polymorphic getinstancevariable
Alan Wu
2021-10-20
1
-1
/
+0
*
Remove trailing whitespaces
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
4
-9
/
+9
*
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
3
-19
/
+12
*
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+0
*
Fix typo
Alan Wu
2021-10-20
1
-1
/
+1
*
Include disassembly in MicroJIT scraper output
Alan Wu
2021-10-20
2
-13
/
+25
*
Add to the MicroJIT scraper an example that passes ec
Alan Wu
2021-10-20
4
-15
/
+39
*
Fix compilation for OPT_THREADED_CODE=2
Alan Wu
2021-10-20
1
-3
/
+6
*
Zero sized array are not standard C
Alan Wu
2021-10-20
1
-1
/
+1
*
Compile with MicroJIT disabled when scrape fails
Alan Wu
2021-10-20
2
-12
/
+14
*
endbr64 is fine
Alan Wu
2021-10-20
1
-1
/
+1
*
Preliminary GNU/Linux support for code scraper
Alan Wu
2021-10-20
1
-5
/
+77
*
Refactor ujit_examples.h generator. Remove dwarfdump dependency
Alan Wu
2021-10-20
5
-62
/
+215
*
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Yeah, this actually works!
Alan Wu
2021-10-20
1
-1
/
+1
[next]