Skip to content
Snippets Groups Projects
  1. Aug 10, 2011
  2. Aug 08, 2011
  3. Jul 05, 2011
  4. Jun 23, 2011
  5. Jun 07, 2011
  6. May 31, 2011
  7. May 24, 2011
  8. May 06, 2011
  9. Apr 13, 2011
  10. Feb 09, 2011
  11. Jan 12, 2011
  12. Jan 04, 2011
  13. Dec 17, 2010
  14. Nov 25, 2010
  15. Nov 16, 2010
  16. Oct 20, 2010
    • Christian Kamm's avatar
      QmlJS: Fix a performance problem. · b2369973
      Christian Kamm authored
      In order to determine all components that instantiate a given component,
      Bind::usesQmlPrototype was called on each document in the snapshot.
      That, in turn, had to iterate over all object definitions inside the
      document, resolving their prototype references.
      
      All in all, it lead to a very large amount of fairly expensive lookups
      that were slowing down Creator considerably.
      
      Reviewed-by: Erik Verbruggen
      b2369973
  17. Oct 14, 2010
  18. Sep 28, 2010
  19. Sep 16, 2010
    • Christian Kamm's avatar
      QmlJS: Speed up Link significantly, provide more info on imports. · c7b3e3c8
      Christian Kamm authored
      Link now caches imports. That means importing the same library (say, Qt)
      from more than one file no longer creates an importing namespace for
      each one. Instead, a single one is created for the instance of Link.
      
      To make this work, the type environment in ScopeChain has been given its
      own type: Interpreter::TypeEnvironment. That has the added benefit of
      being able to carry meta-information about imports. You can use
      TypeEnvironment::importInfo(qmlComponentName) to get information about
      the import node that caused the import of the component.
      c7b3e3c8
    • Christian Kamm's avatar
  20. Sep 15, 2010
  21. Aug 25, 2010
  22. Jul 16, 2010
  23. Jun 22, 2010
  24. Jun 09, 2010
  25. May 12, 2010
  26. Apr 28, 2010
  27. Apr 23, 2010
  28. Apr 22, 2010
  29. Apr 20, 2010
  30. Apr 06, 2010
  31. Mar 18, 2010
  32. Mar 05, 2010
Loading