5 #ifndef V8_COMPILER_NODE_H_
6 #define V8_COMPILER_NODE_H_
50 class Node
FINAL :
public GenericNode<NodeData, Node> {
57 bool IsDead()
const {
return InputCount() > 0 && InputAt(0) ==
NULL; }
87 return OpParameter<T>(node->op());
Source to read snapshot and builtins files from.
Node * FindProjection(size_t projection_index)
Node(GenericGraphBase *graph, int input_count)
void CollectProjections(ZoneVector< Node * > *projections)
void Initialize(const Operator *op)
const Operator * op() const
void set_op(const Operator *op)
void set_bounds(Bounds b)
IrOpcode::Value opcode() const
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
#define DCHECK(condition)
ZoneVector< Node * > NodeVector
Node::Uses::iterator UseIter
NodeSet::iterator NodeSetIter
ZoneVector< NodeVector > NodeVectorVector
std::ostream & operator<<(std::ostream &os, const MachineType &type)
NodeVector::const_iterator NodeVectorConstIter
NodeVector::iterator NodeVectorIter
NodeSet::reverse_iterator NodeSetRIter
Node::Inputs::iterator InputIter
std::set< Node *, std::less< Node * >, zone_allocator< Node * > > NodeSet
NodeVector::reverse_iterator NodeVectorRIter
GenericGraphVisit::NullNodeVisitor< NodeData, Node > NullNodeVisitor
NodeVectorVector::reverse_iterator NodeVectorVectorRIter
static const T & OpParameter(const Node *node)
NodeVectorVector::iterator NodeVectorVectorIter
Debugger support for the V8 JavaScript engine.
#define T(name, string, precedence)