Search code examples
What compiler technology does jump label analysis and generation?...

compilationcompiler-construction

Read More
Python interpretation model in comparison to direct and virtual machine compilation...

pythoncompiler-constructionscriptinginterpretervm-implementation

Read More
Why does the Wasm GC design address things like type equality, tagging, subtypes, and methods?...

compiler-constructiongarbage-collectionprogramming-languageswebassembly

Read More
Handling calls to (potentially) far away ahead-of-time compiled functions from JITed code...

assemblyrustcompiler-constructionx86-64jit

Read More
How is standard library for programming language implemented?...

compiler-constructionlinkerlanguage-agnosticobject-files

Read More
How to do type checking for a recursive function with no explicit return type?...

functionrecursioncompiler-constructiontypecheckingfunction-call

Read More
Is there a symbol table for local variables stored within a stack frame?...

compiler-constructionsymbol-tablestack-frame

Read More
Do any languages have neither an interpreter nor a compiler?...

compiler-constructioninterpreter

Read More
ANTLR4: Use getText() in label of python...

python-3.xcompiler-constructionantlr

Read More
Flex & Bison Simple BNF calculator constant output of zero...

compiler-constructionbisonflex-lexerbnf

Read More
Using Listener with Antlr4: How does the compiler know how to treat a variable lvalue as opposed to ...

compiler-constructionantlr4

Read More
How exactly does java compilation take place?...

javacompiler-constructionjvm

Read More
How Do C++ Compilers Merge Identical String Literals...

c++visual-c++compiler-constructionlinker

Read More
Creating a small programming language for beginners...

compiler-constructionprogramming-languageslanguage-designbisonyacc

Read More
How does my instruction know what the address on the operand stack points to?...

compiler-constructionstack-machine

Read More
ANTLR lexer mismatches tokens...

compiler-constructionparsingantlrtokenizelexer

Read More
How to embed metadata in object file from GCC plugin...

gcccompiler-constructiongcc-plugins

Read More
While working on a compiler for a project, I had a problem with a certain type of production...

compiler-constructionbisonflex-lexer

Read More
Flex/Bison: Multiple definition of 'said function'...

compiler-constructionbisonflex-lexerc-minus-minus

Read More
How is the ">" operator implemented (on 32-bit integers)?...

x86compiler-constructionintegerlanguage-agnosticcomparison

Read More
Determining whether a token is the first on a line...

parsingcompiler-constructiontokenize

Read More
What's the pass in GCC handles const strings?...

gcccompiler-constructionelf

Read More
Python to Mathematica...

pythonpython-3.xcompiler-constructionwolfram-mathematica

Read More
Constructing a simple interpreter...

c#architecturecompiler-constructionprogramming-languages

Read More
How is language specification created...

javaccompiler-construction

Read More
How does an interpreter/compiler work...

compiler-constructioninterpreter

Read More
how to change the arguments of main function before running it...

ccompiler-constructionprogram-entry-point

Read More
what does $1 means in yacc, and how can I get its value...

ccompiler-constructionbisonyacc

Read More
Why is this compiler output wrong when setjmp is involved?...

ccompiler-construction

Read More
How to understand IN DEPTH gcc compiler?...

gcccompilationcompiler-construction

Read More
BackNext