https://codereview.chromium.org/1205173002/diff/60001/src/compiler/register-allocator.h
File src/compiler/register-allocator.h (right):

https://codereview.chromium.org/1205173002/diff/60001/src/compiler/register-allocator.h#newcode481
src/compiler/register-allocator.h:481: int size_;
Can you add a only liner explaining what "size" means? Even better, a
more descriptive name.
// greedy: the number of

https://codereview.chromium.org/1205173002/diff/60001/src/compiler/register-allocator.h#newcode482
src/compiler/register-allocator.h:482: float weight_;
Is this the spill weight or the priority for allocation, or both? A
comment could help here.

https://codereview.chromium.org/1205173002/

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

Reply via email to