EXEgesis

  • Owner: google/EXEgesis
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownergoogle/EXEgesis
Primary LanguageC++
Program languageC++ (Language Count: 3)
Platform
License:Apache License 2.0
所有者活动
Created At2016-12-16 13:52:42
Pushed At2023-04-10 00:27:11
Last Commit At2023-01-13 17:18:58
Release Count0
用户参与
Stargazers Count281
Watchers Count34
Fork Count34
Commits Count338
Has Issues Enabled
Issues Count9
Issue Open Count0
Pull Requests Count1
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private