/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.polarsignals.com
| | tenthousandmeters.com
3.4 parsecs away

Travel
| | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we...
| | nikhilism.com
2.2 parsecs away

Travel
| | [AI summary] A technical post explaining how Dropbox engineers reverse-engineered CPython's internal memory structures to implement robust Python stack tracing within their out-of-process crash reporting tool, Crashpad.
| | eli.thegreenplace.net
2.2 parsecs away

Travel
| | [AI summary] This article explains how to add a new 'until' statement to Python's compiler by modifying its grammar, AST generation, and bytecode compilation processes.
| | www.wingolog.org
23.7 parsecs away

Travel
| wingolog: article: inside full-codegen, v8's baseline compiler