2c8b323ade
This commit replaces all variable name computations in |computeVarNames| and |computeParams| passes by computations of indices. The actual names are computed later in the |generateCode| pass. This change makes the code generator the only place that deals with the actual variable names, making them easier to change for example. The code generator code seems bit more complicated after the change, but this complexity will pay off (and mostly disappear) later. |
||
---|---|---|
.. | ||
passes |