Support new IR in V8 Turbolizer
- Mentors
- Nico Hartmann, Tobias Tebbi
- Organization
- Chromium
- Technologies
- c++, typescript
- Topics
- web, V8, Turbolizer
V8 is adding a new intermediate representation (IR) to the TurboFan optimizing JavaScript compiler. The new IR is called TurboShaft. For the old IR, there is Turbolizer, a web-based tool to inspect the IR, which is important for debugging the optimizing compiler. This project is about extending Turbolizer to also support the new IR.