dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

ensure that the console matcher regex is not expensive #1078

Closed devoncarew closed 8 years ago

devoncarew commented 8 years ago

Verify that the console matcher regex is not expensive (https://github.com/dart-atom/dartlang/blob/master/lib/launch/console.dart#L294).

devoncarew commented 8 years ago

Turns out the perf issue is not with the regex.