Reviewers: iposva, Description: Clean up comment.
[email protected] Please review this at http://codereview.chromium.org/108003 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/mark-compact.h Index: src/mark-compact.h =================================================================== --- src/mark-compact.h (revision 1849) +++ src/mark-compact.h (working copy) @@ -175,7 +175,8 @@ // Mark the heap roots and all objects reachable from them. static void MarkRoots(RootMarkingVisitor* visitor); - // Mark the symbol table specially. References to symbols are weak. + // Mark the symbol table specially. References to symbols from the + // symbol table are weak. static void MarkSymbolTable(); // Mark objects in object groups that have at least one object in the --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
