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

Issue 10795021: MIPS: Implements a new API to set a function entry hook for profiling. (Closed)

Created:
8 years, 5 months ago by palfia
Modified:
8 years, 5 months ago
Reviewers:
kisg, Paul Lind, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Implements a new API to set a function entry hook for profiling. Port r12107 (59ee5c88) Original commit message: Exposes a new API; V8::SetFunctionEntryHook. If a non-NULL function entry hook is set, the code generator(s) will invoke on the entry hook at the very start of each generated function. Committed: https://code.google.com/p/v8/source/detail?r=12069 Committed: https://code.google.com/p/v8/source/detail?r=12083 BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12188

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -0 lines) Patch
M src/mips/code-stubs-mips.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 5 months ago (2012-07-18 23:37:53 UTC) #1
danno
8 years, 5 months ago (2012-07-25 14:35:13 UTC) #2
lgtm, landing

Powered by Google App Engine
This is Rietveld 408576698