Files
revive/crates/integration/codesize.json
T
xermicus b560d72139 Prevent frontend function confusion (#383)
Function symbols can clash as we compile multiple YUL `object`
definition into the same `LLVM` module.
- Disambiguate via unique function symbols based its location (runtime
or deploy code).
- Use `LinkOnceODR` linkage for compiler builtin helpers.

---------

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2025-09-29 23:05:57 +02:00

10 lines
176 B
JSON

{
"Baseline": 932,
"Computation": 2313,
"DivisionArithmetics": 8959,
"ERC20": 16993,
"Events": 1692,
"FibonacciIterative": 1474,
"Flipper": 2098,
"SHA1": 7751
}