EXEgesis

  • 所有者: google/EXEgesis
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Goal

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

  1. Providing machine-readable lists of instructions for hardware
    vendors

    and microarchitectures.
  2. Inferring latencies and
    µOps scheduling for each
    instruction/microarchitecture pair.
  3. Providing tools for debugging the performance of code based on this data.

For a high-level overview of our efforts, see the
slides for a tech talk about EXEgesis (July 2017).

Details

This repository provides a set of tools for
extracting data about instructions and latencies from canonical sources and
converting them into machine-readable form. Some require parsing PDF files;
others are more straightforward.

When latencies and µOps scheduling are not available in the documentation, we
auto generate benchmarks to measure them.

The output data is available in the form of a Protocol
Buffer

message.

It includes:

  • A textual description. e.g. Add with carry imm8 to AL.
  • The raw encoding. e.g. 14 ib and equivalent LLVM mnemonic. e.g. ADC8i8
  • Per-microarchitecture instruction latencies. e.g. min_latency: 2, max_latency: 2
  • Per-microarchitecture instruction schedulings. e.g. Port 0 or 1 or 5 or 6
    • This identifies the execution
      units
      on which the µOps
      can be scheduled.
    • For example, here is the description of Intel Haswell
      Microarchitecture
      ,
      it contains 7 ports, the Add with carry imm8 to AL instruction above
      can execute on ports 0, 1, 5 or 6.

What's Next

  • Intel x86-64 - done
  • IBM POWER - underway
  • ARM Cortex - underway

Get Involved

We welcome patches -- see CONTRIBUTING for more information on
how to submit a patch.

主要指标

概览
名称与所有者google/EXEgesis
主编程语言C++
编程语言C++ (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2016-12-16 13:52:42
推送于2023-04-10 00:27:11
最后一次提交2023-01-13 17:18:58
发布数0
用户参与
星数281
关注者数34
派生数34
提交数338
已启用问题?
问题数9
打开的问题数0
拉请求数1
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?