Questions tagged as 'compilação'

2
answers

Can a C compiler generate a 64-bit executable where pointers are 32-bits?

Most programs fit well in address space of less than 4GB, but in some cases the program may need to use the new processor features / instructions that are only available in the x64 architecture. Unfortunately the normal procedure would be to gene...
asked by 15.01.2014 / 02:37
2
answers

Javascript interpreted or compiled at runtime?

In this other question I asked the same thing, but in relation to Java. Now I ask about Javascript. As far as I know, Javascript historically has always been interpreted, but Google has changed that with V8 on Chromium. Am I right or wrong?...
asked by 22.07.2014 / 13:26
2
answers

What is a JITter?

In the context of software development what is a JITter? More and more people are talking about it and several languages are using the much-talked about JIT compilation. How does it differ from a compiler?     
asked by 09.08.2016 / 14:32