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
In the contextStackFromState function, we currently have to do a linear search for the FunctionHandle corresponding to the CFG at the top of the Crucible call stack. With a bit more indexing, we could make this more efficient. We do need to ensure that we can abstract the optimization across all architectures.
The text was updated successfully, but these errors were encountered:
In the
contextStackFromState
function, we currently have to do a linear search for theFunctionHandle
corresponding to the CFG at the top of the Crucible call stack. With a bit more indexing, we could make this more efficient. We do need to ensure that we can abstract the optimization across all architectures.The text was updated successfully, but these errors were encountered: