http://codereview.chromium.org/2132005/diff/2001/3003 File src/heap.h (right):
http://codereview.chromium.org/2132005/diff/2001/3003#newcode1647 src/heap.h:1647: explicit Scope(GCTracer* tracer, ScopeId scope) On 2010/05/18 08:57:48, Mads Ager wrote:
You can remove |explicit| now.
Done. http://codereview.chromium.org/2132005/diff/2001/3003#newcode1740 src/heap.h:1740: int start_holes_; On 2010/05/18 08:57:48, Mads Ager wrote:
|start_holes_| doesn't really capture what the comment is saying. How
about:
in_free_list_or_wasted_?
I renamed the field but in fact free list nodes and wasted bytes form exactly "holes" in old space. http://codereview.chromium.org/2132005/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
