[Webkit-unassigned] [Bug 20589] PropertyMap speedup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 06:31:40 PDT 2008


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





------- Comment #18 from zherczeg at inf.u-szeged.hu  2008-09-08 06:31 PDT -------
PropertyMap.h requires the ReadOnly constant, which is defined by JSObject.h,
which also includes PropertyMap.h . This is a circular reference. A simple
workaround is that a constant is defined in PropertyMap.h, but I don't like it:

#define JSOBJECT_READONLY    (1 << 1)

What should be better.

And which one you prefer, table size 1 or table size 2?


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



More information about the webkit-unassigned mailing list