From Source Code To Machine Code

Douban Goodreads
From Source Code To Machine Code

Zum Bewerten, Kommentieren oder Hinzufügen des Artikels zu deiner Sammlung, musst du dich anmelden oder registrieren.

ISBN: 9798395129604
Autor/in: James Smith
Buchformat: Taschenbuch
anderer Titel: From Source Code To Machine Code: Build Your Own Compiler From Scratch
Verlag: Independently published
Veröffentlichungsdatum: 2023 -5
Sprache: English
Einband: Paperback
Anzahl der Seiten: 117

/ 10

0 Bewertungen

Nicht genug Bewertungen
Leihen oder Kaufen

Build Your Own Compiler From Scratch

James Smith   

Übersicht

Ever wondered how computers turn source code into working software? You can learn the art by building your own mini-compiler.
A succinct book walks through a minimal yet complete compiler implementation. Compiles a static-typed language into x64 ELF executables.

contents

Contents
Part I: Interpreter
Introduction
A Simple Calculator
Interpreter: Variables and Scopes
Interpreter: Control Flows and Functions
Part II: Bytecode Compiler
How Computers Work
The Virtual Machine and Bytecode
Compiler: Variables and Expressions
Compiler: Control Flows
Compiler: Functions and Non-Local Variables
Part III: Machine Code
A Crash Course on x64 Assembly
The x64 Instruction Encoding
From Virtual Machine to Real Machine
Binary Executables
Pointers and Memory

Kommentare
Rezensionen
笔记