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

Issue 10908185: Do not allocate a buffer of 64KB by default when writing a message out. Start (Closed)

Created:
8 years, 3 months ago by siva
Modified:
8 years, 3 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix for issue 1204. Do not allocate a buffer of 64KB by default when writing a message out. Start with a much smaller buffer. FOr script and full snapshots the buffer allocated remains 64 KB. Committed: https://code.google.com/p/dart/source/detail?r=12153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -17 lines) Patch
M vm/dart_api_message.h View 1 chunk +2 lines, -1 line 0 comments Download
M vm/datastream.h View 3 chunks +8 lines, -8 lines 0 comments Download
M vm/object.cc View 1 chunk +2 lines, -1 line 0 comments Download
M vm/snapshot.h View 5 chunks +14 lines, -6 lines 0 comments Download
M vm/snapshot_test.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
8 years, 3 months ago (2012-09-11 01:04:00 UTC) #1
regis
8 years, 3 months ago (2012-09-11 01:08:38 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698