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

Public Attributes

AliasSnapshot alias_snapshot
 
MemorySnapshot memory_snapshot
 

Detailed Description

Definition at line 493 of file wasm-load-elimination-reducer.h.

Member Data Documentation

◆ alias_snapshot

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

Definition at line 494 of file wasm-load-elimination-reducer.h.

◆ memory_snapshot

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

Definition at line 495 of file wasm-load-elimination-reducer.h.


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