Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Labels
Description
The syntax to designate a family currently looks like this:
family(store_subscr, INLINE_CACHE_ENTRIES_STORE_SUBSCR) = { STORE_SUBSCR, STORE_SUBSCR_DICT, STORE_SUBSCR_LIST_INT, };Here thestore_subscr "family name" is redundant (and in fact we even hadone case where it was incorrect).
I propose to change it to be more similar to thepseudo syntax, so it will become
family(STORE_SUBSCR, INLINE_CACHE_ENTRIES_STORE_SUBSCR) = { STORE_SUBSCR_DICT, STORE_SUBSCR_LIST_INT, };This should be a straightforward change to the parser and code generator in Tools/cases_generator.