Search code examples
How does C-- compare to LLVM?...


ccompiler-constructioncode-generationllvmc-minus-minus

Read More
Why won't javac accept `x = x+++++y`?...


javacompiler-constructionjavac

Read More
Representing an Abstract Syntax Tree in C...


ccompiler-constructionstructtreeabstract-syntax-tree

Read More
How do I generate sentences from a formal grammar?...


compiler-constructioncomputer-sciencegrammarparsing

Read More
Why do lexers usually define a var as not being able to start with a number?...


parsingcompiler-constructionlexer

Read More
Which bitset implementation should I use for maximum performance?...


c++performancecompiler-constructionbitset

Read More
Branch prediction in compiler level...


compiler-constructionbranch-prediction

Read More
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?...


assemblyx86compiler-constructionnested-functionstack-frame

Read More
Compiling NASM on Mac OSX...


macosgcccompiler-constructionlinkernasm

Read More
Calculating administrative normal form...


compiler-constructionssaanf

Read More
Parsing extended lambda calculus using recursive descent...


parsingcompiler-constructiongrammarlambda-calculusll-grammar

Read More
How to handle forward references with type inference...


oopcompiler-errorscompiler-constructioncompiler-optimizationtype-inference

Read More
Do debugging information reveal code in C++ / MSVC?...


c++visual-c++compiler-constructionexe

Read More
From Object Code To executable...


assemblylinkercompiler-construction

Read More
What is the order of the scala compiler phases?...


scalacompiler-constructionscalac

Read More
Where is LLVM's interface for describing the instructions of an ISA?...


compiler-constructionllvminstruction-set

Read More
Translation limits of an identifier in C...


ccompiler-constructionlanguage-lawyerc99

Read More
Register based VM - byte order - push/load...


stackcompiler-constructionvirtual-machineendianness

Read More
What was ALGOL compiler originally programmed in?...


compiler-constructionhistoryalgol

Read More
Unpack / pack operator...


c++parsingcompiler-constructionoperator-keywordlanguage-design

Read More
Issue with Bison Parser for Handling for Loops (Syntax Error)...


compiler-constructionbisonyacclexcontext-free-grammar

Read More
vba-style compiler/gui for python...


pythonvbacompiler-construction

Read More
Writing a compiler in its own language...


compiler-constructionbootstrapping

Read More
How does the code generated by JIT compiler link with the program?...


compiler-constructionjitdynamic-linking

Read More
Convert EBNF to C# for compiler...


c#compiler-constructionebnf

Read More
What is the exact compiler optimization applied here expect for tail recursion elimination?...


ccompiler-constructioncompiler-optimizationtail-recursiondecompiler

Read More
Compiling vs Transpiling...


compiler-constructionabstractiontranspiler

Read More
Why is (void) 0 a no operation in C and C++?...


c++ccompiler-construction

Read More
How to handle function calls in a control flow graph with basic blocks...


optimizationcompiler-constructioncontrol-flow-graphintermediate-codetac

Read More
assign operator to variable in python?...


pythoncompiler-constructionoperators

Read More
BackNext