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-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
2021-10-20
Add counters for version invalidation reasons
Alan Wu
2021-10-20
Fix counter names
Noah Gibbs
2021-10-20
Fix typo in comment
Noah Gibbs
2021-10-20
Break up callsite_not_simple into multiple cases.
Noah Gibbs
2021-10-20
Remove a few more uses of the global cb/ocb
Maxime Chevalier-Boisvert
2021-10-20
Add a slowpath for opt_getinlinecache
Alan Wu
2021-10-20
Step 2 to remove the global cb/ocb objects.
Maxime Chevalier-Boisvert
2021-10-20
Pass the global cb through codegen functions
Maxime Chevalier-Boisvert
2021-10-20
Fix excessive invalidation for opt_getinlinecache
Alan Wu
2021-10-20
Correct margin for stack overflow test
Alan Wu
2021-10-20
Add jit_obj_info_dump
John Hawthorn
2021-10-20
Add comment explaining argc + 2
John Hawthorn
2021-10-20
Implement invokebuiltin
John Hawthorn
2021-10-20
Implement generic setlocal
John Hawthorn
2021-10-20
Extract gen_get_ep
John Hawthorn
2021-10-20
Fix opt_aset comptime_key check
John Hawthorn
[next]