mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Rewrite Array#each in Ruby using Primitive (#9533)
This commit is contained in:
parent
27c1dd8634
commit
c84237f953
8 changed files with 82 additions and 50 deletions
|
@ -106,6 +106,8 @@ rb_vm_lvar(rb_execution_context_t *ec, int index)
|
|||
#endif
|
||||
}
|
||||
|
||||
#define LOCAL_PTR(local) local ## __ptr
|
||||
|
||||
// dump/load
|
||||
|
||||
struct builtin_binary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue