Link Details

Link 56340 thumbnail
User 261452 avatar

By cromwellian
via timepedia.blogspot.com
Published: Dec 10 2007 / 18:05

GWT features a mechanism of eliminating dynamic binding by compiling statically bound permutations of you program, eliminating network roundtrips, and allowing awesome static optimizations to be made (e.g. devirtualization and inlining at polymorphic dispatch sites). Microsoft Volta, using dynamic binding and dynamic loading all over the place, and the result is 171 HTTP requests and 2+megs to load up a simple app.
  • 15
  • 0
  • 1478
  • 392

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.