CHAPTER 7

image

Optimizing for Dart VM and Dartium

Throughout this book we mentioned Dartium and Dart Virtual Machine when we’ve talked about how to run our applications.

In this chapter we’re going to look at what they are and how to use them. In addition we’ll show you what the checked mode is and how to optimize your Dart applications deactivating this mode when you’re ready to deploy them.

Dart Virtual Machine

Dart Virtual Machine or Dart VM is the virtual machine of Dart. As happens with Java, Dart needs an interpreter who can recognize and run Dart code.

What is a Virtual Machine?

A virtual machine (VM) is an emulation of a particular computer ...

Get Web Programming with Dart now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.