Questions tagged as 'compiladores'

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
2
answers

What is the advantage of using languages that compile for other languages?

We were discussing in Stackoverflow's chat about languages like Moonscript and CoffeeScript. They are two languages that compile for other languages. Moonscript for Lua and CoffeScript for Javascript. I noticed in relation to both that the...
asked by 09.12.2015 / 12:21
1
answer

What does it mean to compile?

I have some questions about the process of compiling a code: What is the build process? How does it work? What are the steps in the build process? What is the difference between compilation x assembly (Assembler)
asked by 10.05.2015 / 19:34
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
2
answers

Inheritance class Object

How does the compiler do to implicitly all classes inherit from object ? This is a behavior adopted in languages such as C #, Java and others. public class Funcionario { } public class Funcionario : Object { } The above example...
asked by 14.11.2016 / 13:31
1
answer

Enum is expanded by the compiler into a class declaration?

Does Enum expand by compiler into a class declaration in Java?     
asked by 08.12.2016 / 14:23
1
answer

How does the integration between IDE and compiler take place?

Taken from here: What is programming language, IDE and compiler?    In general the compiler is a console program, but there are cases that they are libraries that can be used in conjunction with other programs. The integration between t...
asked by 14.10.2018 / 16:53
1
answer

Closure Compiler JS - CSS Transform into a bulk process

Google has two tools for compilar/minificar optimizing JS and CSS files, Closure Compiler JS and Closure Compiler CSS . To run the build process I can do the following: java -jar compiler.jar --js hello.js --js_outp...
asked by 07.07.2015 / 15:52
1
answer

What's Faster: Stack or Heap Allocation? [duplicate]

This question may sound elementary but it has generated a good debate with a co-worker. I can whenever I do allocations in Stack because for me the Stack growth is constant in time. And already the allocation performance in...
asked by 09.08.2017 / 09:18
1
answer

Is there any AoT compiler for Java?

I've seen Excelsior Jet but it's private and paid for. If there is some free, how do I use it in windows? (I say this because there is a lot of stuff for linux)     
asked by 25.12.2015 / 12:30