Questions tagged as 'jit'

1
answer

Is there a difference between a compiler and an interpreter?

What's the big difference between a compiler and an interpreter? In languages like C, Java is used as a compiler. In JavaScript, for example, an interpreter is used, but I was confronted with the JIT (just in time compiler) term. How can I...
asked by 15.03.2017 / 12:46
1
answer

Any CPU or x64?

I searched for compilation on Any CPU and x64, but found nothing regarding performance and file size. Is there a difference between these two in this question when the machine is x64? Website using C # in VS 2017, MVC 3, .NET Framework 4.7  ...
asked by 30.08.2017 / 17:06