gibbon-0.3: A compiler for operating on serialized data
Safe HaskellSafe-Inferred
LanguageHaskell2010

Gibbon.Passes.HoistNewBuf

Description

This is really a hack for benchmarking. Lift global allocations outside of timing loop.s

Synopsis

Documentation

hoistNewBuf :: Prog3 -> PassM Prog3 Source #

Strip out the NewBuf bindings up until the point control flow diverges.