yes correct ~ = unique .. which may be borrowed ( and i hate the terms , i just think of the symbols ~ = local to task @ global & = address ( = borrowed) , nothing = stack :-) )
On Wed, Aug 7, 2013 at 10:41 PM, Jonathan S. Shapiro <[email protected]>wrote: > On Wed, Aug 7, 2013 at 12:57 AM, Bennie Kloosteman <[email protected]>wrote: > >> re sub graphs , when you use a borrowed pointer and pass to another task >> it transfer all the data by value , this is what its probably referring >> to. They also have some object cloning mechanism .. >> > > I thought you could only use a unique pointer for that? > > >> >> How does deep copy on return break region unfication ? >> > > "Break" in the sense that the copy need not be in the same region as the > original, so the source and copy regions do not get unified. > > > shap > > _______________________________________________ > bitc-dev mailing list > [email protected] > http://www.coyotos.org/mailman/listinfo/bitc-dev > >
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
