Kevin Millikin

Results 4 issues of Kevin Millikin

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...

@gbracha Section 10.9.1 Inheritance (3rd edition) defines inheritance of instance members in terms of accessible members of "a superclass" (i.e., the superclass or one of its superclasses) that are not...

specification
technical-debt

The spec for for loops describes a statement of the form `for (var v = e0; c; e) s`. There are some missing cases: 1. Multiple variables can be declared,...

specification
technical-debt

This is great for Clang assembler ARM 64 code. `brk` instructions seem to be highlighted as if it were an error. `rk` is highlighted in red. In principle this should...