On Saturday, 3 November 2018 07:47:53 PDT Kevin Kofler wrote: > 4*sizeof(ptr) (i.e., at most 32 bytes) is not a large object. (Won't even > the new QString with SSO be larger than that?) A large object is more like > 100+ or even 1000+ bytes.
Whether we'll have SSO is not decided. But either way, it'll increase to 3*sizeof(void*). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
