This does not add missing release notes, and it doesn't do anything about the profiles feature we would really like to have so we can have consistent credit. Change-Id: I72a6f7acfcff85f380be17dac76501a6f4693776
10 lines
304 B
Markdown
10 lines
304 B
Markdown
---
|
|
synopsis: Reduce eval memory usage and wall time
|
|
prs: 9658
|
|
cls: 207
|
|
credits: horrors
|
|
category: Improvements
|
|
---
|
|
|
|
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%.
|