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

Issue 1711163002: Remove more things (Closed)

Created:
4 years, 10 months ago by Cutch
Modified:
4 years, 7 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

Remove more things (stripped) dart_product before: 5307888 (stripped) dart_product after: 5275088 Reduction in size: 32800 bytes. Removed entirely: - debuginfo* - elfgen* - gdbjit* - TraceBuffer - vtune support Removed in product: - Compiler stats - Code observers R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/fda3a9bc2b66f68fc4ff8e7d241ec8366ab0a134

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -1691 lines) Patch
M runtime/lib/identical.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/lib/object.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/benchmark_test.cc View 4 chunks +12 lines, -0 lines 2 comments Download
M runtime/vm/class_finalizer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_observers.h View 2 chunks +3 lines, -0 lines 2 comments Download
M runtime/vm/code_observers.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/compiler_stats.h View 1 chunk +6 lines, -4 lines 0 comments Download
M runtime/vm/compiler_stats.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/dart.cc View 2 chunks +4 lines, -0 lines 2 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
D runtime/vm/debuginfo.h View 1 chunk +0 lines, -102 lines 0 comments Download
D runtime/vm/debuginfo_android.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D runtime/vm/debuginfo_linux.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D runtime/vm/elfgen.h View 1 chunk +0 lines, -509 lines 0 comments Download
M runtime/vm/flag_list.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 chunk +0 lines, -1 line 0 comments Download
D runtime/vm/gdbjit_android.h View 1 chunk +0 lines, -15 lines 0 comments Download
D runtime/vm/gdbjit_android.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D runtime/vm/gdbjit_linux.h View 1 chunk +0 lines, -15 lines 0 comments Download
D runtime/vm/gdbjit_linux.cc View 1 chunk +0 lines, -84 lines 0 comments Download
M runtime/vm/isolate.h View 3 chunks +1 line, -11 lines 0 comments Download
M runtime/vm/isolate.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M runtime/vm/os_android.cc View 4 chunks +5 lines, -46 lines 0 comments Download
M runtime/vm/os_linux.cc View 3 chunks +6 lines, -260 lines 1 comment Download
M runtime/vm/parser.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/timer.h View 1 chunk +0 lines, -2 lines 0 comments Download
D runtime/vm/trace_buffer.h View 1 chunk +0 lines, -70 lines 0 comments Download
D runtime/vm/trace_buffer.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D runtime/vm/trace_buffer_test.cc View 1 chunk +0 lines, -110 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 5 chunks +0 lines, -13 lines 0 comments Download
D runtime/vm/vtune.h View 1 chunk +0 lines, -28 lines 0 comments Download
D runtime/vm/vtune.cc View 1 chunk +0 lines, -33 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Cutch
4 years, 10 months ago (2016-02-18 22:12:40 UTC) #6
siva
lgtm https://codereview.chromium.org/1711163002/diff/1/runtime/vm/benchmark_test.cc File runtime/vm/benchmark_test.cc (right): https://codereview.chromium.org/1711163002/diff/1/runtime/vm/benchmark_test.cc#newcode403 runtime/vm/benchmark_test.cc:403: #endif // !PRODUCT Could we move this up ...
4 years, 10 months ago (2016-02-18 23:34:03 UTC) #7
Cutch
https://codereview.chromium.org/1711163002/diff/1/runtime/vm/benchmark_test.cc File runtime/vm/benchmark_test.cc (right): https://codereview.chromium.org/1711163002/diff/1/runtime/vm/benchmark_test.cc#newcode403 runtime/vm/benchmark_test.cc:403: #endif // !PRODUCT On 2016/02/18 23:34:02, siva wrote: > ...
4 years, 10 months ago (2016-02-22 16:05:44 UTC) #8
Cutch
Committed patchset #1 (id:1) manually as fda3a9bc2b66f68fc4ff8e7d241ec8366ab0a134 (presubmit successful).
4 years, 10 months ago (2016-02-22 16:53:16 UTC) #10
Vyacheslav Egorov (Google)
https://codereview.chromium.org/1711163002/diff/1/runtime/vm/os_linux.cc File runtime/vm/os_linux.cc (left): https://codereview.chromium.org/1711163002/diff/1/runtime/vm/os_linux.cc#oldcode133 runtime/vm/os_linux.cc:133: class JitdumpCodeObserver : public CodeObserver { How I am ...
4 years, 7 months ago (2016-05-10 09:24:16 UTC) #12
Cutch
4 years, 7 months ago (2016-05-10 20:52:15 UTC) #13
Message was sent while issue was closed.
On 2016/05/10 09:24:16, Vyacheslav Egorov (Google) wrote:
> https://codereview.chromium.org/1711163002/diff/1/runtime/vm/os_linux.cc
> File runtime/vm/os_linux.cc (left):
> 
>
https://codereview.chromium.org/1711163002/diff/1/runtime/vm/os_linux.cc#oldc...
> runtime/vm/os_linux.cc:133: class JitdumpCodeObserver : public CodeObserver {
> How I am supposed to profile JIT code with CPU counters now? 
> 

We removed it because we thought no one was using it, feel free to add it back.

Powered by Google App Engine
This is Rietveld 408576698