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

Issue 190793002: Introduce FrameAndConstantPoolScope and ConstantPoolUnavailableScope. (Closed)

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

Description

Introduce FrameAndConstantPoolScope and ConstantPoolUnavailableScope. Adds FrameAndConstantPoolScope and ConstantPoolUnavailableScope to enable scoped management of constant pool availability. Also load constant pool pointer when entering an internal frame scope. R=rodolph.perfetta@arm.com, ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19858

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -40 lines) Patch
M src/arm/assembler-arm.h View 1 2 4 chunks +25 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 2 11 chunks +11 lines, -11 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 9 chunks +11 lines, -10 lines 0 comments Download
M src/arm/debug-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 4 chunks +68 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 chunks +18 lines, -9 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rmcilroy
Part of the out-of-line constant pool change - PTAL.
6 years, 9 months ago (2014-03-07 18:53:02 UTC) #1
ulan
lgtm https://codereview.chromium.org/190793002/diff/1/src/arm/assembler-arm.h File src/arm/assembler-arm.h (right): https://codereview.chromium.org/190793002/diff/1/src/arm/assembler-arm.h#newcode1579 src/arm/assembler-arm.h:1579: bool constant_pool_full_; Could you add a comment explaining ...
6 years, 9 months ago (2014-03-11 13:00:46 UTC) #2
Rodolph Perfetta (ARM)
https://codereview.chromium.org/190793002/diff/1/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (right): https://codereview.chromium.org/190793002/diff/1/src/arm/macro-assembler-arm.cc#newcode894 src/arm/macro-assembler-arm.cc:894: Code::kConstantPoolOffset - Code::kHeaderSize - pc_offset() - 8; 8 -> ...
6 years, 9 months ago (2014-03-11 13:28:34 UTC) #3
rmcilroy
Thanks for the review. Comments addressed, PTAL https://codereview.chromium.org/190793002/diff/1/src/arm/assembler-arm.h File src/arm/assembler-arm.h (right): https://codereview.chromium.org/190793002/diff/1/src/arm/assembler-arm.h#newcode1579 src/arm/assembler-arm.h:1579: bool constant_pool_full_; ...
6 years, 9 months ago (2014-03-11 16:36:34 UTC) #4
Rodolph Perfetta (ARM)
lgtm
6 years, 9 months ago (2014-03-12 14:49:28 UTC) #5
rmcilroy
6 years, 9 months ago (2014-03-12 15:56:27 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r19858 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698