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

Issue 7107003: [Linux] Do not install SIGPROF handler until we (Closed)

Created:
9 years, 6 months ago by mnaganov (inactive)
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Linux] Do not install SIGPROF handler until we start CPU profiling. TBR=vitalyr@chromium.org BUG=1344 ,crbug/79320,crbug/83521 TEST=none

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
Mads Ager (chromium)
9 years, 6 months ago (2011-06-02 10:26:55 UTC) #1
http://codereview.chromium.org/7107003/diff/1/src/platform-linux.cc
File src/platform-linux.cc (right):

http://codereview.chromium.org/7107003/diff/1/src/platform-linux.cc#newcode1031
src/platform-linux.cc:1031: if (cpu_profiling_enabled &&
!signal_handler_installed_)
Drive-by: please use braces around the bodies of if statements. We can just fix
this on bleeding_edge and leave it as is on the branches.

Powered by Google App Engine
This is Rietveld 408576698