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

Issue 125141: Attempt to reduce performance penalty for logging and profiling (Closed)

Created:
11 years, 6 months ago by antonm
Modified:
9 years, 4 months ago
Reviewers:
Mikhail Naganov
CC:
v8-dev
Visibility:
Public.

Description

Attempt to reduce performance penalty for logging and profiling Committed: http://code.google.com/p/v8/source/detail?r=2263

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -99 lines) Patch
M src/codegen.cc View 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.h View 1 2 3 4 5 chunks +13 lines, -5 lines 0 comments Download
M src/log.cc View 1 2 3 4 8 chunks +13 lines, -91 lines 0 comments Download
A src/log-inl.h View 1 chunk +126 lines, -0 lines 0 comments Download
M src/platform.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8.h View 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mikhail Naganov
I like your change. How serious is the performance improvement it provides? http://codereview.chromium.org/125141/diff/1003/11 File src/log.h ...
11 years, 6 months ago (2009-06-16 20:01:13 UTC) #1
antonm
Misha, thanks a lot for both review and your help offline. http://codereview.chromium.org/125141/diff/1003/11 File src/log.h (right): ...
11 years, 6 months ago (2009-06-23 15:35:35 UTC) #2
Mikhail Naganov
Please also add 'log-inl.h' into Visual Studio project files (tools/visual_studio) and into XCode project. I ...
11 years, 6 months ago (2009-06-24 07:36:39 UTC) #3
antonm
Thanks a lot, Misha! I hope I didn't screw proj files. http://codereview.chromium.org/125141/diff/3012/3020 File src/log.h (right): ...
11 years, 6 months ago (2009-06-24 13:04:19 UTC) #4
Mikhail Naganov
11 years, 6 months ago (2009-06-24 13:06:42 UTC) #5
LGTM

Great! I'm happy that presence of profiling code no more affects performance.

Powered by Google App Engine
This is Rietveld 408576698