Will this change end up in Chrome M18?

On Mon, Jan 16, 2012 at 17:20,  <[email protected]> wrote:
> more comments
>
>
>
> http://codereview.chromium.org/9179012/diff/1/src/spaces.cc
> File src/spaces.cc (right):
>
> http://codereview.chromium.org/9179012/diff/1/src/spaces.cc#newcode411
> src/spaces.cc:411: uintptr_t end_int = old_end - ObjectAreaStart();
> variable name is wrong. it's size, not end.
>
> http://codereview.chromium.org/9179012/diff/1/src/spaces.cc#newcode412
> src/spaces.cc:412: uintptr_t aligned_end_int =
> ditto
>
> http://codereview.chromium.org/9179012/diff/1/src/spaces.cc#newcode414
> src/spaces.cc:414: if (aligned_end_int < end_int) {
> != instead of < for readability
>
> http://codereview.chromium.org/9179012/
>
>
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to