embench / embench-iot

The main Embench repository
https://www.embench.org/
GNU General Public License v3.0
258 stars 104 forks source link

Add static library config #182

Closed I-mikan-I closed 2 months ago

I-mikan-I commented 1 year ago

Added static library build configuration for arm/stm32l4-discovery.

Each benchmark is compiled and archived as a static library (e.g. bd/src/crc32/crc32.a) to be included in another host program.

jeremybennett commented 2 months ago

@I-mikan-I Does this make any difference to performance? Given we have published numbers

jeremybennett commented 2 months ago

Also would be useful to understand the motivation for such a big change.

I-mikan-I commented 2 months ago

Sorry, this PR is not up-to-date anymore after embench 2.0 and I forgot it even existed. I was just using the fork for a different project and making modifications there, I'm gonna close this PR.