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

Issue 1364373003: Full code shouldn't embed the type feedback vector. (Closed)

Created:
5 years, 2 months ago by mvstanton
Modified:
5 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Full code shouldn't embed the type feedback vector. Make sure to always reference it indirectly. This allows us to make the vector native-context dependent should we wish. R=ishell@chromium.org BUG= Committed: https://crrev.com/c90c60ba2689fb524a1526503c9c87f534cf58fb Cr-Commit-Position: refs/heads/master@{#30940}

Patch Set 1 #

Patch Set 2 : Ports. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -139 lines) Patch
M src/arm/code-stubs-arm.cc View 1 3 chunks +5 lines, -14 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 3 chunks +5 lines, -14 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/full-codegen/full-codegen.h View 2 chunks +5 lines, -11 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +5 lines, -13 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 3 chunks +5 lines, -14 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 3 chunks +5 lines, -14 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/type-feedback-vector.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/type-feedback-vector.cc View 1 chunk +28 lines, -0 lines 1 comment Download
M src/x64/code-stubs-x64.cc View 1 4 chunks +5 lines, -13 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
mvstanton
Hi Igor, Here is the CL we discussed. Platform ports to follow. Now, full code ...
5 years, 2 months ago (2015-09-25 11:11:34 UTC) #1
mvstanton
Hi Igor, here are the ports. Jakob, could you look at the full-codegen change? Thanks! ...
5 years, 2 months ago (2015-09-25 12:54:13 UTC) #3
Jakob Kummerow
src/full-codegen/* LGTM. https://codereview.chromium.org/1364373003/diff/20001/src/type-feedback-vector.cc File src/type-feedback-vector.cc (right): https://codereview.chromium.org/1364373003/diff/20001/src/type-feedback-vector.cc#newcode136 src/type-feedback-vector.cc:136: int TypeFeedbackVector::GetIndexFromSpec(const Spec* spec, As discussed, I'd ...
5 years, 2 months ago (2015-09-25 13:08:05 UTC) #4
Igor Sheludko
lgtm
5 years, 2 months ago (2015-09-25 13:16:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364373003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364373003/20001
5 years, 2 months ago (2015-09-25 13:19:36 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-09-25 13:56:30 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/c90c60ba2689fb524a1526503c9c87f534cf58fb Cr-Commit-Position: refs/heads/master@{#30940}
5 years, 2 months ago (2015-09-25 13:56:51 UTC) #9
Benedikt Meurer
5 years, 2 months ago (2015-09-25 16:06:10 UTC) #11
Message was sent while issue was closed.
Awesome!

Powered by Google App Engine
This is Rietveld 408576698