Displaying 2 results from an estimated 2 matches for "adddefon".
Did you mean:
adddefone
2020 Aug 04
2
TableGen trace facility
Are all the records collected as they are parsed, with template parameter substitution and lets, and *then*, after all records are collected, a "pass" is made to calculate the inter-field expressions?
Once I understand this, I will add a section to the new guide to explain it. I presume it is the case that this behavior should be publicized.
It also appears to be the case that a record
2020 Aug 05
2
TableGen trace facility
...with template
> parameter substitution and lets, and *then*, after all records are
> collected, a "pass" is made to calculate the inter-field expressions?
>
> No, the inter-field expressions are resolved immediately as the final
> "def" is processed. See TGParser::addDefOne.
>
>
> > Once I understand this, I will add a section to the new guide to explain
> it. I presume it is the case that this behavior should be publicized.
> >
> > It also appears to be the case that a record is created and bound to its
> name before fields are inherite...