GWT does not handle garbage collection itself, that's handled by the
browser's Javascript engine. Once you lose a reference to an object,
it should be garbage collected. Unfortunately IE's garbage collection
(and JS engine in general) is pretty crappy.

--
Arthur Kalmenson



On Thu, Feb 12, 2009 at 4:31 PM, flyingb...@gmail.com
<flyingb...@gmail.com> wrote:
>
> Just wondering does gwt handle garbage collection.
>
> For example if I attach a widget than later unreference it. Will the
> widget listeners/handlers be removed or will it still be trying to
> listen for that widget?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to