In dart2js we don't necessarily compile a method from end-to-end all at one time. IR Hydra shows distinct passes as as separate methods. I guess sorting them by reopt puts them close together, but it would be nice to support merging them in the UI or indicating that they were part of the same compilation pipeline in the input file.

In dart2js we don't necessarily compile a method from end-to-end all at one time. IR Hydra shows distinct passes as as separate methods. I guess sorting them by reopt puts them close together, but it would be nice to support merging them in the UI or indicating that they were part of the same compilation pipeline in the input file.