I want to know if its possible to choose a GC algorithm via code or by some other way
(like specifying GC algo for JVM) in javascript or any JS frameworks.
I want to know if its possible to choose a GC algorithm via code
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to set the GC algorithm with GWT. GWT compiles to Javascript. So at runtime you only have Javascript on the client. Javascript apps inside the browser do not have the ability to set how the Javascript VM manages memory.