arm - Does cross-compilation affect application performance? -


can said performance of c application compiled for/running on intel architecture faster same application cross-compiled arm architecture?

i'm asking whether or not cross-compilation have negative affect on performance.

thanks!

in general, no, compiler should output same machine code given architecture regardless of architecture compiler running on.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -