One high-level comment.

https://codereview.chromium.org/14604007/diff/7001/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/14604007/diff/7001/src/objects.h#newcode5824
src/objects.h:5824: void ClearOptimizedCodeMap(Code* optimized_code,
const char* reason);
Can we add a new EvictFromOptimizedCodeMap function instead that does
the trick? Because those are two different actions and IMHO we should
have two different entry points for that. If at some point the
ClearOptmizedCodeMap is no longer needed we can remove it completely.

https://codereview.chromium.org/14604007/

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