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

Issue 7101011: Fix building with gdbjit=on (add missing isolate pointer parameter). (Closed)

Created:
9 years, 6 months ago by zarko
Modified:
9 years, 6 months ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Fix building with gdbjit=on (add missing isolate pointer parameter). Fix a warning in liveedit.cc (signed/unsigned mismatch). Landed in 8161 BUG= TEST=

Patch Set 1 #

Patch Set 2 : Promote size_t to int64_t, not the other way around. #

Total comments: 1

Patch Set 3 : Rebase to master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/gdb-jit.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
zarko
9 years, 6 months ago (2011-06-01 21:39:52 UTC) #1
zarko
(adding vegorov as a reviewer)
9 years, 6 months ago (2011-06-01 21:44:58 UTC) #2
Vyacheslav Egorov (Chromium)
9 years, 6 months ago (2011-06-02 07:00:30 UTC) #3
LGTM

http://codereview.chromium.org/7101011/diff/1003/src/liveedit.cc
File src/liveedit.cc (right):

http://codereview.chromium.org/7101011/diff/1003/src/liveedit.cc#newcode96
src/liveedit.cc:96: ASSERT(multiply >= 0);
This compilation problem was reverted from svn.

Powered by Google App Engine
This is Rietveld 408576698