04-09-2014, 04:12 AM
@L01ZB: The instructions are in the repo: https://github.com/mc-server/MCServer/bl...MPILING.md and possibly in the other .md files
If you have trouble following them, give us a heads-up, we can fix it - but only if we know there's something wrong with it.
@worktycho: That's more or less what I'm saying - the CPUs are different, so there's no point in super-optimizing for a single CPU. We need to write code that compiles well onto all architectures. However, the problem is the binaries - those are already compiled with no chance of getting optimized for the specific chip they're being run on.
If you have trouble following them, give us a heads-up, we can fix it - but only if we know there's something wrong with it.
@worktycho: That's more or less what I'm saying - the CPUs are different, so there's no point in super-optimizing for a single CPU. We need to write code that compiles well onto all architectures. However, the problem is the binaries - those are already compiled with no chance of getting optimized for the specific chip they're being run on.