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
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
Add to the MicroJIT scraper an example that passes ec
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
Fix MicroJIT logic in MJIT exec
Alan Wu
2021-10-20
Never compile with MicroJIT when MJIT is enabled
Alan Wu
2021-10-20
Declare extern with RUBY_EXTERN for MJIT
Alan Wu
2021-10-20
Update dependencies
Alan Wu
2021-10-20
MicroJIT: Don't compile trace instructions
Alan Wu
2021-10-20
Don't call MicroJIT from MJIT output
Alan Wu
2021-10-20
Export MicroJIT global used in MJIT
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
Added int3() to x86 asm
Maxime Chevalier-Boisvert
2021-10-20
Anonymous union is a C11 feature unavailable to us
Alan Wu
2021-10-20
oops Direct threading should be default
Alan Wu
2021-10-20
Explicitly convert function pointer to void pointer
Alan Wu
2021-10-20
Fix compilation for OPT_THREADED_CODE=2
Alan Wu
2021-10-20
Explicitly convert function pointer to void pointer
Alan Wu
2021-10-20
_GNU_SOURCE has to be before includes
Alan Wu
2021-10-20
Bump executable memory allocation size
Alan Wu
2021-10-20
Get access to MAP_ANONYMOUS in pedantic compile mode
Alan Wu
2021-10-20
Don't put MicroJIT status in RUBY_DESCRIPTION
Alan Wu
2021-10-20
Zero sized array are not standard C
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
Respect redefinition in MicroJIT's opt_minus
Alan Wu
2021-10-20
Update dependency
Alan Wu
2021-10-20
Small build fixes
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
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
[next]