Issue 12871010:
Replace scalarlist optimizations and split external array loads into two IL instructions. (Closed)
Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set:
Created 7 years, 9 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
3 // BSD-style license that can be found in the LICENSE file.
4
4
5 import "dart:math";
5 import "dart:math";
6import "dart:scalarlist";
6import "dart:typeddata";
OLD
NEW
« no previous file with comments
|
« no previous file
|
runtime/lib/math_patch.dart » ('j')
|
no next file with comments »
Issue 12871010: Replace scalarlist optimizations and split external array loads into two IL instructions.
(Closed)
Created 7 years, 9 months ago by Florian Schneider
Modified 7 years, 9 months ago
Reviewers: Vyacheslav Egorov (Google)
Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Comments: 12