Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Issue 363883004: Move typed_data library to external/patch split instead of having an entire separate dart2js librar… (Closed)

Created:
6 years, 5 months ago by Lasse Reichstein Nielsen
Modified:
6 years, 5 months ago
CC:
reviews_dartlang.org, herhut
Visibility:
Public.

Description

Move typed_data library to external/patch split instead of having an entire separate dart2js library. R=floitsch@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=38112

Patch Set 1 #

Patch Set 2 : Split back into impl library and patch file. Impl library cna now use "native". #

Patch Set 3 : Add runtimeType too #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2170 lines, -3422 lines) Patch
A sdk/lib/_internal/lib/native_typed_data.dart View 1 2 1 chunk +1992 lines, -0 lines 1 comment Download
A sdk/lib/_internal/lib/typed_data_patch.dart View 1 2 1 chunk +175 lines, -0 lines 1 comment Download
M sdk/lib/_internal/libraries.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
D sdk/lib/typed_data/dart2js/native_typed_data_dart2js.dart View 1 chunk +0 lines, -975 lines 0 comments Download
D sdk/lib/typed_data/dart2js/typed_data_dart2js.dart View 1 chunk +0 lines, -2444 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Lasse Reichstein Nielsen
6 years, 5 months ago (2014-07-03 12:27:59 UTC) #1
Lasse Reichstein Nielsen
https://codereview.chromium.org/363883004/diff/40001/sdk/lib/_internal/lib/native_typed_data.dart File sdk/lib/_internal/lib/native_typed_data.dart (right): https://codereview.chromium.org/363883004/diff/40001/sdk/lib/_internal/lib/native_typed_data.dart#newcode1320 sdk/lib/_internal/lib/native_typed_data.dart:1320: NativeFloat32x4.fromInt32x4Bits(NativeInt32x4 x) { It looks wrong (heck, it is ...
6 years, 5 months ago (2014-07-03 12:32:12 UTC) #2
floitsch
LGTM.
6 years, 5 months ago (2014-07-03 14:14:29 UTC) #3
Søren Gjesse
LGTM!
6 years, 5 months ago (2014-07-04 09:45:22 UTC) #4
Lasse Reichstein Nielsen
Committed patchset #3 manually as r38112 (presubmit successful).
6 years, 5 months ago (2014-07-10 09:01:06 UTC) #5
sra1
This CL regresses many benchmarks: Misc/Box2D benchmarks by 8-9% MeshDecompression by 2.5% Sudoku by 6%
6 years, 5 months ago (2014-07-18 17:36:34 UTC) #6
floitsch
6 years, 5 months ago (2014-07-18 17:39:19 UTC) #7
Message was sent while issue was closed.
On 2014/07/18 17:36:34, sra1 wrote:
> This CL regresses many benchmarks:
> Misc/Box2D benchmarks by 8-9%
> MeshDecompression by 2.5%
> Sudoku by 6%

I guess it's for the same reason as http://dartbug.com/20012.

Powered by Google App Engine
This is Rietveld 408576698