Search code examples
Checking Python code correctness...

pythoncompiler-constructioncorrectness

Read More
What is the BNF of BNF? i.e. How do we define a BNF meta-grammar?...

compiler-constructioncode-generation

Read More
Which programming languages have JIT compilers?...

compiler-constructionprogramming-languagesjit

Read More
Are compiler optimizations safe?...

compiler-constructioncompiler-errors

Read More
How does a compiler store information about an array's size?...

c++arrayscompiler-constructioninternals

Read More
Why would I use a lexer and not directly parse code?...

parsingcompiler-constructioninterpreterlexer

Read More
How would one implement a standard library for a language they've developed?...

assemblylinkercompiler-constructionllvm

Read More
C Programming - Writing text file that compiles itself...

cfilecompiler-constructioncc

Read More
Why does full `constexpr` enabling of a data structure cause the compiled code to be bigger?...

c++templatescompiler-constructionconstexprconstexpr-function

Read More
Do basic block parameters mean code locality?...

parameterscompilationcompiler-constructionintermediate-languagessa

Read More
How compilers rearranging variables optimizes the code?...

memorycompiler-construction

Read More
Is C open source?...

ccompiler-constructionopen-source

Read More
Why the optimization, division-by-constant is not implemented in LLVM IR?...

mathoptimizationcompiler-constructionllvm

Read More
Why peephole optimization is done on assembly code but not on IR code?...

assemblycompiler-constructioncompiler-optimizationpeephole-optimization

Read More
Why are modules explicitly named in files?...

compiler-constructiondlanguage-design

Read More
How to run alias analysis (AAManager) with the new pass manager in LLVM...

compiler-constructionllvm

Read More
Is there a backend optimizer in LLVM?...

c++ccompiler-constructionllvm

Read More
Compiler Construction Overlapping First Sets...

compiler-constructioncontext-free-grammar

Read More
How does compiler fetch elements from array of objects in constant time?...

arrayscompiler-construction

Read More
How to properly reuse symbol table in a multi-pass compiler...

compiler-constructioncode-generationcompiler-optimizationsymbol-table

Read More
I am writing a lex code in which the regular expression section is given exactly like in the detaile...

ccompiler-constructionlex

Read More
How are names and function bodies stored in CPython Code Objects?...

pythonccompiler-constructionbytecodecpython

Read More
Prolog-based interpreter...

prologinterpreterdcgcompiler-construction

Read More
Should a merge failure stop the LR(1) to LALR(1) conversion...

parsingcompiler-constructionlr-grammarlalr

Read More
How many cores do I need to use when I want to benchmark the performance of my compiler?...

gcccompiler-constructionllvm

Read More
Is it possible for the Vb.Net compiler to switch on an "Unreachable code" warning?...

vb.netcompiler-construction

Read More
Difference between XXXISelDAGToDAG and XXXISelLowering in llvm...

compiler-constructionllvm

Read More
How to lookup a type used in a module by name in LLVM?...

compiler-constructionllvmllvm-ir

Read More
C++ where intermediate value store?...

c++gcccompiler-construction

Read More
dyld: lazy symbol binding failed: Symbol not found: _yylex...

c++macoscompiler-constructionflex-lexer

Read More
BackNext