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

Issue 372903002: HandleScope::ZapRange is hot function using oprofile, so release version disable v8_enable_handle_z… (Closed)

Created:
6 years, 5 months ago by jianghua
Modified:
4 years, 1 month ago
Reviewers:
Yang, danno
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

HandleScope::ZapRange is hot function using oprofile, so release version disable v8_enable_handle_zapping. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M build/features.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jianghua
CPU: CPU with timer interrupt, speed 2472.74 MHz (estimated) Profiling through timer interrupt samples % ...
6 years, 5 months ago (2014-07-09 05:43:47 UTC) #1
danno
6 years, 5 months ago (2014-07-09 06:37:33 UTC) #2
This is working as intended. Handle zapping is on by default in bleeding edge to
help embedders (e.g. the Chromium project) find API misusage during development.
It gets disabled for each release branch, so in practice it is not a performance
issue.

Powered by Google App Engine
This is Rietveld 408576698