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
/
vm_args.c
Age
Commit message (
Expand
)
Author
2024-12-04
Remove meaningless comma expression
Yusuke Endoh
2024-10-15
Remove "simple" flag from forwarded ICs
Aaron Patterson
2024-08-19
Avoid hash allocation for certain proc calls
Jeremy Evans
2024-08-16
Revert "Avoid hash allocation for certain proc calls"
Jeremy Evans
2024-08-15
Avoid hash allocation for certain proc calls
Jeremy Evans
2024-07-18
Avoid array allocation for f(*r2k_ary) when def f(x)
Jeremy Evans
2024-07-18
Avoid hash allocation for f(*r2k_ary) when def f(kw: 1)
Jeremy Evans
2024-07-18
Avoid array allocation for f(*empty_ary, **hash) when def f(x)
Jeremy Evans
2024-07-10
Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...
Jeremy Evans
2024-06-18
Deconstruct ci in one place
Aaron Patterson
2024-06-18
Refactor so we don't have _cd
Aaron Patterson
2024-06-18
Add two new instructions for forwarding calls
Aaron Patterson
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-13
clear `kw_flag` if given hash is nil
Koichi Sasada
2024-05-21
Avoid array allocation for empty ruby2_keywords flagged keyword hash
Jeremy Evans
2024-05-21
Avoid hash allocation for empty ruby2_keywords flagged keyword hash
Jeremy Evans
2024-04-16
Eliminate usage of OBJ_FREEZE_RAW
Jean Boussier
2024-03-22
Do not apply anon_rest optimization when passed array uses keyword-flagged hash
Jeremy Evans
2024-03-21
Remove excess allocation for kwsplat to kw call
Alan Wu
2024-03-15
Avoid a hash allocation when calling def f(kw: 1) with keyword splat
Jeremy Evans
2024-03-01
Correctly set anon_kwrest flag for def f(b: 1, **)
Jeremy Evans
2024-02-13
Avoid allocation when passing no keywords to anonymous kwrest methods
Alan Wu
2024-02-11
Fix crash when passing large keyword splat to method accepting keywords and k...
Jeremy Evans
2024-01-31
Do not modify provided argument splat when using ruby2_keywords with anonymou...
Jeremy Evans
2024-01-24
Introduce Allocationless Anonymous Splat Forwarding
Jeremy Evans
2024-01-24
Add VM_CALL_ARGS_SPLAT_MUT callinfo flag
Jeremy Evans
2024-01-14
Support keyword splatting nil
Jeremy Evans
2024-01-08
Adjust styles and indents [ci skip]
Nobuyoshi Nakada
2023-12-07
Prevent modification of splat array inside setup_parameters_complex
Jeremy Evans
2023-12-07
Fix keyword splat passing as regular argument
Jeremy Evans
2023-11-18
Ensure keyword splat method argument is hash
Jeremy Evans
2023-09-12
Make Kernel#lambda raise when given non-literal block
Alan Wu
2023-08-04
Fetch the last element only when not empty
Nobuyoshi Nakada
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-10
Fix autosplat conditions to handle ruby2_keywords case
Jeremy Evans
2023-03-15
`Hash#dup` for kwsplat arguments
Koichi Sasada
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
Change bytecode of `f(*a, **kw)`
Koichi Sasada
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-04-05
Unflag a splatted flagged hash if the method doesn't use ruby2_keywords
Jeremy Evans
2022-03-30
Do not autosplat array in block call just because keywords accepted
Jeremy Evans
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-01-08
remove unused decl
Koichi Sasada
2020-07-06
Run method_missing in the same execution context
Nobuyoshi Nakada
2020-05-11
Suppress probably impossible maybe-uninitialized warning
Nobuyoshi Nakada
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
[next]