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

Issue 190823002: Update constant pool correctly when resuming a generator (Closed)

Created:
6 years, 9 months ago by rmcilroy
Modified:
6 years, 9 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Update constant pool correctly when resuming a generator This CL depends on the following CLs landing first: https://codereview.chromium.org/188063002/ https://codereview.chromium.org/190793002/ R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20012

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add new scope for ConstantPoolUnavailableScope #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -6 lines) Patch
M src/arm/full-codegen-arm.cc View 1 1 chunk +15 lines, -6 lines 0 comments Download
M src/runtime.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmcilroy
Part of the out-of-line constant pool change - PTAL.
6 years, 9 months ago (2014-03-07 18:52:35 UTC) #1
ulan
https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc#newcode2198 src/arm/full-codegen-arm.cc:2198: ConstantPoolUnavailableScope constant_pool_unavailable(masm_); Shouldn't this scope be - at the ...
6 years, 9 months ago (2014-03-11 13:07:39 UTC) #2
rmcilroy
https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc#newcode2198 src/arm/full-codegen-arm.cc:2198: ConstantPoolUnavailableScope constant_pool_unavailable(masm_); On 2014/03/11 13:07:39, ulan wrote: > Shouldn't ...
6 years, 9 months ago (2014-03-11 16:14:52 UTC) #3
ulan
https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc#newcode2198 src/arm/full-codegen-arm.cc:2198: ConstantPoolUnavailableScope constant_pool_unavailable(masm_); I see, thanks for explaining! What about ...
6 years, 9 months ago (2014-03-11 16:19:57 UTC) #4
rmcilroy
https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): https://codereview.chromium.org/190823002/diff/1/src/arm/full-codegen-arm.cc#newcode2198 src/arm/full-codegen-arm.cc:2198: ConstantPoolUnavailableScope constant_pool_unavailable(masm_); On 2014/03/11 16:19:57, ulan wrote: > I ...
6 years, 9 months ago (2014-03-11 16:42:22 UTC) #5
ulan
lgtm
6 years, 9 months ago (2014-03-11 17:27:39 UTC) #6
rmcilroy
6 years, 9 months ago (2014-03-17 17:29:11 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r20012 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698