aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-12-01 09:25:43 -0500
committerTest_User <hax@andrewyu.org>2024-12-01 09:25:43 -0500
commit01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322 (patch)
tree7e2d3ea915c7660021da89a36544ab0183a68924
parentComment on integer overflow issues being detectable after the fact. Also, mor... (diff)
downloade2-spec-01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322.tar.gz
e2-spec-01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322.tar.zst
e2-spec-01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322.zip
Optional manual stack freeing
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 82405d9..b37ae06 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,6 @@ block.
4. More powerful preprocessor.
5. Integer underflow and overflow will be detectable and usable after it has already
occurred.
+6. You should be able to release variables from the scope they are in, and not only
+ be controllable by code blocks, so stack variables can be released in differing
+ orders.