Revision: 7682
Author: [email protected]
Date: Fri Mar  5 10:32:12 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=7682

Modified:
 /wiki/LightweightCollections.wiki

=======================================
--- /wiki/LightweightCollections.wiki   Fri Mar  5 10:31:21 2010
+++ /wiki/LightweightCollections.wiki   Fri Mar  5 10:32:12 2010
@@ -40,7 +40,7 @@

_Bending the type system is okay if it's sufficiently hard to detect._ If there are cases in which quietly cross-casting JSOs would be the most efficient thing to do, so it shall be done. However, in such cases, it should be a goal to do "the right thing" in hosted mode (e.g. actually have checked casts) but then silently slip in the trickier cross-casting version during a web mode compile.

-_Hosted mode collections implementations can differ, if necessary, from web mode._ This follows from the previous point but is also practical since the development mode browser plug in (was OOPHM) is based on IPC, it may simply be harmfully slow to implement hosted mode collections using JSNI. +_Hosted mode collections implementations can differ, if necessary, from web mode._ This follows from the previous point but is also practical — because the development mode browser plug-in (was OOPHM) is based on IPC, it may simply be harmfully slow to implement hosted mode collections using JSNI.

 _Publish and guarantee time complexity for various operations._

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to