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

Issue 2765433003: [interpreter] Split bytecode generation out of interpreter.cc (Closed)

Created:
3 years, 9 months ago by Jakob Kummerow
Modified:
3 years, 9 months ago
Reviewers:
rmcilroy
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[interpreter] Split bytecode generation out of interpreter.cc as InterpreterGenerator. This is in preparation for no longer including the bytecode handler generation code in the main library. BUG=v8:6055 Review-Url: https://codereview.chromium.org/2765433003 Cr-Commit-Position: refs/heads/master@{#43949} Committed: https://chromium.googlesource.com/v8/v8/+/221dec328f9f9046d09a4553c2f953bb42d0aad6

Patch Set 1 #

Total comments: 11

Patch Set 2 : addressed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -3908 lines) Patch
M BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.h View 3 chunks +4 lines, -107 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 6 chunks +8 lines, -3255 lines 0 comments Download
A src/interpreter/interpreter-generator.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A + src/interpreter/interpreter-generator.cc View 1 141 chunks +357 lines, -546 lines 0 comments Download
M src/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (5 generated)
Jakob Kummerow
PTAL. https://codereview.chromium.org/2765433003/diff/1/src/interpreter/interpreter-generator.cc File src/interpreter/interpreter-generator.cc (right): https://codereview.chromium.org/2765433003/diff/1/src/interpreter/interpreter-generator.cc#newcode41 src/interpreter/interpreter-generator.cc:41: private: All these declarations are moved from interpreter.h
3 years, 9 months ago (2017-03-20 14:30:00 UTC) #2
rmcilroy
Couple of nits, but LGTM, thanks. https://codereview.chromium.org/2765433003/diff/1/src/interpreter/interpreter-generator.cc File src/interpreter/interpreter-generator.cc (right): https://codereview.chromium.org/2765433003/diff/1/src/interpreter/interpreter-generator.cc#newcode24 src/interpreter/interpreter-generator.cc:24: nit - remove ...
3 years, 9 months ago (2017-03-20 15:51:42 UTC) #3
Jakob Kummerow
Thanks for the review, landing. https://codereview.chromium.org/2765433003/diff/1/src/interpreter/interpreter-generator.cc File src/interpreter/interpreter-generator.cc (right): https://codereview.chromium.org/2765433003/diff/1/src/interpreter/interpreter-generator.cc#newcode24 src/interpreter/interpreter-generator.cc:24: On 2017/03/20 15:51:41, rmcilroy ...
3 years, 9 months ago (2017-03-20 16:31:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2765433003/20001
3 years, 9 months ago (2017-03-20 16:31:21 UTC) #7
commit-bot: I haz the power
3 years, 9 months ago (2017-03-20 16:56:16 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/221dec328f9f9046d09a4553c2f953bb42d...

Powered by Google App Engine
This is Rietveld 408576698