Call speed (penalty) viper vs. asm_thumb #17273
Unanswered
GitHubsSilverBullet
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
Repeating your test on a RP2040, I get ~1.75µs for ASM and ~1.62 for Viper. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that a viper function has significantly less call-overhead than an asm_thumb function.
What could be the reason for this behavior? Is there any good explanation for this?
Do I have a mistake massaged into the time taking code?
A difference of 1.4µs translates to an additional 280 CPU cycles and that's a lot!
Beta Was this translation helpful? Give feedback.
All reactions