vault
Search
Search
Dark mode
Light mode
Explorer
Tag: bytecode
14 items with this tag.
Jun 13, 2026
BPF Bytecode and Disassembly
linux
linux/ebpf
ebpf
bpf
bytecode
disassembly
bpftool
llvm
btf
tooling
uncertain
Jun 13, 2026
BPF Instruction Set
linux
linux/ebpf
ebpf
bpf
instruction-set
bytecode
isa
encoding
rfc9669
standardization
Jun 01, 2026
Adaptive Specialization Families
python
python/internals
cpython
interpreter
bytecode
performance
faster-cpython
python/3.14
Jun 01, 2026
CPython Compilation Pipeline
python
python/internals
python/compiler
bytecode
compilation-pipeline
Jun 01, 2026
Code Objects
python
python/internals
python/compiler
bytecode
code-object
Jun 01, 2026
Compiler Optimization Passes
python
python/internals
python/compiler
bytecode
optimization
constant-folding
Jun 01, 2026
Comprehension Scoping
python
python/internals
python/functions
comprehensions
scoping
bytecode
pep-709
uncertain
Jun 01, 2026
Exception Handling Internals
python
cpython
exceptions
control-flow
bytecode
internals
Jun 01, 2026
The with Statement and Cleanup
python
python/internals
python/compiler
bytecode
with-statement
context-manager
exceptions
May 31, 2026
Bytecode Caching and pyc Files
python
python/internals
python/compiler
bytecode
pyc
import-system
marshal
May 31, 2026
Bytecode Compilation
python
python/internals
compiler
bytecode
code-generation
May 31, 2026
Cell Variables and Closures
python
python/internals
python/functions
closures
cell-variables
bytecode
May 31, 2026
Generators and the yield Mechanism
python-internals
cpython
generators
iterators
concurrency
bytecode
May 30, 2026
The Value Stack and Frame Evaluation
python
python/internals
python/interpreter
cpython
bytecode
frame
value-stack