diff options
author | Son Ho | 2022-01-14 23:05:30 +0100 |
---|---|---|
committer | Son Ho | 2022-01-14 23:05:30 +0100 |
commit | 437aec0e28ed1a80168655667348d57e761c31fd (patch) | |
tree | fc5d400841774a81c0f049adc5dc51dac55032ed | |
parent | 47f308eb25475533c1614240ecc4bd5c03bc5b3f (diff) |
Update the TODOs
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,11 +1,5 @@ # TODO -0. TODO: recheck give_back_symbolic_value (use regions!) - -1. expand symbolic values which are primitively copyable upon using them as - function arguments or putting them in the return value, in order to deduplicate - those values. - 2. add a switch to allow general symbolic values (containing references, etc.) or not. @@ -89,3 +83,10 @@ borrows/abstractions to end). * Detect loops in end_borrow/end_abstraction + +* recheck give_back_symbolic_value (use regions!) + +* expand symbolic values which are primitively copyable upon using them as + function arguments or putting them in the return value, in order to deduplicate + those values. + Completion: we expand those values only upon copying them (that's enough). |