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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit_codegen.c
Age
Commit message (
Expand
)
Author
2021-11-26
YJIT: Add ability to exit to interpreter from stubs
Alan Wu
2021-11-25
YJIT: Introduce jit_putobject (#5179)
John Hawthorn
2021-11-25
YJIT: Implement new struct accessors (#5161)
John Hawthorn
2021-11-23
Add setclassvariable to yjit (#5127)
Eileen M. Uchitelle
2021-11-22
YJIT: Make block invalidation more robust
Alan Wu
2021-11-19
Add YJIT codegen for objtostring (#5149)
Adam Hess
2021-11-18
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-18
Refactor getclassvariable (#5137)
Eileen M. Uchitelle
2021-11-05
YJIT: Support iseq sends with mixed kwargs (#5082)
John Hawthorn
2021-11-05
YJIT: Implement checkkeyword (#5083)
John Hawthorn
2021-11-04
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
2021-11-01
YJIT: Support kwargs sends with all defaults (#5067)
John Hawthorn
2021-10-29
Add comments about send method types (#5059)
Maxime Chevalier-Boisvert
2021-10-29
vm_core.h: Avoid unaligned access to ic_serial on 32-bit machine
Yusuke Endoh
2021-10-27
YJIT: Support newhash with values (#5029)
John Hawthorn
2021-10-25
YJIT: Implement duphash (#5009)
Ian C. Anderson
2021-10-21
YJIT: don't compile attr_accessor methods when tracing (#4998)
Alan Wu
2021-10-20
Fix non RUBY_DEBUG build warnings
Alan Wu
2021-10-20
Do kwarg shuffle after checking for interrupts
Alan Wu
2021-10-20
Extract yjit_force_iv_index and make it work when object is frozen
Alan Wu
2021-10-20
Expand tabs
Alan Wu
2021-10-20
Add String#bytesize
eileencodes
2021-10-20
else if style
Alan Wu
2021-10-20
Update yjit_codegen.c
Maxime Chevalier-Boisvert
2021-10-20
Update yjit_codegen.c
Maxime Chevalier-Boisvert
2021-10-20
Feedback, tests, and rebase for kwargs
Kevin Newton
2021-10-20
Bail out if passing keyword arguments to only positional and/or optional methods
Kevin Newton
2021-10-20
Set up the callee stack pointer properly taking into account the bits object
Kevin Newton
2021-10-20
Correct for positional required arguments
Kevin Newton
2021-10-20
Push the unspecified_bits_value onto the stack
Kevin Newton
2021-10-20
Reuse stack swapping logic
Kevin Newton
2021-10-20
Get kwargs reordering working
Kevin Newton
2021-10-20
Get kwargs working for all passed in the correct order
Kevin Newton
2021-10-20
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
Fix gen_getclassvariable
Alan Wu
2021-10-20
Fix counter names for getblockparamproxy. Print in --yjit-stats.
Maxime Chevalier-Boisvert
2021-10-20
Implement getclassvariable in yjit
eileencodes
2021-10-20
Add counted side exit to getblockparamproxy
eileencodes
2021-10-20
Fix changes from rebase
Noah Gibbs
2021-10-20
style: line break before "else"
Alan Wu
2021-10-20
style: switch statements indent
Alan Wu
2021-10-20
style: align pointer "*" to the right
Alan Wu
2021-10-20
Add optimized Thread.current
John Hawthorn
2021-10-20
Use jit_guard_known_klass() for hashes in opt_aref
Alan Wu
2021-10-20
Also do String#str
Alan Wu
2021-10-20
Comment edits and moving functions around in the file
Alan Wu
2021-10-20
Add specialization for String#to_s on plain strings
Alan Wu
2021-10-20
Try to get getblockparamproxy to support level > 0
Maxime Chevalier-Boisvert
2021-10-20
Reconstruct interpreter state before calling rb_ivar_get()
Alan Wu
2021-10-20
Remove a memory load in gen_send_iseq
Alan Wu
[next]