LGTM
https://codereview.chromium.org/1038313003/diff/180001/src/heap/spaces.h
File src/heap/spaces.h (right):
https://codereview.chromium.org/1038313003/diff/180001/src/heap/spaces.h#newcode681
src/heap/spaces.h:681: int available_in_small_free_list_;
On 2015/05/27 11:33:20, ulan wrote:
On 2015/05/27 08:49:30, Hannes Payer wrote:
> Why int? What about size_t?
All free list counters in other places are signed. I changed it from
intptr_t to
int because we don't need 64-bits to count free bytes in a page.
yeah...
https://codereview.chromium.org/1038313003/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.