Is there any difference in performance when running two executables with mono in linux, if:
1) the one executable has been compiled from c# source code previously in windows (e.g.VS).
2) the other executable has been compiled from the same source with gmcs in linux.