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
There's a CPS eta-reduce pass already written in the partial_abort_stm branch, which is run just before eta-expand.
It might be worth the effort to pull this optimization over to trunk, though I'm not sure what motivated @lematt1991 to implement this, i.e., is it meant to improve general programs, or clean-up some STM-specific transform?
The text was updated successfully, but these errors were encountered:
There's a CPS eta-reduce pass already written in the
partial_abort_stm
branch, which is run just before eta-expand.It might be worth the effort to pull this optimization over to trunk, though I'm not sure what motivated @lematt1991 to implement this, i.e., is it meant to improve general programs, or clean-up some STM-specific transform?
The text was updated successfully, but these errors were encountered: