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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-20
Try to fix Windows build
Alan Wu
2021-10-20
Compile with MicroJIT disabled when scrape fails
Alan Wu
2021-10-20
Show whether MicroJIT is enabled in the version string
Alan Wu
2021-10-20
Removed inc/dec instructions because usage not recommended.
Maxime Chevalier-Boisvert
2021-10-20
Run ruby tool/update-deps --fix
Alan Wu
2021-10-20
Move registers into header and make them static
Alan Wu
2021-10-20
Implemented opt_minus in MicroJIT
Maxime Chevalier-Boisvert
2021-10-20
Comment out jnl to fix Linux build again
Alan Wu
2021-10-20
Fix compilation for -DUSE_INSNS_COUNTER
Alan Wu
2021-10-20
Added member_opnd() convenience macro
Maxime Chevalier-Boisvert
2021-10-20
Partially implement opt_send_without_block
Aaron Patterson
2021-10-20
Added jmp_ptr() to ujit_asm.h
Maxime Chevalier-Boisvert
2021-10-20
Fix mistake in ujit command line parsing
Alan Wu
2021-10-20
Check if outlined code block has enough space too
Maxime Chevalier-Boisvert
2021-10-20
Implement the --disable-ujit command line option
Alan Wu
2021-10-20
endbr64 is fine
Alan Wu
2021-10-20
Implemented side-exits to interpreter. setlocal_WC_0
Maxime Chevalier-Boisvert
2021-10-20
Start implementing setlocal_wc0
Maxime Chevalier-Boisvert
2021-10-20
Comment out jnl to avoid conflict with system header
Alan Wu
2021-10-20
Preliminary GNU/Linux support for code scraper
Alan Wu
2021-10-20
Refactor ujit_examples.h generator. Remove dwarfdump dependency
Alan Wu
2021-10-20
Update PC in memory when exiting jitted code
Alan Wu
2021-10-20
Revert "Add workaround for inserting into addr2insn mapping"
Alan Wu
2021-10-20
Avoid triggering GC while translating threaded code
Alan Wu
2021-10-20
Add workaround for inserting into addr2insn mapping
Alan Wu
2021-10-20
Added 8-bit and 16-bit general-purpose registers, more tests.
Maxime Chevalier-Boisvert
2021-10-20
Don't assume srcdir is cwd
Alan Wu
2021-10-20
Add location hint to code block mmap call
Maxime Chevalier-Boisvert
2021-10-20
Added method to align code block write position
Maxime Chevalier-Boisvert
2021-10-20
Fixed bug with ctx_stack_pop. Implemented dup bytecode.
Maxime Chevalier-Boisvert
2021-10-20
Port print_int, movsx. Implement putself.
Maxime Chevalier-Boisvert
2021-10-20
Add function to print strings from generated code
Maxime Chevalier-Boisvert
2021-10-20
Implemented delayed stack pointer adjustment optimization
Maxime Chevalier-Boisvert
2021-10-20
Avoid recompiling overlapping instruction sequences in ujit
Maxime Chevalier-Boisvert
2021-10-20
Fix typo
Alan Wu
2021-10-20
Fix dependency for ujit_examples.h
Alan Wu
2021-10-20
Compile putnil
Maxime Chevalier-Boisvert
2021-10-20
Chain compilation of adjacent instructions
Maxime Chevalier-Boisvert
2021-10-20
Testing lea instruction properly
Maxime Chevalier-Boisvert
2021-10-20
Complete refactoring to codegen functions
Maxime Chevalier-Boisvert
2021-10-20
Refactor MicroJIT codegen to use hash table of codegen functions
Maxime Chevalier-Boisvert
2021-10-20
Compiling getlocal_WC_0
Maxime Chevalier-Boisvert
2021-10-20
Ported xor and cmovcc instructions
Maxime Chevalier-Boisvert
2021-10-20
Ported neg, and, or instructions
Maxime Chevalier-Boisvert
2021-10-20
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
2021-10-20
Small refactorings in ujit_compile.c
Maxime Chevalier-Boisvert
2021-10-20
Added cmp, not. Generate code for nop instruction.
Maxime Chevalier-Boisvert
2021-10-20
Ported inc/dec 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
[prev]
[next]