Rewrite Array#each in Ruby using Primitive (#9533)

This commit is contained in:
Takashi Kokubun 2024-01-23 12:09:57 -08:00 committed by GitHub
parent 27c1dd8634
commit c84237f953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 82 additions and 50 deletions

View file

@ -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 {