forked from lix-project/lix
eldritch horrors
6b279cd10e
reduce the size of Env by one pointer
(cherry picked from commit 83f5622545a2fc31eb7e7d5105f64ed6dd3058b3)
Change-Id: I5636290526d0165cfc61aee1e7a5b94db4a26cef
255 B
255 B
synopsis | prs |
---|---|
Reduce eval memory usage and wall time | 9658 |
Reduce the size of the Env
struct used in the evaluator by a pointer, or 8 bytes on most modern machines.
This reduces memory usage during eval by around 2% and wall time by around 3%.