Files
sdk/runtime
sgjesse@google.com a9fecab434 Fix performance of readLine
Using getRange to chop off the front of the list of char codes for
each line read was to slow. Use an offset into the list instead and
throw away the list when all char codes have been read.

R=ager@google.com

BUG=
TEST=

Review URL: http://codereview.chromium.org//8769039

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2023 260f80e4-7a28-3924-810f-c04153c831b5
2011-12-02 14:38:46 +00:00
..
2011-12-02 14:38:46 +00:00
2011-12-01 23:19:59 +00:00
2011-12-01 23:19:59 +00:00
2011-10-05 05:20:07 +00:00