snix/tvix/glue/src/builtins
Aspen Smith 7e286aab1a feat(tvix/eval): Box Value::Catchable
This is now the only enum variant for Value that is larger than 8
bytes (it's 16 bytes), so boxing it (especially since it's not
perf-critical) allows us to get the Value size down to only 16 bytes!

Change-Id: I98598e2b762944448bef982e8ff7da6d6683c4aa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10798
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Autosubmit: aspen <root@gws.fyi>
2024-02-13 16:49:53 +00:00
..
derivation.nix refactor(tvix/glue): move builtins into separate directory 2023-11-04 15:20:46 +00:00
derivation.rs feat(tvix/eval): Box Value::Catchable 2024-02-13 16:49:53 +00:00
derivation_error.rs refactor(tvix/glue): move builtins into separate directory 2023-11-04 15:20:46 +00:00
mod.rs refactor(tvix/eval): Box Value::String 2024-02-02 16:16:56 +00:00