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

Issue 1386313005: [Interpreter] Adds Object literal support. (Closed)

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

Description

[Interpreter] Adds Object literal support. Adds Object literal support to the interpreter. Adds the following bytecodes: - ToName - CreateObjectLiteral. BUG=v8:4280 LOG=N Committed: https://crrev.com/20fba512539d01a26722c483afc1756ec98473f4 Cr-Commit-Position: refs/heads/master@{#31253}

Patch Set 1 : #

Total comments: 5

Patch Set 2 : Rebase and review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+851 lines, -34 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 3 chunks +15 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 chunks +19 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 6 chunks +225 lines, -11 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 4 chunks +37 lines, -10 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 9 chunks +460 lines, -8 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
rmcilroy
Michi for compiler/ (and interpreter/ too if you have any comments). Orion for interpreter/. PTAL, ...
5 years, 2 months ago (2015-10-13 09:13:14 UTC) #4
Michael Starzinger
LGTM. https://codereview.chromium.org/1386313005/diff/40001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1386313005/diff/40001/src/interpreter/bytecode-generator.cc#newcode10 src/interpreter/bytecode-generator.cc:10: #include "src/full-codegen/full-codegen.h" On 2015/10/13 09:13:14, rmcilroy wrote: > ...
5 years, 2 months ago (2015-10-13 11:06:44 UTC) #5
rmcilroy
https://codereview.chromium.org/1386313005/diff/40001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1386313005/diff/40001/src/interpreter/bytecode-generator.cc#newcode10 src/interpreter/bytecode-generator.cc:10: #include "src/full-codegen/full-codegen.h" On 2015/10/13 11:06:44, Michael Starzinger wrote: > ...
5 years, 2 months ago (2015-10-13 17:04:53 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1386313005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1386313005/60001
5 years, 2 months ago (2015-10-13 17:06:39 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-13 17:32:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1386313005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1386313005/60001
5 years, 2 months ago (2015-10-14 10:08:33 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:60001)
5 years, 2 months ago (2015-10-14 10:10:06 UTC) #14
commit-bot: I haz the power
5 years, 2 months ago (2015-10-14 10:10:37 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/20fba512539d01a26722c483afc1756ec98473f4
Cr-Commit-Position: refs/heads/master@{#31253}

Powered by Google App Engine
This is Rietveld 408576698