(no title)
nwlieb
|
5 years ago
Is this a 1-1 comparison? If the ARM compile is compiling to ARM binaries then there might be less work/optimizations since it is a newer architecture. Seems like a test with two variables that changed. Would be interesting to see them both cross-compile to their respective opposite archs.
mlyle|5 years ago
It's worth noting that cross-compiling is definitely harder in many ways, because you can't always evaluate constant expressions easily at compile-time in the same way your runtime code will, etc, too, and have to jump through hoops.
throwaway894345|5 years ago
marmaduke|5 years ago
fomine3|5 years ago
attractivechaos|5 years ago
freehunter|5 years ago
kag0|5 years ago