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

Issue 11878006: Fix printing of the function that cannot be optimized. (Closed)

Created:
7 years, 11 months ago by srdjan
Modified:
7 years, 11 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix printing of the function that cannot be optimized. Committed: https://code.google.com/p/dart/source/detail?r=16997

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -38 lines) Patch
M runtime/vm/code_generator.cc View 1 18 chunks +38 lines, -38 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
TBR
7 years, 11 months ago (2013-01-11 23:04:49 UTC) #1
siva
lgtm https://codereview.chromium.org/11878006/diff/1/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/11878006/diff/1/runtime/vm/code_generator.cc#newcode1386 runtime/vm/code_generator.cc:1386: OS::Print("Not Optimizable: %s\n", function.ToFullyQualifiedCString()); We could start using ...
7 years, 11 months ago (2013-01-11 23:08:13 UTC) #2
srdjan
7 years, 11 months ago (2013-01-11 23:12:08 UTC) #3
Switched all OS::Print to OS::PrintErr inside code_generator.cc

Powered by Google App Engine
This is Rietveld 408576698