Skip to content
Snippets Groups Projects
Commit 0a470fc3 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Make Env smaller

Commit 20866a70 added a ‘withAttrs’
field to Env, which is annoying because it makes every Env structure
bigger and we allocate millions of them.  E.g. NixOS evaluation took
18 MiB more.  So this commit squeezes ‘withAttrs’ into values[0].
Probably should use a union...
parent 8ae6d55d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment