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
ruby_4_0-prism-1-8-0
sync-gems
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
fix: ujit getinstancevariable code checks ivar extended table size
Mike Dalessio
2021-10-20
Add op-not-redefined check to opt_aref
Maxime Chevalier-Boisvert
2021-10-20
Fix compiled iseq count stat
Maxime Chevalier-Boisvert
2021-10-20
Tie lifetime of uJIT blocks to iseqs
Alan Wu
2021-10-20
oops
Alan Wu
2021-10-20
Fix pedantic returning void
Alan Wu
2021-10-20
Added more tests to `make btest`
Maxime Chevalier-Boisvert
2021-10-20
Add another torture test to `make btest`
Maxime Chevalier-Boisvert
2021-10-20
Copy right number of bytes in add_incoming
Alan Wu
2021-10-20
Free block->incoming in invalidate_block_version()
Maxime Chevalier-Boisvert
2021-10-20
Add missing VM_CHECK_INTS() for correctness
Maxime Chevalier-Boisvert
2021-10-20
Add jit_print_loc() for debugging, based on Alan Wu's snippet
Maxime Chevalier-Boisvert
2021-10-20
ujit_asm: if mmap() fails with the address hint, try without
Mike Dalessio
2021-10-20
Fix bug in putobject found by @tenderlove
Maxime Chevalier-Boisvert
2021-10-20
Optimize gen_dup
Maxime Chevalier-Boisvert
2021-10-20
Add failing test identified by Aaron Patterson
Maxime Chevalier-Boisvert
2021-10-20
Remove superfluous instruction in opt_send_without_block
Maxime Chevalier-Boisvert
2021-10-20
Fix jit_return bug, return address on wrong frame
Maxime Chevalier-Boisvert
2021-10-20
Fix REG_SP writeback bug in gen_exit
Maxime Chevalier-Boisvert
2021-10-20
Fix context push/pop in Ruby-to-Ruby calls
Maxime Chevalier-Boisvert
2021-10-20
fix: allow make to complete when DEBUG_RUBY is not set
Mike Dalessio
2021-10-20
fix: ensure add_incoming allocates the proper length memory
Mike Dalessio
2021-10-20
Added failing test to `make btest`
Maxime Chevalier-Boisvert
2021-10-20
WIP JIT-to-JIT returns
Maxime Chevalier-Boisvert
2021-10-20
Don't increment instr/exit counters if stats not requested
Maxime Chevalier-Boisvert
2021-10-20
Fix bug unnecessarily causing version limit hit
Maxime Chevalier-Boisvert
2021-10-20
Added synthetic torture test with 30K tiny methods
Maxime Chevalier-Boisvert
2021-10-20
Fixed two bugs in JIT-to-JIT calls (thanks Alan!)
Maxime Chevalier-Boisvert
2021-10-20
Pop stack operands in opt_aref
Maxime Chevalier-Boisvert
2021-10-20
Check for iseq wrapper instead of iseq imemo
Alan Wu
2021-10-20
Make UJIT.disasm accept Procs
Alan Wu
2021-10-20
add a callback for when method cache changes
Aaron Patterson
2021-10-20
Moved ujit code invalidation test into bootstraptest
Maxime Chevalier-Boisvert
2021-10-20
Only compile iseqs with simple parameters. Enable get_local_wc1
Alan Wu
2021-10-20
Commit WIP setlocal_WC_1 implementation
Maxime Chevalier-Boisvert
2021-10-20
Implement opt_le, opt_ge in ujit
Maxime Chevalier-Boisvert
2021-10-20
Fix overflow check in ujit
Maxime Chevalier-Boisvert
2021-10-20
Add code side info to --ujit-stats
Alan Wu
2021-10-20
Add stats for number of ujit entry points installed
Alan Wu
2021-10-20
Implement Ruby-to-Ruby calls in ujit (opt_send_without_block)
Maxime Chevalier-Boisvert
2021-10-20
Add total exit count to stats
Maxime Chevalier-Boisvert
2021-10-20
add bop to redefinition callback
Aaron Patterson
2021-10-20
Implement opt_and in ujit
Maxime Chevalier-Boisvert
2021-10-20
Add a callback in to microjit when a BOP is redefined
Aaron Patterson
2021-10-20
Alan & Max at Tanagra
Maxime Chevalier-Boisvert
2021-10-20
Add percentages to exit op counts in --ujit-stats
Maxime Chevalier-Boisvert
2021-10-20
Restore interpreter regs in ujit hook. Implement leave bytecode.
Maxime Chevalier-Boisvert
2021-10-20
Tally instructions when taking side exists for --ujit-stats
Alan Wu
2021-10-20
Implement block version limit
Maxime Chevalier-Boisvert
2021-10-20
Reduce size of ctx_t
Maxime Chevalier-Boisvert
[next]