Newbetuts
.
New posts in compiler-construction
Can a recursive function be inline?
c++
c
compiler-construction
Why are global variables in x86-64 accessed relative to the instruction pointer?
c
assembly
compiler-construction
x86-64
implicit operator using interfaces
c#
generics
compiler-construction
casting
implicit-conversion
Compiling vs Transpiling
compiler-construction
abstraction
transpiler
What would an AST (abstract syntax tree) for an object-oriented programming language look like?
java
compiler-construction
programming-languages
abstract-syntax-tree
What do R_X86_64_32S and R_X86_64_64 relocation mean?
c
compiler-construction
linker
elf
relocation
In which language is the C# compiler written?
c#
compiler-construction
roslyn
What is difference between sjlj vs dwarf vs seh?
c++
compiler-construction
mingw
cpu-architecture
mingw-w64
Compile, Build or Archive problems with Xcode 4 (and dependencies)
objective-c
compiler-construction
xcode4
clang
c-preprocessor
How to change mode from c++98 mode in Dev-C++ to a mode that supports C++0x (range based for)?
c++
c++11
compiler-construction
dev-c++
Constants and compiler optimization in C++
c++
optimization
compiler-construction
how does array[100] = {0} set the entire array to 0?
c++
c
compiler-construction
How was the first compiler written?
compiler-construction
machine-instruction
Bootstrapping still requires outside support
compiler-construction
bootstrapping
Why is the .bss segment required?
c
linux
compiler-construction
Compiling with g++ using multiple cores
c++
compiler-construction
makefile
g++
multicore
How does an uninitiliazed variable get a garbage value?
c
variables
compiler-construction
programming-languages
initialization
It is more efficient to use if-return-return or if-else-return?
python
c
performance
compiler-construction
initial value of int array in C
c
arrays
compiler-construction
How are GCC and g++ bootstrapped?
c++
c
compiler-construction
Prev
Next