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
Break up LetRec nodes into true strongly connected components based on a local analysis of the call graph. This may have a significant impact on performance if each let-block in the front-end is translated naively into a single LetRec node in Core. This also affects the code generated for the GEB backend.
The text was updated successfully, but these errors were encountered:
Break up LetRec nodes into true strongly connected components based on a local analysis of the call graph. This may have a significant impact on performance if each let-block in the front-end is translated naively into a single LetRec node in Core. This also affects the code generated for the GEB backend.
The text was updated successfully, but these errors were encountered: