Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-construction

Fast Standard ML compiler or bytecode interpreter, with read-eval-print loop, for Linux?

Writing a compiler; which VM?

compiler-construction

Java compiler tree API - how do I set it up?

Branch on ?: operator?

Can I translate an AST to SSA, or do I need to translate to a CFG then to SSA?

What does casting do at compiler/machine level?

Operator Overloading Plugin for Java

Where to use volatile? [duplicate]

It seems that sometimes Delphi is case-sensitive - "override method should match case of ancestor"

Why some compilers optimize if(a>0) and not if(*(&a)>0)?

Does the .exe file produced by the C# compiler consist solely of Common Intermediate Language(CIL)?

Meaning of yywrap() in flex

What is the principle of "Time Travel Debugger"?

How does the compiler choose which method to call when a parameter type is ambiguous?

c# compiler-construction

Switch statements in C: variable in case?

Where exactly is the boundary between a preprocessor and a compiler?

Is there any way to get gcc or clang to warn on explicit casts?

Difference between GHC's -O and -O2

Bison one or more occurrences in grammar file

Do most compilers transform % 2 into bit comparison? Is it really faster?