mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add inline specifier to frequently called functions
- entry_deleted_p(): hash.c - ensure_block(): vm.c
This commit is contained in:
+1
-1
@@ -382,7 +382,7 @@ obj_eql(mrb_state *mrb, mrb_value a, mrb_value b, struct RHash *h)
|
||||
}
|
||||
}
|
||||
|
||||
static mrb_bool
|
||||
static inline mrb_bool
|
||||
entry_deleted_p(const hash_entry* entry)
|
||||
{
|
||||
return mrb_undef_p(entry->key);
|
||||
|
||||
Reference in New Issue
Block a user