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

Issue 8041035: Tighten up assertions checking GC-safety of stub calls. (Closed)

Created:
9 years, 2 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 2 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Tighten up assertions checking GC-safety of stub calls. Ensure that stubs are properly pregenerated on all platforms. R=erik.corry@gmail.com BUG=v8:1729 Committed: http://code.google.com/p/v8/source/detail?r=9447

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -27 lines) Patch
M src/arm/code-stubs-arm.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +8 lines, -3 lines 1 comment Download
M src/arm/macro-assembler-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/code-stubs.h View 2 chunks +11 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +15 lines, -4 lines 1 comment Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-09-26 20:39:30 UTC) #1
Erik Corry
9 years, 2 months ago (2011-09-26 22:47:26 UTC) #2
oops
lgtm

http://codereview.chromium.org/8041035/diff/1/src/arm/code-stubs-arm.cc
File src/arm/code-stubs-arm.cc (right):

http://codereview.chromium.org/8041035/diff/1/src/arm/code-stubs-arm.cc#newco...
src/arm/code-stubs-arm.cc:2097: // Explicitly allow generation of nested stubs.
It is safe here.
Can the comment explain in more detail why this is OK?

http://codereview.chromium.org/8041035/diff/1/src/ia32/code-stubs-ia32.cc
File src/ia32/code-stubs-ia32.cc (right):

http://codereview.chromium.org/8041035/diff/1/src/ia32/code-stubs-ia32.cc#new...
src/ia32/code-stubs-ia32.cc:6598: // { ebx, edi, edx, EMIT_REMEMBERED_SET },
Commented  code

Powered by Google App Engine
This is Rietveld 408576698