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

Issue 10829368: fix gdbjit (Closed)

Created:
8 years, 4 months ago by bnoordhuis1
Modified:
8 years, 1 month ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

fix gdbjit * update to current V8 API * use zone based memory management * fix -Werror=overloaded-virtual errors, rename methods

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -76 lines) Patch
M src/gdb-jit.cc View 23 chunks +96 lines, -68 lines 1 comment Download
M src/mark-compact.cc View 2 chunks +7 lines, -8 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
noordhuis
8 years, 4 months ago (2012-08-17 01:28:39 UTC) #1
http://codereview.chromium.org/10829368/diff/1/src/gdb-jit.cc
File src/gdb-jit.cc (right):

http://codereview.chromium.org/10829368/diff/1/src/gdb-jit.cc#newcode2095
src/gdb-jit.cc:2095: Zone* zone = Isolate::Current()->runtime_zone();
I suspect that it's better to create a new zone and tie it to the life cycle of
the JITCodeEntry but I'm not sure what the best approach is. Simply new and
delete it?

Powered by Google App Engine
This is Rietveld 408576698