Code Monkey home page Code Monkey logo

deoplete-asm's Introduction

deoplete-asm

CircleCI Releases GA

deoplete.nvim source for Assembly based by google/EXEgesis.

Overview

deoplete-asm provides the Assembly code completion for deoplete.nvim.

The completion candidate is acquired from protobuf binary data. That human-readable text is instructions_transformed.pbtxt.

Google's EXEgesis project aims to improve code generation in compilers, via:

  • Providing machine-readable lists of instructions for hardware vendors and microarchitectures.
  • Inferring latencies and µOps scheduling for each instruction/microarchitecture pair.
  • Providing tools for debugging the performance of code based on this data.

EXEgesis parses and dump protobuf format binary from Intel x86-64 instruction set reference manual:

Support architectures

See google/EXEgesis/README.md#whats-next

  • Intel x86-64

Config

g:deoplete#sources#asm#go_mode

If set 1, Use Go Plan9 assembly mode.
Let's try test edit testdata/cpuid_amd64.s with 1.

Update protobuf binary

just make dump_protobuf.
Required docker engine. See also Dockerfile.

TODO

  • Support registers

deoplete-asm's People

Contributors

zchee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.