diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2011-03-19 09:47:14 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2011-03-22 14:51:54 (GMT) |
commit | cd0518deb6cf07571f1331ca83d1b5a97b3ca47e (patch) | |
tree | 0ddcca1adc2bb728f40b41abefc4fbe75b8b388d /doc/src/snippets/code/src_script_qscriptable.cpp | |
parent | 152f40fa41bae551dffd7b0ed72ed2008d7ff642 (diff) | |
download | Qt-cd0518deb6cf07571f1331ca83d1b5a97b3ca47e.zip Qt-cd0518deb6cf07571f1331ca83d1b5a97b3ca47e.tar.gz Qt-cd0518deb6cf07571f1331ca83d1b5a97b3ca47e.tar.bz2 |
Reduce the number of operations in the main loop
The more operations there are, the more time it takes. More
importantly, the more variables we touch, the more the compiler may
want to use the stack instead of registers.
Diffstat (limited to 'doc/src/snippets/code/src_script_qscriptable.cpp')
0 files changed, 0 insertions, 0 deletions