v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::Snapshot Struct Reference
Collaboration diagram for v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::Snapshot:

Public Attributes

AliasSnapshot alias_snapshot
 
MapSnapshot maps_snapshot
 
MemorySnapshot memory_snapshot
 

Detailed Description

Definition at line 762 of file late-load-elimination-reducer.h.

Member Data Documentation

◆ alias_snapshot

AliasSnapshot v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::Snapshot::alias_snapshot

Definition at line 763 of file late-load-elimination-reducer.h.

◆ maps_snapshot

MapSnapshot v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::Snapshot::maps_snapshot

Definition at line 764 of file late-load-elimination-reducer.h.

◆ memory_snapshot

MemorySnapshot v8::internal::compiler::turboshaft::LateLoadEliminationAnalyzer::Snapshot::memory_snapshot

Definition at line 765 of file late-load-elimination-reducer.h.


The documentation for this struct was generated from the following file: