Files
revive/crates/integration/codesize.json
T
xermicus 431b5a2ce5 llvm-context: lazy handling of function arguments and immutable data (#282)
- Lazily load function arguments so that they can be passed as pointers.
- Lazily call the immutable store function to avoid storing zero sized
immutable data.

---------

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2025-04-14 15:54:59 +02:00

10 lines
177 B
JSON

{
"Baseline": 1365,
"Computation": 2710,
"DivisionArithmetics": 9672,
"ERC20": 19131,
"Events": 2123,
"FibonacciIterative": 1964,
"Flipper": 2590,
"SHA1": 8918
}