Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in compiler-construction
Does the speed of programming language depend on compiler?
Sep 25, 2026
performance
compiler-construction
compilation
programming-languages
Is it possible to generate assembly code directly from a well-formed AST without translate to IR?
Sep 25, 2026
assembly
compiler-construction
llvm-ir
How to deal with the implicit 'cat' operator while building a syntax tree for RE(use stack evaluation)
Sep 23, 2026
parsing
compiler-construction
grammar
recursive-descent
expression-evaluation
Why does the expression `10 + 32` not use the stack while `10 + -32` does?
Sep 21, 2026
assembly
compiler-construction
stack
expression
x86-64
How to identify similar expressions for automatic function extraction?
Sep 21, 2026
compiler-construction
inline
compiler-optimization
Do interpreters actually pre compile in memory?
Sep 22, 2026
compiler-construction
theory
interpreter
How implement Try/Except/Finally in a made-up language interpreter with goto or similar?
Sep 20, 2026
exception
f#
compiler-construction
interpreter
control-flow
Portable multithreading support in bytecodes/intermediate languages/compiler backends?
Sep 18, 2026
multithreading
compiler-construction
bytecode
cil
llvm-ir
Remove choice-conflict without look ahead - JavaCC
Sep 15, 2026
java
regex
compiler-construction
javacc
How do I use JavaCC / JJTree to store tokens?
Sep 15, 2026
java
parsing
compiler-construction
javacc
Why the compiler cannot (always?) optimize code that has GOTO?
Sep 15, 2026
compiler-construction
goto
What differentiates syntax analysis and semantic analysis?
Sep 15, 2026
parsing
compiler-construction
language-agnostic
Does the included header file expand in the C file
Sep 14, 2026
c
compiler-construction
include
header-files
precompiler
Implementation of protected / private inheritance in compiler
Sep 11, 2026
c++
compiler-construction
Can we make assumptions over structs layouts?
Sep 12, 2026
c#
c
compiler-construction
interop
struct
Older Entries »