Search code examples
jump/jump compilation strategy for stackless functions. (Using a link register manually instead of c...

assemblyx86compiler-constructioncalling-conventionmicro-optimization

Read More
Segfault on removing instruction in LLVM custom optimization pass...

compiler-constructionllvmcompiler-optimizationllvm-irllvm-c++-api

Read More
How to tokenizing a syntax from source code based on operators C#...

c#compiler-constructionlexer

Read More
How does referencing a variable declared AFTER a method work in Java?...

javacompiler-construction

Read More
How can I create an executable .exe PE file manually?...

windowscompiler-constructionlinkerexecutableportable-executable

Read More
In C++, what is the difference between new and new[] for array allocations...

c++arraysmemory-managementcompiler-constructiondynamic-memory-allocation

Read More
If clang is the front end of a compiler, then why it can produce executable file?...

compiler-constructionclangllvm

Read More
Synthesized vs Inherited Attributes...

parsingcompiler-constructionabstract-syntax-treecontext-free-grammarsemantic-analysis

Read More
global variable not found in llvm JIT symbol table...

c++compiler-constructionllvmjit

Read More
Undefined variable and the compiler optimization...

ccompiler-construction

Read More
Printing LLVM IR with c++ API for debugging IR generation...

c++compiler-constructionllvmllvm-c++-api

Read More
Can someone explained the pseudocode to more easy language?...

compiler-constructionpseudocode

Read More
LLVM pass for generating object code is giving segmentation fault...

c++compiler-constructionllvm

Read More
What is a clobber?...

compiler-constructionclangllvminline-assembly

Read More
Writing a compiler backend using LLVM: return value for statements...

c++compiler-constructionllvm

Read More
Find Where Syntax Error in Flex Yacc Happened...

compiler-constructionbisonyacclex

Read More
Separator, Comparison, Operator Token Types...

parsingcompiler-constructionlexical-analysis

Read More
Compiler Design - How does does automatic type casting occur when multiple cast levels away...

typescastingcompiler-constructionimplicit-conversion

Read More
Problems linking some libraries with riscv linker...

c++linuxmakefilecompiler-constructionmultiple-makefiles

Read More
How to use Flex and Bison (Lex/Yacc) to set line width in the output file?...

compiler-constructionbisonflex-lexeryacclex

Read More
yacc - rules never reduced and shift/reduce conflicts...

compiler-construction

Read More
CLR vs JIT...

c#compiler-constructionclrjit

Read More
Assembly Language for Compiler Development...

assemblycompiler-constructionnasmcompiler-development

Read More
g++ incomplete warning behaviour with dangling references...

c++compiler-constructiong++warnings

Read More
why top down parser cannot handle left recursion?...

parsingcompiler-constructionleft-recursion

Read More
How does LLVM translate three address LLVM IR `add` into X86 two address `add`?...

compiler-constructionllvm

Read More
How to track down LLVM verifyFunction error "Expected no forward declarations!"?...

c++debuggingcompiler-constructionllvmllvm-ir

Read More
Bison parser not reporting error within case statement...

compiler-errorscompiler-constructionbisonflex-lexer

Read More
Discussion of LR(1) items: meaning?...

parsingcompiler-constructionlr-grammar

Read More
Undefined reference to `yylex' in yyparse() while compiling using g++, bison and flex...

c++compiler-constructiong++bisonflex-lexer

Read More
BackNext