jserv / amacc

Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Other
1.01k stars 160 forks source link

Remeasure the execution time on RPi 4B #75

Closed OscarShiang closed 3 years ago

OscarShiang commented 3 years ago

Each execution time is averaged by 100 measurements. The outlies had been removed through the IQR method as well.

OscarShiang commented 3 years ago

Do I need to provide my gcc version as well?

OscarShiang commented 3 years ago

The version of GCC has been added.

jserv commented 3 years ago

The version of GCC has been added.

Mention kernel and gcc versions in the same line. Such as,

kernel: 5.10.17-v7l+, gcc: 8.3.0

OscarShiang commented 3 years ago

OK, I have force-pushed it.