[Webkit-unassigned] [Bug 136340] GC length unit is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 28 06:59:29 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136340





--- Comment #3 from Mark Hahnenberg <mhahnenb at gmail.com>  2014-08-28 06:59:36 PST ---
To be a little clearer with what I mean:

long wastedPropertyStorageBytes = 0;
long wastedPropertyStoragePercent = 0;
long objectsWithOutOfLineStoragePercent = 0;
if (/* we won't div-by-zero */)
    wastedPropertyStorageBytes = /* weird casts and computation here */;
    wastedPropertyStoragePercent = /* more weird casts and computation here */;
    objectsWithOutOfLineStoragePercent = /* even more weird casts and computation here */;
}

dataLogF("waste property storage: ....", wastedPropertyStorageBytes, wastedPropertyStoragePercent);
dataLogF(...);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list