https://codereview.chromium.org/159783002/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/159783002/diff/1/src/objects.cc#newcode9910
src/objects.cc:9910: void JSFunction::Optimize(const char* reason) {
Looks like you copied this right out of the compiler, TODOs and all.
Please put it back.

https://codereview.chromium.org/159783002/diff/1/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/159783002/diff/1/src/objects.h#newcode5476
src/objects.h:5476: void GetICCounts(int* ic_with_type_info_count,
Nit: formatting

https://codereview.chromium.org/159783002/diff/1/src/objects.h#newcode7474
src/objects.h:7474: void Optimize(const char* reason);
Please move this to the compiler. Yang did a big refactor to get rid of
the previous compilation-related methods on JSFunction.

https://codereview.chromium.org/159783002/

--
--
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/groups/opt_out.

Reply via email to