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

Issue 1250723003: PPC: [interpreter] Add basic framework for bytecode handler code generation. (Closed)

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

Description

PPC: [interpreter] Add basic framework for bytecode handler code generation. Port 7877c4e0c77b5c2b97678406eab7e9ad6eba4a4d Original commit message: Adds basic support for generation of interpreter bytecode handler code snippets. The InterpreterAssembler class exposes a set of low level, interpreter specific operations which can be used to build a Turbofan graph. The Interpreter class generates a bytecode handler snippet for each bytecode by assembling operations using an InterpreterAssembler. Currently only two simple bytecodes are supported: LoadLiteral0 and Return. R=rmcilroy@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Committed: https://crrev.com/3144d1f1014042c4f0351bb9bea6540a8f91a1c9 Cr-Commit-Position: refs/heads/master@{#29822}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M src/compiler/ppc/linkage-ppc.cc View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
MTBrandyberry
5 years, 5 months ago (2015-07-23 15:54:35 UTC) #1
dstence
lgtm
5 years, 5 months ago (2015-07-23 16:11:57 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1250723003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1250723003/1
5 years, 5 months ago (2015-07-23 16:12:56 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 5 months ago (2015-07-23 16:35:30 UTC) #5
commit-bot: I haz the power
5 years, 5 months ago (2015-07-23 16:35:53 UTC) #6
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3144d1f1014042c4f0351bb9bea6540a8f91a1c9
Cr-Commit-Position: refs/heads/master@{#29822}

Powered by Google App Engine
This is Rietveld 408576698