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++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -