Commit Graph

7 Commits

Author SHA1 Message Date
whesse@google.com e128dd9f14 Remove old #import, #source, and #library syntax from tests/standalone.
BUG=dart:7066

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16106 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-13 13:06:04 +00:00
ager@google.com 28b43144e5 Update dart:io to convert strings between UTF8 and current code page
when interacting with the system.

What we get from and need to hand to the VM is utf8. What we
get from and need to hand to the system is in the current
code page.

R=sgjesse@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14851 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-13 15:03:23 +00:00
srdjan@google.com fc6afec8de Inline indexed load and store of typed array float64.
NavierStokes time improves from 34,775us to 12,000us (v8 runs NavierStokes in 16000 us).
Review URL: https://codereview.chromium.org//11092090

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13682 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-16 15:40:54 +00:00
srdjan@google.com f2f42283fa Fix crashes in intrinsified float32/float64 array setters when attempting to store a Smi. Added tests.
Review URL: https://codereview.chromium.org//11144021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13664 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-15 20:04:13 +00:00
srdjan@google.com 4d16e710a5 Apply John's change (Issue 11077007: Intrinsify Float64 array access on ia32 and x64.).
Review URL: https://codereview.chromium.org//11087087

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13576 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-11 19:44:47 +00:00
johnmccutchan@google.com d8df86d5b9 Intrinsify Float32Array_setIndexed on IA32 and X64
Review URL: https://codereview.chromium.org//11032011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13093 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-02 00:44:25 +00:00
johnmccutchan@google.com 3c93a72008 Intrinsify Float32Array_getIndexed on IA32 and X64.
BUG=

Review URL: https://chromiumcodereview.appspot.com//10911153

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13044 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-28 23:02:20 +00:00