v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
loop-unrolling.h File Reference
Include dependency graph for loop-unrolling.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Functions

V8_INLINE uint32_t v8::internal::compiler::unrolling_count_heuristic (uint32_t size, uint32_t depth)
 
V8_INLINE uint32_t v8::internal::compiler::maximum_unrollable_size (uint32_t depth)
 
void v8::internal::compiler::UnrollLoop (Node *loop_node, ZoneUnorderedSet< Node * > *loop, uint32_t depth, TFGraph *graph, CommonOperatorBuilder *common, Zone *tmp_zone, SourcePositionTable *source_positions, NodeOriginTable *node_origins)
 

Variables

static constexpr uint32_t v8::internal::compiler::kMaximumUnnestedSize = 50
 
static constexpr uint32_t v8::internal::compiler::kMaximumUnrollingCount = 5