Closed xermicus closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
3aa48c9
) 87.90% compared to head (173a5f8
) 87.89%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The LLD entry points are not safe to re-enter without destroying their state. Coincidentally this worked so far but will break apart for example when compiling multiple contracts in
RelocMode::PIC
.