https://bugs.kde.org/show_bug.cgi?id=401494

eric.lemaniss...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.lemaniss...@gmail.com

--- Comment #2 from eric.lemaniss...@gmail.com ---
This commit silences a totally valid warning on 32 bit platforms: QLists of
objects between 32bits and 64bits. They truely are inefficient, so it is a
pessimization, and they should be replaced by QVector. What is more, replacing
these QList by QVector is not a pessimization on 64 bits, so I don't get your
argument about portability.
I think the proper fix would be to change SmallType in the test code with 
struct SmallType {
    char a[sizeof(void*)];
};

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to