Search code examples
Why don't C++ compilers do better constant folding?...


c++compiler-constructioneigenautomatic-differentiationceres-solver

Read More
How was the first ever language compiled...


compiler-constructionbootstrapping

Read More
How do C compilers provide access to several memories?...


compiler-construction

Read More
Dot file not genearting for -view-isel-dags option...


compiler-constructionllvmgraphvizdotllc

Read More
What is the most efficient way to create a lexer?...


compiler-constructionlexerfinite-automata

Read More
How a control-statement, array, function (procedure) is compiled by a simple compiler?...


parsingcompiler-constructioncompilationconditional-compilation

Read More
LLVM IR nested phi instruction...


compiler-constructionllvmllvm-ir

Read More
What alternative syntax exist for C/C++? (think SPECS or Mirah)...


c++ccompiler-constructionsyntaxcode-generation

Read More
compiling assignment expression to bytecode...


cparsingcompiler-constructionbytecodeinterpreter

Read More
Having difficulties creating a "stand alone" compiler...


clinuxcompiler-constructionprogramming-languages

Read More
How can a symbol table be designed to support function overloading?...


c++data-structurescompiler-construction

Read More
Compiler: is implicit type conversion considered in parsing or semantic analysis?...


parsingcompilationcompiler-constructionclangsemantic-analysis

Read More
Confusion over the abstract formatting of an AST declaration of functions...


c++compiler-constructionabstract-syntax-treelanguage-theory

Read More
How is type inference implemented in a language like C++11 or Go?...


algorithmcompiler-constructiontype-inference

Read More
Can this grammar be parsed by both predictive recursive descent parser and the parser with backtrack...


parsingrecursive-descentleft-recursioncompiler-construction

Read More
Why specify a separate production for assignment operator with `=` literal instead of part `Assignme...


javascriptecmascript-6context-free-grammarcompiler-construction

Read More
Isn't an LR(0) parser using lookaheads as well?...


parsingcompiler-constructionll-grammarlr-grammarshift-reduce

Read More
Why was C not made a platform independent language?...


ccompiler-constructionplatform-independent

Read More
How does linker handle variables with different linkages?...


c++clinkercompiler-constructionoperating-system

Read More
Compiling Pascal function return value assignment...


haskellcompiler-constructionpascalsemantics

Read More
How to make Abstract Syntax Tree of few line of code not a complete file or class in java?...


javacompiler-constructionautomated-testsabstract-syntax-tree

Read More
Painlessly change type of a GlobalVariable...


c++compiler-constructionglobal-variablesllvm

Read More
System.Reflection.Emit - If Statement Generation...


c#reflectioncompiler-constructionclril

Read More
Why does main initialize stack frame when there are no variables...


cassemblycompiler-constructioncompiler-optimization

Read More
Converting SSA to stack machine...


compiler-constructioncilssastack-machine

Read More
Intermediate Code Generation on Functions...


compiler-constructionintermediate-language

Read More
(Compiler) else if(true) vs else scenario...


javaif-statementcompiler-constructionlanguage-lawyer

Read More
Why isn't pass struct by reference a common optimization?...


performanceoptimizationcompiler-constructionassemblystruct

Read More
Is it likely ever to be possible to compile from D 2.0 to Javascript?...


javascriptajaxweb-applicationscompiler-constructiond

Read More
Best ADT representation of AST...


parsinghaskellcompiler-constructionabstract-syntax-tree

Read More
BackNext