Revision 38973f1...
Go back to digest for 21st July 2013Optimization in Other
Anton Kreuzkamp committed changes in [qmlweb] src/qtcore.js:
Remove ; after if, fixing a huge performance-leak.
There was a ; after an if-condition, with the consequence that the body was
always executed. As the body added a signal-slot connection, it soon resulted in
about 5000 connections, causing a huge performance-problem.
File Changes
Modified 1 files
- src/qtcore.js
1 files changed in total