Hello People, >From the looks of the code, it seems that the js files LazyLoads the code of >the modules it needs. My question is does it get rid of the js files that were >LazyLoaded after its work is done, or does it stay in the memory. Coz if it >just keeps on adding every file, then it might cause some serious performance >problems. And I have no idea if the garbage collection of the Gecko engine >releases just the object or the files associated as well.
FYI, I am new to this Lazy Loading thing. Thanks. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
