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
Dijkstra is still failing when running regression. Similar problem happens to swaptions. The reason is that malloc/calloc/free are moved out of Pure Function list.
Todos:
Handle SpecPriv recognizing external function properly for malloc...
Handle memory deps removal properly in SCAF for malloc...
Make sure Swaptions and Dijkstra have the same performance as Perspective
The text was updated successfully, but these errors were encountered:
Dijkstra is still failing when running regression. Similar problem happens to swaptions. The reason is that
malloc/calloc/free
are moved out of Pure Function list.Todos:
The text was updated successfully, but these errors were encountered: