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
fix typo
Alan Wu
2021-10-20
TracePoint support
Alan Wu
2021-10-20
Redo the ivtable lookp once the ivar is set
Maxime Chevalier-Boisvert
2021-10-20
Make sure that there is always an index table entry for getivars
Maxime Chevalier-Boisvert
2021-10-20
Update README
Maxime Chevalier-Boisvert
2021-10-20
Allow to compile with --yjit-stats support but not the full RUBY_DEBUG
Jean Boussier
2021-10-20
Add toregexp to yjit
eileencodes
2021-10-20
Use cmov to handle Qundef case in getivar instead of side-exit
Maxime Chevalier-Boisvert
2021-10-20
Add ASM comment
Maxime Chevalier-Boisvert
2021-10-20
update README with correct repository URL
Mike Dalessio
2021-10-20
Implement putspecialobject
John Hawthorn
2021-10-20
Add opt_regexpmatch2
John Hawthorn
2021-10-20
Assign directly to C_ARG_REGS now when possible
John Hawthorn
2021-10-20
Use callee-saved regs for REG_SP, REG_EP, REG_CFP
John Hawthorn
2021-10-20
Detach mapping to local in ctx_set_local_type
John Hawthorn
2021-10-20
Fix stack size check for ctx_get_opnd_type
John Hawthorn
2021-10-20
Move yjit_type_of_value into yjit_core.c
John Hawthorn
2021-10-20
Implement verify_ctx for debugging
John Hawthorn
2021-10-20
More detection of immediate constants
John Hawthorn
2021-10-20
Don't generate entry point when PC != 0
John Hawthorn
2021-10-20
Implement tostring instruction for yjit
eileencodes
2021-10-20
Simpler fix for -DUSE_EMBED_CI=0
Alan Wu
2021-10-20
Revert "Fix use-after-free on USE_EMBED_CI=0"
Alan Wu
2021-10-20
Allow upgrading first N types when stack is large
John Hawthorn
2021-10-20
Improve comments for mapping functions
John Hawthorn
2021-10-20
Add regression test of invalid mapping merge
John Hawthorn
2021-10-20
Fix ctx_clear_local_types
John Hawthorn
2021-10-20
Make ctx_diff aware of mappings
John Hawthorn
2021-10-20
Introduce ctx_{get,set}_opnd_mapping
John Hawthorn
2021-10-20
Rename to ctx_upgrade_opnd_type
John Hawthorn
2021-10-20
Return if fixnums impossible
John Hawthorn
2021-10-20
Save PC and SP before accessing globals
Alan Wu
2021-10-20
Add setglobal to yjit
eileencodes
2021-10-20
If codeblock is NULL because YJIT is disabled, YJIT.runtime_stats should retu...
Noah Gibbs
2021-10-20
Add getglobal to yjit
eileencodes
2021-10-20
Fix and uncomment getlocal test
John Hawthorn
2021-10-20
Add flag so we can easily tell if all stats avail. Comment out broken test.
Maxime Chevalier-Boisvert
2021-10-20
Fix use-after-free on USE_EMBED_CI=0
Alan Wu
2021-10-20
Add some YJIT runtime tests
Kevin Newton
2021-10-20
Clear JIT code when tracepoints get enabled
Aaron Patterson
2021-10-20
Make sure we can still compile with the JIT disabled
Aaron Patterson
2021-10-20
Remove the scraper
Aaron Patterson
2021-10-20
Change register definitions to match the entry point calling convention
Aaron Patterson
2021-10-20
Disable YJIT in MJIT tests
Aaron Patterson
2021-10-20
make compiler happy
Aaron Patterson
2021-10-20
Fix BOP invalidation
Aaron Patterson
2021-10-20
Add a guard that we start executing on the first PC
Aaron Patterson
2021-10-20
fix alignment
Aaron Patterson
2021-10-20
Always use `ret` to return to the interpreter
Aaron Patterson
2021-10-20
YJIT stats should always include the inlined and outlined sizes, regardless o...
Noah Gibbs
[prev]
[next]