New posts in compiler-construction

c++ sizeof() of a class with functions

How can I find the target Java version for a compiled class?

Looking for 16-bit x86 compiler

Why do I get this compile error trying to call a base constructor/method that takes a dynamic argument?

Abstract Method in Non Abstract Class

How many ways are there to build a parser? [closed]

For { A=a; B=b; }, will "A=a" be strictly executed before "B=b"?

Suggestions for writing a programming language? [closed]

What does "Cannot evaluate expression because the code of the current method is optimized." mean?

shared_ptr: horrible speed

Are constant C expressions evaluated at compile time or at runtime?

Bootstrapping a compiler: why?

Literal Syntax For byte[] arrays using Hex notation..?

fatal error C1010 - "stdafx.h" in Visual Studio how can this be corrected?

What is Linux utility to mangle a C++ symbol name?

What does the clang -cc1 option do?

Does an R compiler to C/C++ exist?

How to generate AST from Java source-code? [closed]

What do C and Assembler actually compile to? [closed]

CLR vs JIT