From aabf4864163364e9f0a685b3d56d21de77c0bff6 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Wed, 14 Jun 2023 17:45:14 -0700 Subject: [PATCH] ZAM documentation updates --- src/script_opt/ZAM/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/script_opt/ZAM/README.md b/src/script_opt/ZAM/README.md index 3ba84b67b1..9d2ac86c72 100644 --- a/src/script_opt/ZAM/README.md +++ b/src/script_opt/ZAM/README.md @@ -61,7 +61,7 @@ of course this varies for different users. ### Deficiencies to eventually fix: -* Error messages in compiled scripts often lack important identifying +* Error messages in compiled scripts have diminished identifying information. * The optimizer assumes you have ensured initialization of your variables. @@ -75,13 +75,12 @@ of the expression are modified by compiled scripts. ### Incompatibilities: +* ZAM ignores `assert` statements. + * When printing scripts (such as in some error messages), the names of variables often reflect internal temporaries rather than the original variables. -* The deprecated feature of intermixing vectors and scalars in operations -(e.g., `v2 = v1 * 3`) is not supported. - * The `same_object()` BiF will always deem two non-container values as different.