summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-07-13 10:29:36 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-07-16 12:37:18 +0200
commitc563e5b3c7f483684da0759a28393b2140541771 (patch)
tree5dd196e7c5b5f98a17b341fe72d5d0bd745f5e8f /dist
parentaeaf5d87ed0a41dd9f8265f9d88b34e233a89f74 (diff)
QWasmEventTranslator: replace five QHash with constexpr C arrays
The mapping is static, but a dynamic (even mutable) container was used. Fix by using C tables and liner scan, which will be just as fast or faster than a hash lookup, for the maximum of six entries of each table. Change-Id: I899d5b1428dc82cf58862f238595a266aef8279f Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions