put the method modifiers information into the preamble field of the method signature object from interface definition

This commit is contained in:
hyunghwan.chung
2018-10-10 06:12:21 +00:00
parent 653b99545f
commit 2f65380c06
3 changed files with 9 additions and 12 deletions

View File

@ -606,7 +606,7 @@ struct moo_methsig_t
moo_oop_interface_t owner; /* Interface */
moo_oop_char_t name; /* Symbol, method name */
moo_oop_t modifiers; /* SmallInteger, modifiers specified */
moo_oop_t preamble; /* SmallInteger, includes only preamble flags based on modifiers specified */
moo_oop_t tmpr_nargs; /* SmallInteger */
};