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
path:
root
/
ujit_compile.c
Age
Commit message (
Expand
)
Author
2021-10-20
MicroJIT: Read pointer to call cache from call data
Alan Wu
2021-10-20
Fix MicroJIT argument copying for CFUNC calls
Maxime Chevalier-Boisvert
2021-10-20
Fixed two issues with MicroJIT CFUNC calls
Maxime Chevalier-Boisvert
2021-10-20
First pass at CFUNC calls complete. Not yet functional.
Maxime Chevalier-Boisvert
2021-10-20
Refactor ujit, define named register constants, code cleanup
Maxime Chevalier-Boisvert
2021-10-20
MicroJIT: switch to example that passes ec as second argument
Alan Wu
2021-10-20
MicroJIT: Use R9 in generated code for Ruby stack pointer
Alan Wu
2021-10-20
Commit before merge.
Maxime Chevalier-Boisvert
2021-10-20
Updated C function call sketch
Maxime Chevalier-Boisvert
2021-10-20
Remove comment. Commit before rebase.
Maxime Chevalier-Boisvert
2021-10-20
MicroJIT: Don't compile trace instructions
Alan Wu
2021-10-20
Fixed is-object check in opt_send_without_block
Maxime Chevalier-Boisvert
2021-10-20
Check receiver type and klass in MicroJIT
Maxime Chevalier-Boisvert
2021-10-20
Take the VM lock when recompiling
Alan Wu
2021-10-20
MicroJIT: compile after ten calls
Alan Wu
2021-10-20
Commit before merge
Maxime Chevalier-Boisvert
2021-10-20
Started refactoring opt_send_without_block with codegen-time checks
Maxime Chevalier-Boisvert
2021-10-20
Add system to implement codegen preconditions in JIT
Maxime Chevalier-Boisvert
2021-10-20
Added print_ptr() util function for debugging
Maxime Chevalier-Boisvert
2021-10-20
Bump executable memory allocation size
Alan Wu
2021-10-20
Try to fix Windows build
Alan Wu
2021-10-20
Fix MicroJIT's putobject against GC copmaction
Alan Wu
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
Implemented opt_minus in MicroJIT
Maxime Chevalier-Boisvert
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
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
Implemented side-exits to interpreter. setlocal_WC_0
Maxime Chevalier-Boisvert
2021-10-20
Start implementing setlocal_wc0
Maxime Chevalier-Boisvert
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
Add workaround for inserting into addr2insn mapping
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
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 neg, and, or instructions
Maxime Chevalier-Boisvert
2021-10-20
Remove PC argument from ujit instructions
Maxime Chevalier-Boisvert
[next]