1
1
mirror of https://github.com/anoma/juvix.git synced 2024-11-30 14:13:27 +03:00
juvix/tests/benchmark/fold
Łukasz Czajka 60a191b786
Numeric, ordering and equality traits (#2433)
* Adapts to https://github.com/anoma/juvix-stdlib/pull/86
* Adds a pass in `toEvalTransformations` to automatically inline all
record projection functions, regardless of the optimization level. This
is necessary to ensure that arithmetic operations and comparisons on
`Nat` or `Int` are always represented directly with the corresponding
built-in Core functions. This is generally highly desirable and required
for the Geb target.
* Adds the `inline: always` pragma which indicates that a function
should always be inlined during the mandatory inlining phase, regardless
of optimization level.
2023-10-09 18:25:01 +02:00
..
core Adapt benchmarks to the new pipeline (#1795) 2023-02-01 15:44:09 +01:00
haskell Adapt benchmarks to the new pipeline (#1795) 2023-02-01 15:44:09 +01:00
juvix Numeric, ordering and equality traits (#2433) 2023-10-09 18:25:01 +02:00
ocaml Adapt benchmarks to the new pipeline (#1795) 2023-02-01 15:44:09 +01:00
runtime Fix benchmark runtime C examples (#2192) 2023-06-15 14:38:42 +01:00