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

Issue 2924013004: core-jit: (Closed)

Created:
3 years, 6 months ago by rmacnak
Modified:
3 years, 6 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

core-jit: Adjust compilation trace format to be plain text friendly. Avoid writing functions we can't lookup in the trace. Fix tear off fuzzy matching. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/812c3423bcf31a89f9a1223e381ce62bd26d77c7

Patch Set 1 #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -16 lines) Patch
M runtime/tools/create_snapshot_bin.py View 2 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/compilation_trace.h View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/compilation_trace.cc View 1 2 5 chunks +47 lines, -12 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
rmacnak
3 years, 6 months ago (2017-06-08 01:03:30 UTC) #2
zra
https://codereview.chromium.org/2924013004/diff/20001/runtime/vm/compilation_trace.cc File runtime/vm/compilation_trace.cc (right): https://codereview.chromium.org/2924013004/diff/20001/runtime/vm/compilation_trace.cc#newcode78 runtime/vm/compilation_trace.cc:78: char* comma1 = FindCharacter(uri, ',', limit); Is memchr() portable? ...
3 years, 6 months ago (2017-06-08 03:10:31 UTC) #3
rmacnak
https://codereview.chromium.org/2924013004/diff/20001/runtime/vm/compilation_trace.cc File runtime/vm/compilation_trace.cc (right): https://codereview.chromium.org/2924013004/diff/20001/runtime/vm/compilation_trace.cc#newcode78 runtime/vm/compilation_trace.cc:78: char* comma1 = FindCharacter(uri, ',', limit); On 2017/06/08 03:10:30, ...
3 years, 6 months ago (2017-06-08 22:15:09 UTC) #4
zra
lgtm
3 years, 6 months ago (2017-06-08 22:49:42 UTC) #5
rmacnak
3 years, 6 months ago (2017-06-08 23:04:35 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
812c3423bcf31a89f9a1223e381ce62bd26d77c7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698