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

Issue 221943002: Speed up snapshots of *int8lists, by using memmove. (Closed)

Created:
6 years, 8 months ago by Anders Johnsen
Modified:
6 years, 8 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Speed up snapshots of *int8lists, by using memmove. BUG=https://code.google.com/p/dart/issues/detail?id=17951 R=asiva@google.com, sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=34649

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -21 lines) Patch
M runtime/vm/dart_api_message.cc View 2 chunks +25 lines, -7 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 3 chunks +10 lines, -14 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Anders Johnsen
6 years, 8 months ago (2014-04-02 09:17:50 UTC) #1
Søren Gjesse
lgtm, but wait for Siva.
6 years, 8 months ago (2014-04-02 10:10:26 UTC) #2
siva
lgtm
6 years, 8 months ago (2014-04-02 15:49:31 UTC) #3
Anders Johnsen
Committed patchset #1 manually as r34649 (presubmit successful).
6 years, 8 months ago (2014-04-02 15:53:31 UTC) #4
Ivan Posva
6 years, 8 months ago (2014-04-03 05:41:01 UTC) #5
Message was sent while issue was closed.
DBC -ip

https://codereview.chromium.org/221943002/diff/1/runtime/vm/raw_object_snapsh...
File runtime/vm/raw_object_snapshot.cc (right):

https://codereview.chromium.org/221943002/diff/1/runtime/vm/raw_object_snapsh...
runtime/vm/raw_object_snapshot.cc:2344: case kTypedDataFloat32ArrayCid:
You should consider doing the same for Float32 and Float64 at least. They don't
compress very well using the current compression algorithm, which has been tuned
for small integer values.

Powered by Google App Engine
This is Rietveld 408576698