Wednesday, January 4, 2012

Call garbage collector

Hello,

I'd like to call the browser's garbage collector.
I did some tests with the inspect function in Chome and the button to
call the gc but I'd like to do this automatically in my GWT
application.
I've seen in the JRE emulation reference that the System.gc() method
was emulated, but after calling it in my GWT code nothing happened.

Is there a way to call the browser's gc in my GWT code ?

Thank's

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment