wasmer/lib/llvm-backend/cpp
Lachlan Sneff 51cf9dde05 Move SSA value caches to the entry block.
The supporting framework around LLVM will make sure to only compute values once if they
are known to never change. Previously, these values were attempted to be reused from places where
the users may not dominate the creation of the value. To avoid that, they are always created
in the entry block now.
2019-03-03 21:13:37 -08:00
..
object_loader.cpp Start implementing exception handling by adding frame descriptor entry processing. 2019-03-02 10:56:02 -08:00
object_loader.hh Move SSA value caches to the entry block. 2019-03-03 21:13:37 -08:00