diff options
author | Lars Knoll <[email protected]> | 2015-01-20 10:04:35 +0100 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2015-01-20 13:29:56 +0100 |
commit | 4690cc0cd3afa3bb0361da2b01834762b6c69646 (patch) | |
tree | ddf4b0e1ce9d7b71e3c6e32fe89887f774edcf46 /src/qml/jsruntime/qv4mm_p.h | |
parent | 940e4a85e452b384869aef1da65ac785e3ce1846 (diff) |
Remove not required std::vector::reserve() calls
These actually force more reallocations of the vector than
required, and slow things down in practice.
callgrind shows that this saves around 7% of the total instruction
count for crypto.js
Change-Id: Ibd6114d84ade2b484a5261b53c3299f48f79e633
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4mm_p.h')
0 files changed, 0 insertions, 0 deletions