Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-construction

Define <LINE-START> and <LINE-END> in a lexer

Loop compiler optimization

Writing a Memory Manager in a managed language?

Obtain the symbol that a "super" call refers to in Scala

Conversion to Automatic Reference Counting (ARC): 'Use of undeclared identifier' errors

How to get the interprocedural Control Flow Graph of one program and do data flow analysis on it using llvm?

Create my own (very simple) compiler, using Java

How print syntax tree using Javac

How to get LLVM global variable constant value?

How does wee_alloc (a malloc alternative) know where to start the heap in WebAssembly?

How to use the "classes" parameter of JavaCompiler.getTask()?

Compiling Twice with Delphi 6 and getting the same checksum on the binary

How does a compiler deal with inlined exported functions?

Delphi Error E2283 Too many local constants

Compile GCC with Code Sourcery

GCC 4.5/Ubuntu 11.04 is auto-threading code?

Any practical difference between Clang versions 2.8 and 3.1 for a C developer?

Eclipse's Java Compiler produces different stack traces when run from the command line

How to hint to Visual C++ compiler optimizer that a specific branch of an if-statement is unlikely to be executed?

std::string implementation in GCC and its memory overhead for short strings