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

Issue 8507008: MIPS: Enable the V8 profiler on MIPS. (Closed)

Created:
9 years, 1 month ago by kisg
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Enable the V8 profiler on MIPS. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9926

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5 lines) Patch
M src/platform-linux.cc View 2 chunks +3 lines, -5 lines 3 comments Download

Messages

Total messages: 6 (0 generated)
kisg
9 years, 1 month ago (2011-11-09 11:03:35 UTC) #1
Søren Gjesse
Redirecting to Yang
9 years, 1 month ago (2011-11-09 11:04:21 UTC) #2
mnaganov (inactive)
http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc File src/platform-linux.cc (right): http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc#newcode1009 src/platform-linux.cc:1009: #elif V8_HOST_ARCH_MIPS Does it compile at all? Looks simply ...
9 years, 1 month ago (2011-11-09 11:26:22 UTC) #3
Yang
http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc File src/platform-linux.cc (right): http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc#newcode1009 src/platform-linux.cc:1009: #elif V8_HOST_ARCH_MIPS On 2011/11/09 11:26:22, Mikhail Naganov (Chromium) wrote: ...
9 years, 1 month ago (2011-11-09 11:36:04 UTC) #4
mnaganov (inactive)
LGTM with a comment. I'd also remove empty BUG= and TEST= from the description. http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc ...
9 years, 1 month ago (2011-11-09 11:49:41 UTC) #5
Yang
9 years, 1 month ago (2011-11-09 11:54:16 UTC) #6
On 2011/11/09 11:49:41, Mikhail Naganov (Chromium) wrote:
> LGTM with a comment.
> 
> I'd also remove empty BUG= and TEST= from the description.
> 
> http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc
> File src/platform-linux.cc (right):
> 
>
http://codereview.chromium.org/8507008/diff/1/src/platform-linux.cc#newcode1009
> src/platform-linux.cc:1009: #elif V8_HOST_ARCH_MIPS
> On 2011/11/09 11:36:05, Yang wrote:
> > On 2011/11/09 11:26:22, Mikhail Naganov (Chromium) wrote:
> > > Does it compile at all? Looks simply incorrect as #elif hangs alone w/o
#if
> > I think this #elif refers to the #if V8_HOST_ARCH_IA32 in line 990. 
> 
> Ah, that's right. I'd recommend adding a comment like "// __GLIBC__ version
> check" to the #endif above to avoid confusion.

Landing.

Powered by Google App Engine
This is Rietveld 408576698