On Tue, May 23, 2017 at 8:24 PM, Learner Evermore < [email protected]> wrote:
> And again, I for one, am not calling for GWT RPC to be resurrected in 3.0. > I don't need it. But I do need the complete serialization instead of the > half-baked, mostly-incapable external frameworks > needing-a-ton-of-extra-code-and-still-can't-do-it in existence today. And > I can even code that to work much faster than GWT RPC did (I do stuff like > that all the time) but it isn't possible without dedicated hooks within > J2CL. > Why is that so? Can't you do your own whole-world analysis pass independently of the compiler if that is what you want to do? It does not seem possible to have whole-world analysis in the compiler (hooks or not) if the goal is to enable separate compilation at the Java layer. So, if that is important to you, it must necessarily be outside the compiler. -- John A. Tamplin -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM5k6X8PsyPWaL3hHFjbMq5Xgve-7up6QWwX3xbr1jrVMWqhoQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
