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

Issue 480413008: Move PropertyAccessCompiler and CallOptimization to their own files (Closed)

Created:
6 years, 4 months ago by Toon Verwaest
Modified:
6 years, 4 months ago
Reviewers:
Yang
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Move PropertyAccessCompiler and CallOptimization to their own files BUG= R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23320

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+527 lines, -370 lines) Patch
M BUILD.gn View 4 chunks +7 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +3 lines, -4 lines 0 comments Download
A src/ic/access-compiler.h View 1 chunk +83 lines, -0 lines 0 comments Download
A src/ic/access-compiler.cc View 1 chunk +55 lines, -0 lines 0 comments Download
A src/ic/arm/access-compiler-arm.cc View 1 chunk +46 lines, -0 lines 0 comments Download
M src/ic/arm/ic-compiler-arm.cc View 3 chunks +1 line, -25 lines 0 comments Download
A src/ic/arm64/access-compiler-arm64.cc View 1 chunk +53 lines, -0 lines 0 comments Download
M src/ic/arm64/ic-compiler-arm64.cc View 3 chunks +1 line, -32 lines 0 comments Download
A src/ic/call-optimization.h View 1 chunk +62 lines, -0 lines 0 comments Download
A src/ic/call-optimization.cc View 1 chunk +113 lines, -0 lines 0 comments Download
A src/ic/ia32/access-compiler-ia32.cc View 1 chunk +44 lines, -0 lines 0 comments Download
M src/ic/ia32/ic-compiler-ia32.cc View 3 chunks +1 line, -25 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/ic-compiler.h View 3 chunks +1 line, -112 lines 0 comments Download
M src/ic/ic-compiler.cc View 5 chunks +1 line, -147 lines 0 comments Download
A src/ic/x64/access-compiler-x64.cc View 1 chunk +46 lines, -0 lines 0 comments Download
M src/ic/x64/ic-compiler-x64.cc View 3 chunks +1 line, -25 lines 0 comments Download
M tools/gyp/v8.gyp View 5 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
6 years, 4 months ago (2014-08-22 13:14:07 UTC) #1
Yang
On 2014/08/22 13:14:07, Toon Verwaest wrote: > PTAL lgtm.
6 years, 4 months ago (2014-08-22 13:42:52 UTC) #2
Toon Verwaest
6 years, 4 months ago (2014-08-22 14:37:13 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as 23320 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698