YoVDO

Building Optimising Compiler for Dart

Offered By: Strange Loop Conference via YouTube

Tags

Strange Loop Conference Courses Object-oriented programming Courses Compiler Design Courses Virtual Machines Courses Closures Courses Programming Language Design Courses

Course Description

Overview

Explore the development of a new compilation pipeline for the Dart virtual machine in this 31-minute conference talk from Strange Loop 2013. Delve into how Dart's language features, including class-based object-orientation, lexical scoping, closures, and optional static typing, influenced the design of the JIT compiler. Learn from Google software engineer Vyacheslav Egorov as he shares insights on how the team's experience with the V8 JavaScript engine shaped their decisions in building an optimizing compiler for Dart. Gain valuable knowledge about virtual machine technology, compiler design, and the challenges of implementing language features in a JIT compilation environment.

Syllabus

"Building optimising compiler for Dart" by Vyacheslav Egorov (2013)


Taught by

Strange Loop Conference

Tags

Related Courses

Building Your Own Programming Language
Frontend Masters
BeauĀ­tiful Racket
Independent
Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube
Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube
Flex - Lexical Analysis
Write your own Operating System via YouTube