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-12-25
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2021-12-18
YJIT: Implement intern
Daniel Colson
2021-12-17
YJIT: Remove double check for block arg handling
Alan Wu
2021-12-17
YJIT: Fix check for required kwargs
John Hawthorn
2021-12-17
YJIT: Allow iseq with both opt and kwargs
John Hawthorn
2021-12-14
YJIT: Fix unexpected truncation when outputing VALUE
Alan Wu
2021-12-07
YJIT: Remove guard_self_is_heap()
Alan Wu
2021-12-06
YJIT: Add integrity checks for blockid
Alan Wu
2021-12-03
YJIT: Bounds check every byte in the assembler
Alan Wu
2021-12-03
YJIT: Add ivar counter exits
eileencodes
2021-12-02
YJIT: Fix side-exit typo in comments [ci skip]
Adam Hess
2021-12-01
Mark JIT code as writeable / executable depending on the situation
Aaron Patterson
2021-12-01
YJIT: Fail gracefully while OOM for new entry points
Alan Wu
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
[next]