Another note.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3926 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-08 22:18:56 +00:00
parent 2841e90659
commit 486fd770c5
+5
View File
@@ -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.