Mill Computing, Inc. Forums The Mill Architecture Benchmarks Reply To: Benchmarks

goldbug
Participant
Post count: 53

These are pretty awesome and encouraging number Ivan.

” I suspect inlining and pipelining would make little difference to the counts when enabled because they improve cycle time and overall program latency”

Wouldn’t inlining help a lot in the instruction count? you eliminate the call operation, and if the inlined function is small, you might even be able to squeeze the operations into existing instructions, making the inlined function essentially free.

  • This reply was modified 4 years, 12 months ago by  goldbug.