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

Issue 1734643002: [fullcodegen] Factor out EmitNamedPropertyLoad. (Closed)

Created:
4 years, 10 months ago by Michael Starzinger
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[fullcodegen] Factor out EmitNamedPropertyLoad. This makes the FullCodeGenerator::EmitNamedPropertyLoad be architecture independent by adding MacroAssembler::Move helpers. R=bmeurer@chromium.org Committed: https://crrev.com/9c53fcad7867640d051e2a3ede1afacb836ff19d Cr-Commit-Position: refs/heads/master@{#34259}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix ARM64 port. #

Patch Set 3 : Addressed comments. #

Patch Set 4 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -99 lines) Patch
M src/arm64/macro-assembler-arm64.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/x87/macro-assembler-x87.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Michael Starzinger
https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h File src/ia32/macro-assembler-ia32.h (right): https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h#newcode799 src/ia32/macro-assembler-ia32.h:799: void Move(Register dst, Handle<Object> x) { mov(dst, Immediate(x)); } ...
4 years, 10 months ago (2016-02-24 13:28:51 UTC) #1
Benedikt Meurer
Nice. LGTM. https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h File src/ia32/macro-assembler-ia32.h (right): https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h#newcode799 src/ia32/macro-assembler-ia32.h:799: void Move(Register dst, Handle<Object> x) { mov(dst, ...
4 years, 10 months ago (2016-02-24 13:38:30 UTC) #2
Igor Sheludko
https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h File src/ia32/macro-assembler-ia32.h (right): https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h#newcode799 src/ia32/macro-assembler-ia32.h:799: void Move(Register dst, Handle<Object> x) { mov(dst, Immediate(x)); } ...
4 years, 10 months ago (2016-02-24 13:56:46 UTC) #4
Michael Starzinger
Thanks. Addressed comments. Landing. https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h File src/ia32/macro-assembler-ia32.h (right): https://codereview.chromium.org/1734643002/diff/1/src/ia32/macro-assembler-ia32.h#newcode799 src/ia32/macro-assembler-ia32.h:799: void Move(Register dst, Handle<Object> x) ...
4 years, 10 months ago (2016-02-24 17:13:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1734643002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1734643002/60001
4 years, 10 months ago (2016-02-24 18:11:05 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-24 18:18:19 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-24 18:18:52 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9c53fcad7867640d051e2a3ede1afacb836ff19d
Cr-Commit-Position: refs/heads/master@{#34259}

Powered by Google App Engine
This is Rietveld 408576698