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
We need richer cost functions for extraction in eggcc.
For example, assume nodes should not take the context into account for the cost.
Loops should multiply the cost of children somehow.
This is a difficult change. Perhaps we can make something like this work?
We need richer cost functions for extraction in eggcc.
For example,
assume
nodes should not take the context into account for the cost.Loops should multiply the cost of children somehow.
This is a difficult change. Perhaps we can make something like this work?
We could also have an analysis that figures out how many times a loop iterates and use it in the cost function:
The text was updated successfully, but these errors were encountered: