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

Issue 18592: Experimental: add a function to the API for recording assembler... (Closed)

Created:
11 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Experimental: add a function to the API for recording assembler positions to record the start of each compiled function. This seemed easiest, since the deferred code expects a statement position and there is not necessarily a statement in the body to pass to CodeForStatement. Since it's on the branch, it is not ported to the ARM but will be before we merge back to bleeding_edge. Committed: http://code.google.com/p/v8/source/detail?r=1158

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -26 lines) Patch
M src/codegen.cc View 1 chunk +12 lines, -1 line 0 comments Download
M src/codegen-ia32.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/codegen-ia32.cc View 24 chunks +25 lines, -24 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
This changes fixes snapshot compilation on the experimental code generator branch.
11 years, 11 months ago (2009-01-26 15:08:56 UTC) #1
Søren Thygesen Gjesse
11 years, 11 months ago (2009-01-26 15:16:54 UTC) #2
On 2009/01/26 15:08:56, Kevin Millikin wrote:
> This changes fixes snapshot compilation on the experimental code generator
> branch.

LGTM

Powered by Google App Engine
This is Rietveld 408576698