Search code examples
Compiler output language - LLVM IR vs C...

compiler-constructioncode-generationllvmllvm-ir

Read More
Does linker link an object file with itself?...

c++linkercompiler-construction

Read More
Will C++ first gets converted to assembly...

c++assemblycompiler-constructionstandards

Read More
Does Visual Studio generate assembly from the C source or from the binary code it compiled into?...

c++visual-studioassemblygcccompiler-construction

Read More
How does C compiler declare array when there are fewer initializers in a brace-enclosed list than th...

ccompiler-construction

Read More
Why is the phrase: "undefined behavior means the compiler can do anything it wants" true?...

c++compiler-constructionundefined-behavior

Read More
Scala compiler-plugin, finding an annotation...

scalapluginscompiler-constructionscalacscala-compiler

Read More
Does the Rust compiler automatically remove unnecessary intermediate variables?...

performancevariablesoptimizationrustcompiler-construction

Read More
Writing a toy compiler - call is segfaulting...

x86compiler-constructionx86-64

Read More
LLVM pass va_list to another function...

ccompiler-constructionclangllvmllvm-ir

Read More
how to place a global variable in another section...

cmacroscompiler-constructionglobal-variables

Read More
why is not const char put in rodata segment?...

cx86charcompiler-construction

Read More
An alternative to flex and bison duo?...

compiler-construction

Read More
What do these values from the ANTLR symbol table mean?...

compiler-constructionantlr

Read More
Unable calculate to get follow set...

pythonparsingcompiler-constructionll-grammar

Read More
While cycle implementation never ends in Ply issue...

pythonwhile-loopcompiler-constructionyaccply

Read More
Java compiler optimizations with final local variables...

javavariablesmethodscompiler-constructionfinal

Read More
Wanted: good definition of the term "lowering" in the context of compilers...

compiler-constructionterminology

Read More
Symbol table in a dynamic type-checking compiled language...

compiler-constructiontypecheckingsymbol-tablecompile-time-type-checking

Read More
Why isn't an enum checked by the C compiler?...

ccompiler-constructionenums

Read More
Why do compilers construct a graph in register allocation?...

assemblycompiler-constructiongraph-algorithmcpu-registersregister-allocation

Read More
Different functions with the same name and how to call them in LLVM IR...

compiler-constructionllvmllvm-ir

Read More
Retrieve Kotlin Property type from Kotlin psi API...

kotlinreflectioncompiler-constructiondetekt

Read More
Optimization Metric for Compilers...

optimizationcompiler-constructioncompiler-optimization

Read More
Can LR(1) parsing table size be the same as LALR(1) parsing table for some grammar?...

parsingcompilationcompiler-constructionlr-grammarlalr

Read More
How does agda compiler figure out what to compile?...

compiler-constructionagda

Read More
Parsing table size (bottom-up)...

parsingcompiler-constructionlr-grammarbottom-up

Read More
Inline assembly in compiler design...

parsingcompiler-constructionx86-64inline-assemblylanguage-design

Read More
Lexical Analysis - Extraction tokens from DFA constructed directly...

regexcompiler-constructionlexical-analysisdfanfa

Read More
An algorithm for compiler designing?...

algorithmcompiler-construction

Read More
BackNext