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
Definitely since it can avoid a move. I think the best way to do this is have registerTouch allocate in the given space if it didn't already exist and then touch it there. That way all memcpy has to do is replace move( space, true ) with registerTouch( space ). I don't really want to add that to this PR though so I'll create an issue.
Definitely since it can avoid a move. I think the best way to do this is have
registerTouch
allocate in the given space if it didn't already exist and then touch it there. That way allmemcpy
has to do is replacemove( space, true )
withregisterTouch( space )
. I don't really want to add that to this PR though so I'll create an issue.Originally posted by @corbett5 in #231 (comment)
The text was updated successfully, but these errors were encountered: