diff options
author | Son Ho | 2023-11-27 14:19:12 +0100 |
---|---|---|
committer | Son Ho | 2023-11-27 14:19:12 +0100 |
commit | 8a6c26355ef82de725ed643f4a3c40ed54d1b4c7 (patch) | |
tree | d17c14cd9ec2eac549fb93e76f47b21c7e819798 /compiler | |
parent | a17eef1053909117d75c9ea8eeaad786626cc05d (diff) |
Update a comment
Diffstat (limited to '')
-rw-r--r-- | compiler/Config.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/Config.ml b/compiler/Config.ml index 48ee0a06..1a00656d 100644 --- a/compiler/Config.ml +++ b/compiler/Config.ml @@ -52,7 +52,8 @@ let greedy_expand_symbolics_with_borrows = true (** Experimental. - TODO: remove (always true now) + TODO: remove (always true now), but check that when we panic/call a function + there is no bottom below a borrow. We sometimes want to temporarily break the invariant that there is no bottom value below a borrow. If this value is true, we don't check |