Search code examples
What's the advantage of compiler instruction scheduling compared to dynamic scheduling?...


compiler-constructioncpucompiler-optimizationcpu-architecturevliw

Read More
How to modify all items of a crate in a compiler plugin?...


compiler-constructionrustrust-compiler-plugin

Read More
C# Emit IL -- push value of some object onto stack?...


c#.netreflectioncompiler-constructionemit

Read More
C# grammar: What character is the "new line" character?...


c#compiler-constructiongrammarline-endings

Read More
C# Dragon Book (Lexical analysis) How to handle literals...


c#dictionarycompiler-constructionlexer

Read More
Use flex to uppercase C comments...


compiler-constructionflex-lexerlex

Read More
Design Compiler - Join and Meet type...


typescompiler-constructiontypecheckingtype-systems

Read More
Good languages to write a compiler for...


compiler-constructionprogramming-languages

Read More
How to compile ARM EABI toolchain?...


linuxgcccompiler-constructionarmtoolchain

Read More
Does a const instantiation of a custom class make *everything* in the class constant too?...


c++compiler-constructionconstantsconst-iterator

Read More
What is the difference beetwen bytecode and object code?...


java.netcompiler-constructionvirtual-machinecomputer-science

Read More
Is it possible to write a Just In Time (JIT) compiler for Haskell?...


haskellcompiler-constructionjit

Read More
what is the motivation for the existence of specific clang versions (like the emscripten one)?...


compiler-constructionclangllvmemscripten

Read More
how to determine the '*' character is an operator or a punctuator at the step of lexical ana...


compiler-construction

Read More
Case in which Maximum Fixed Point fails...


compiler-constructionllvmcompiler-optimization

Read More
Visitor pattern and compiler code generation, how to process assignment?...


design-patternscompilationcompiler-constructioncode-generationvisitor-pattern

Read More
Constant propagation in llvm...


compiler-constructionllvmcompiler-optimizationllvm-clang

Read More
How to transform a flow chart into an implementation?...


algorithmmathcompiler-constructionbuild-automation

Read More
How to eliminate this Left Recursion for LL Parser...


parsingcompiler-constructioncontext-free-grammarll-grammar

Read More
What are the subphases of the semantics analysis compiler phase?...


javac++ccompiler-construction

Read More
How does Swift disambiguate Type Arguments in Expression Contexts?...


swiftgenericscompiler-constructiongrammarambiguous-grammar

Read More
How does an uninitiliazed variable get a garbage value?...


cvariablescompiler-constructionprogramming-languagesinitialization

Read More
Resolving left-recursion in my grammar...


parsingrecursioncompiler-constructiongrammarleft-recursion

Read More
Segmentation fault (core dumped) when making compliation...


assemblycompilationcompiler-construction

Read More
Roslyn - Throw build error...


c#compiler-constructioncode-analysisroslynroslyn-code-analysis

Read More
Custom Scala REPL Issues...


scalacompiler-constructionread-eval-print-loop

Read More
Finding error in JavaCC parser/lexer code...


parsingcompiler-constructionjavacc

Read More
Parsing Java Source Code...


javaalgorithmparsingcompiler-constructionlogic

Read More
How can I determine if user's input is empty?...


parsingcompiler-constructionjavacc

Read More
BNFC Bad Coercion in rule...


compiler-constructiongrammarbnfc

Read More
BackNext