Hi all, I have two questions. I was wondering why wouldn't it be possible to automatically create the split point based on the information provided by the AST and Compilation Analysis .... We know precisely where the code cost JS size and where are the call sites for a given split point. Why not hooking up the AST to create a balanced tree and thus create several small sized fragment ? Those generated split points would be adapted regarding the code evolution and the user would never care of this hidden functionality
the second question has nothing to do with the first one :-) As I said to Fred privately, I don't see how SymbolsMaps and JSEmulatedStack fit together. When I activate JSEmulatedStack module, all work perfectly (my stacktrace contains line numbers and filenames) but the methods names are still obfuscated. In the extra directory, the SymbolMaps has been effectively generated by the linker but how and when can I merge in production the StackTrace with the SymbolMaps to unobfuscate the StackTrace ? Last but not least, is JSEmulatedStack a feature of GWT 2 MS1 ? thanks all for taking time to respond Sami --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
