[Webkit-unassigned] [Bug 63481] Bring V8's SerializedScriptValue implementation up to date

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 11:49:44 PDT 2011


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


Luke Zarko <lukezarko+bugzilla at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99884|0                           |1
        is obsolete|                            |




--- Comment #16 from Luke Zarko <lukezarko+bugzilla at gmail.com>  2011-07-13 11:49:43 PST ---
Created an attachment (id=100699)
 --> (https://bugs.webkit.org/attachment.cgi?id=100699&action=review)
Rebase and address comments.

Thanks again for your comments! I've attached a new version of the patch that should address them.

> What is the meaning of "greyObject"? I'm sure it is something familiar to folks who work on GC/VM but not to me.

I've added an explanatory comment; in defense of the name, commonly in tree or graph traversal algorithms nodes that you haven't yet visited are white; nodes that you are in the process of visiting are grey; nodes that you have finished visiting are black.

-- 
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