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
Right now, we have to special case classes every time aggregate are involved, and this is really annoying and error prone.
A better path forward would be to generate a pointer to the struct in the IR, and then special case the few places where the difference matter, like template pattern matching.
The text was updated successfully, but these errors were encountered:
Right now, we have to special case classes every time aggregate are involved, and this is really annoying and error prone.
A better path forward would be to generate a pointer to the struct in the IR, and then special case the few places where the difference matter, like template pattern matching.
The text was updated successfully, but these errors were encountered: