From 0865bf2aaa3693520e1629c550a589b73da0d11e Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sun, 11 Aug 2013 13:56:00 +0200 Subject: Static-mode names now patched up --- notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes b/notes index 8edbc5d..72d9f25 100644 --- a/notes +++ b/notes @@ -237,7 +237,7 @@ Main problem: How do we find out if the names mean what we believe they do? - even more assignment semantics === Name Properties === * [d] deeply constant: objects referenced (indirectly) from this name can be assumed constant (constant implied) -* [c] constant: the object reference of this name can be assumed constant (code constant and static implied) +* [c] constant: the object reference of this name can be assumed constant (code constant implied) * [t] code / type constant: the function type can be assumed constant (including whether this function has no captured scope) * [s] static: the path from local scope to where the name resolves can be assumed constant the name index within the scope can be assumed constant -- cgit v1.2.3