From 486fd770c57997661125ae75ee65890a2600daae Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 8 Mar 2006 22:18:56 +0000 Subject: [PATCH] Another note. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3926 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/as/com/threerings/README.txt b/src/as/com/threerings/README.txt index ee4de3e0c..cd8295682 100644 --- a/src/as/com/threerings/README.txt +++ b/src/as/com/threerings/README.txt @@ -213,3 +213,8 @@ ActionScript performance issues: accessing a simple property of a variable (like myArray.length) may actually be executing arbitrary code, possibly creating many objects, each time. + +- Classes without a constructor cannot be instantiated. This is a runtime + error (grraah!). There is a compiler option "-compiler.warn-no-constructor" + but it generates a flotilla of warnings from standard classes in the flash + library, so it's slightly useless.