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

Issue 19485008: Replace CONSTANT_FUNCTION by CONSTANT (Closed)

Created:
7 years, 5 months ago by Toon Verwaest
Modified:
7 years, 5 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Convert CONSTANT_FUNCTION to CONSTANT R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15858

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -213 lines) Patch
M src/arm/lithium-codegen-arm.cc View 3 chunks +5 lines, -14 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +7 lines, -8 lines 0 comments Download
M src/ast.cc View 1 chunk +9 lines, -4 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +12 lines, -18 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M src/ic.cc View 1 6 chunks +15 lines, -8 lines 0 comments Download
M src/mirror-debugger.js View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 7 chunks +18 lines, -8 lines 0 comments Download
M src/objects.cc View 1 29 chunks +60 lines, -50 lines 0 comments Download
M src/objects-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M src/property.h View 6 chunks +29 lines, -17 lines 0 comments Download
M src/property.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/property-details.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 6 chunks +13 lines, -8 lines 0 comments Download
M src/stub-cache.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/stub-cache.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +5 lines, -10 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Toon Verwaest
PTAL
7 years, 5 months ago (2013-07-23 11:59:40 UTC) #1
Yang
there is one thing that I don't understand... https://codereview.chromium.org/19485008/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/19485008/diff/1/src/bootstrapper.cc#newcode1098 src/bootstrapper.cc:1098: Object::FORCE_TAGGED, ...
7 years, 5 months ago (2013-07-24 11:59:44 UTC) #2
Toon Verwaest
https://codereview.chromium.org/19485008/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/19485008/diff/1/src/ic.cc#newcode1318 src/ic.cc:1318: if (constant->IsConsString()) return Handle<Code>::null(); Because we cannot embed cons ...
7 years, 5 months ago (2013-07-24 12:25:17 UTC) #3
Yang
On 2013/07/24 12:25:17, Toon Verwaest wrote: > https://codereview.chromium.org/19485008/diff/1/src/ic.cc > File src/ic.cc (right): > > https://codereview.chromium.org/19485008/diff/1/src/ic.cc#newcode1318 ...
7 years, 5 months ago (2013-07-24 12:28:57 UTC) #4
Toon Verwaest
7 years, 5 months ago (2013-07-24 12:35:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15858 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698