More thoughts ...

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

https://codereview.chromium.org/179813005/diff/1/src/objects.h#newcode10702
src/objects.h:10702: virtual void VisitCodeTarget(Address
target_address_pointer);
On 2014/03/07 14:36:59, Michael Starzinger wrote:
Can we rename this to method to make it explicit that it is a constant
cool
entry. Maybe "VisitConstantPoolCodeTarget" or
"VisitCodeTargetInConstantPool"?

Actually, the more I think about it: Is there any semantic difference
between the new method and the existing VisitCodeEntry()? Could we reuse
that instead? IIUC they should always behave the same, right?

https://codereview.chromium.org/179813005/

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