Comparativa de precios
-
Amazon
Mejor opción
21,72 € Envío gratisTotal 21,72 € 2 días
Compras directamente en la tienda oficial, al mismo precio que yendo por tu cuenta. Los precios y la disponibilidad pueden variar; cada oferta indica cuándo se consultó su precio si no es reciente.
Sobre este libro
What does a compiler frontend really do? Beyond parsing and type checking, the frontend is where meaning is established, ambiguity is resolved, and long-term contracts are formed. Decisions made here—often quietly—shape optimization, code generation, diagnostics, compatibility, and developer trust for years. The Compiler Frontend is a deep technical reflection on that responsibility. Rather than focusing on language features or implementation recipes, this book examines the frontend as a discipline of judgment. It explores how frontends absorb the weight of language evolution, legacy behavior, configuration policy, pathological inputs, and self-reference—and why small frontend decisions often have disproportionate consequences. Topics include: Why frontend failures are frequently misattributed downstream How compatibility, diagnostics, and traceability interact over time The hidden cost of representation shortcuts and configuration ambiguity What machine-generated and adversarial inputs reveal about frontend design Why self-build is an epistemic stress test, not just a bootstrap step How frontend performance impacts developer productivity, not just build times This is not an introductory guide, nor a catalog of techniques. It is written for experienced engineers, architects, and system designers who work on compilers, language tooling, large codebases, or any software that must evolve without breaking trust. If you have ever debugged a miscompilation, migrated a language, maintained compatibility under pressure, or struggled to explain why a build behaved the way it did, this book will give you a clearer lens for understanding where responsibility truly lies.