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

Issue 2270483002: DBC: Fix more HTTP benchmark bailouts (Closed)

Created:
4 years, 4 months ago by zra
Modified:
4 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

DBC: Fix more HTTP benchmark bailouts HttpRequest(IOPerSecond) ~300 -> ~350 R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/b49de12f6c982e8e8e85971209b4c2f155cb778f

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -4 lines) Patch
M runtime/vm/constants_dbc.h View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 3 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
zra
4 years, 4 months ago (2016-08-22 22:31:04 UTC) #3
Florian Schneider
lgtm https://codereview.chromium.org/2270483002/diff/1/runtime/vm/simulator_dbc.cc File runtime/vm/simulator_dbc.cc (right): https://codereview.chromium.org/2270483002/diff/1/runtime/vm/simulator_dbc.cc#newcode2958 runtime/vm/simulator_dbc.cc:2958: *data = static_cast<uint8_t>(Smi::Value(RAW_CAST(Smi, FP[rC]))); static_cast needed? https://codereview.chromium.org/2270483002/diff/1/runtime/vm/simulator_dbc.cc#newcode2977 runtime/vm/simulator_dbc.cc:2977: ...
4 years, 4 months ago (2016-08-22 22:45:35 UTC) #4
zra
https://codereview.chromium.org/2270483002/diff/1/runtime/vm/simulator_dbc.cc File runtime/vm/simulator_dbc.cc (right): https://codereview.chromium.org/2270483002/diff/1/runtime/vm/simulator_dbc.cc#newcode2958 runtime/vm/simulator_dbc.cc:2958: *data = static_cast<uint8_t>(Smi::Value(RAW_CAST(Smi, FP[rC]))); On 2016/08/22 22:45:35, Florian Schneider ...
4 years, 4 months ago (2016-08-22 22:57:29 UTC) #5
zra
4 years, 4 months ago (2016-08-22 22:58:01 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b49de12f6c982e8e8e85971209b4c2f155cb778f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698