Skip to content
TopicTracker
From bernsteinbear.comView original
TranslationTranslation

Travel notes: PLDI Boulder

A programmer shares daily notes from attending PLDI in Boulder, detailing workshop participation, collaborative coding on Datalog and Knuth-Bendix, meeting researchers, and social activities.

Background

- **PLDI** (Programming Language Design and Implementation) is a top academic conference where researchers present new compiler techniques, type systems, and verification tools. The author works on ZJIT, a just-in-time compiler. - **E-graphs** / **equality saturation** are compiler techniques for representing and exploring many equivalent program rewrites efficiently. **Knuth-Bendix completion** is an algorithm that turns rewrite rules into a canonical system — making equality checking decidable. - **Sea of Nodes** is a compiler IR (used in Java's HotSpot VM) where data dependencies replace control flow. **Alive2** formally verifies LLVM compiler optimizations. **Datalog** is a logic-programming language used in program analysis. - **Linear scan register allocation** assigns CPU registers to program variables; **byte-pair encoding (BPE)** tokenizes text for LLMs and compression. - Many named people (John Regehr, Max Willsey, Ben Titzer, Slava Pestov) are well-known PL/compiler researchers.

Related stories

  • Jimmy Wales announced that Wikipedia was live at wikipedia.com on January 15, 2001. The site was intended to be a "really quite snazzy" wiki complement to the Nupedia project, offering a more collaborative and less formal environment for building an encyclopedia.

  • OpenAI has announced Daybreak, a new initiative focused on advancing AI safety and alignment research to ensure artificial general intelligence benefits humanity.

  • SpaceX has announced plans to launch approximately one million satellites to create space-based data centres, according to the European Southern Observatory (ESO). The massive satellite constellation would significantly increase the number of objects in orbit, raising concerns about light pollution and interference with astronomical observations.

  • Ars Technica reports on the aftermath of the catastrophic failure of Blue Origin's New Glenn rocket, examining the investigation into the cause of the anomaly, the impact on the company's launch schedule and contracts, and the broader implications for the commercial space industry.