diff options
author | Test_User <hax@andrewyu.org> | 2024-12-01 09:25:43 -0500 |
---|---|---|
committer | Test_User <hax@andrewyu.org> | 2024-12-01 09:25:43 -0500 |
commit | 01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322 (patch) | |
tree | 7e2d3ea915c7660021da89a36544ab0183a68924 | |
parent | Comment on integer overflow issues being detectable after the fact. Also, mor... (diff) | |
download | e2-spec-01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322.tar.gz e2-spec-01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322.tar.zst e2-spec-01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322.zip |
Optional manual stack freeing
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |