Files
sdk/runtime
hausner@google.com a75b05bc31 Don’t search scope of top-level class twice
When resolving an identifier in top-level code, we don’t need
to search the class scope. That scope is searched again when
resolving the identifier in the library scope.

Sadly, the change makes no measurable difference. It’s just a drop
in the bucket.

R=regis@google.com

Review URL: https://codereview.chromium.org//1092053003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45249 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-17 18:08:12 +00:00
..
2015-04-15 15:49:50 +00:00
2015-03-26 19:23:14 +00:00
2015-04-08 23:59:23 +00:00