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

Issue 12256038: Register dependent codes before populating deoptimization data, which can cause GC. (Closed)

Created:
7 years, 10 months ago by ulan
Modified:
7 years, 10 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Register dependent codes before populating deoptimization data, which can cause GC. R=mstarzinger@chromium.org BUG=crash on nosnap-debug with stress-compaction Committed: https://code.google.com/p/v8/source/detail?r=13669

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -30 lines) Patch
M src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M src/lithium.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/lithium.cc View 2 chunks +0 lines, -28 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
Please take a look.
7 years, 10 months ago (2013-02-14 13:42:23 UTC) #1
Michael Starzinger
7 years, 10 months ago (2013-02-14 13:46:43 UTC) #2
LGTM. I just reviewed ia32, since I assume the other architectures are just a
copy of that.

Powered by Google App Engine
This is Rietveld 408576698