Add support in the dart VM build process to enable boot strapping of the Dart Front End #30374
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Currently the dart VM build process uses the C++ VM parser to run the Dart Front End, this needs to change as we will be deleting the C++ VM parser. We need a scheme of storing a bootstrapped version of the Dart Front End as a kernel dill file and use taht to bootstrap the build process.
The text was updated successfully, but these errors were encountered: