Search code examples
How does a debugger like GDB handle code optimizations made by compilers like ICC/GCC?...


compiler-constructiongdb

Read More
How can a C compiler be written in C?...


ccompiler-constructionkernighan-and-ritchie

Read More
Compiler three address code program in c language...


compiler-construction

Read More
From which line java compiler starts checking the coding lines...


javacompiler-construction

Read More
How does the compiler know that the comma in a function call is not a comma operator?...


cfunctioncompiler-constructioncomma-operator

Read More
Is Go 1.5's bootstrapped compiler slower than the Go 1.4 compiler written in C?...


gocompiler-constructionprogramming-languages

Read More
Is the swift-2.0 compiler self-hosting?...


swiftcompiler-construction

Read More
Are the optimizations done in LTO the same as in normal compilation?...


c++optimizationcompiler-constructiong++llvm

Read More
Why does inserting characters into an executable binary file cause it to "break"?...


clinuxcompiler-constructionlinkerhex-editors

Read More
How to resolve conflict in choice in multiple choices case that have the same token...


compiler-constructionlexerjavacc

Read More
How to extend a ELF binary...


compiler-constructionlinkerbinaryelf

Read More
How to resolve conflict between two choices starting with same tokens in javacc...


compiler-constructionlexerjavacc

Read More
Writing a compiler in C#, generating C vs IL?...


c#ccompiler-constructioncode-generationcil

Read More
verify if each global variable is used...


compiler-constructionjavacc

Read More
Generate IL to decrease counter in for loop...


c#compiler-constructioncode-generationcilreflection.emit

Read More
How does the java compiler know of inherited methods?...


javainheritancecompiler-construction

Read More
Writing Compilers, Lexical Analysis?...


compiler-constructionlinked-listtheoryanalysislexical

Read More
How to avoid undesired constant folding performed by LLVM's code generator?...


compiler-constructiongarbage-collectionllvmrelocationllc

Read More
Tiny assembler translator for student project...


assemblycompiler-constructioncode-translation

Read More
Translating a language to another...


compiler-constructionlanguage-agnosticprogramming-languagescode-translation

Read More
Language Design issues with including libraries...


c++compiler-constructionlanguage-designcode-translation

Read More
Correct compiler terminology...


assemblycompiler-constructionlinkerpreprocessorterminology

Read More
Bison/Flex String Token Recognition...


stringcompiler-constructionbison

Read More
How method-based JIT compiler handles class field members...


compiler-constructioncompilationbytecodejitbytecode-manipulation

Read More
What kinds of patterns could I enforce on the code to make it easier to translate to another program...


phppythoncompiler-constructioncoding-styleabstract-syntax-tree

Read More
Distinguish operator precedence when traversing AST...


javascriptparsingcompiler-constructionabstract-syntax-treepeg

Read More
BISON AST production prints scrambled values...


ccompiler-constructionbisonabstract-syntax-treeyacc

Read More
Is Python 3.5's grammar LL(1)?...


pythonparsingcompiler-constructiongrammar

Read More
How do I construct abstract syntax trees from a list of tokens using a context-free grammar?...


javascriptparsingcompiler-constructionabstract-syntax-treecontext-free-grammar

Read More
Cannot find cause of 'syntax error' message in Bison...


ccompiler-constructionbisonyacclex

Read More
BackNext