You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in trans rvalue datums do not know the expr id from which they originated. As a result, many parts of the code must track this separately, so that if we have to add a temporary cleanup, we can select the appropriate cleanup scope (which is a function of the trans id). I've been wanting for a while to refactor things so that the Rvalue type carries this node-id along with it.
cc @eddyb, this kind of refactoring might interest you
The text was updated successfully, but these errors were encountered:
Currently in trans rvalue datums do not know the expr id from which they originated. As a result, many parts of the code must track this separately, so that if we have to add a temporary cleanup, we can select the appropriate cleanup scope (which is a function of the trans id). I've been wanting for a while to refactor things so that the
Rvalue
type carries this node-id along with it.cc @eddyb, this kind of refactoring might interest you
The text was updated successfully, but these errors were encountered: