https://codereview.chromium.org/1254073003/diff/20001/src/compiler/linkage-impl.h
File src/compiler/linkage-impl.h (right):

https://codereview.chromium.org/1254073003/diff/20001/src/compiler/linkage-impl.h#newcode123
src/compiler/linkage-impl.h:123: if
(Runtime::SupportsTailCall(function_id)) {
This new predicate on {Runtime} is similar to
Linkage::FrameStateInputCount. Can we move it to {Linkage} into the
linkage.cc file for consistency? I agree that this decouples it from the
list of runtime functions (which might be controversial), but we already
went with that for the frame states, and I would rather keep it
consistent. WDYT?

https://codereview.chromium.org/1254073003/

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