PPC: [interpreter] Add basic framework for bytecode handler code generation.
authormbrandy <mbrandy@us.ibm.com>
Thu, 23 Jul 2015 16:35:26 +0000 (09:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 23 Jul 2015 16:35:45 +0000 (16:35 +0000)
commit3144d1f1014042c4f0351bb9bea6540a8f91a1c9
treedc177e9645a8a3cc634a28e7bef0a533669f6cd9
parent1a57cede121f8c09af02f3f3e4959746b179b90b
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=

Review URL: https://codereview.chromium.org/1250723003

Cr-Commit-Position: refs/heads/master@{#29822}
src/compiler/ppc/linkage-ppc.cc