3

rustc_codegen_gcc: Progress Report #21

 1 year ago
source link: https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-21
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

rustc_codegen_gcc: Progress Report #21

13 Mar 2023

What is rustc_codegen_gcc?

rustc_codegen_gcc is a GCC ahead-of-time codegen for rustc, meaning that it can be loaded by the existing rustc frontend, but benefits from GCC by having more architectures supported and having access to GCC’s optimizations. It is not to be confused with gccrs, which is a GCC frontend for Rust.

GCC patches status

This month, the following patch was reviewed and merged:

State of rustc_codegen_gcc

Here’s what has been done this month:

My goal for this month was to finish implementing SIMD (at least for x86-64) and this is now done! That was my first goal as a project grantee of the Rust Foundation (thanks to them for sponsoring me!).

There will be more work to do for SIMD in the future, in addition to adding the support for other architectures, e.g. producing more optimal code. Indeed, some intrinsics are currently implemented without SIMD, or only partly using SIMD, and others that didn’t have a direct equivalent in GCC might not be optimal.

Here’s a rough summary of what has been implemented:

Feature Last month completion Completion Delta

SIMD (x86-64).

Unwinding.

Debug info.

Endianness support for non-native 128-bit integers.

Rustup distribution.

SIMD for other architectures than x86-64.

Support for new architectures in libraries (libc, object, …) and rustc.

More function and variable attributes.

Target features (to detect what is supported in an architecture, like SIMD).

Basic and aggregate types.

Operations, local and global variables, constants, functions, basic blocks.

Atomics.

Thread-local storage.

Inline assembly.

Many intrinsics.

Metadata.

Setting optimization level.

Packed structures.

Alignment, symbol visibility, attributes.

128-bit integers.

How to contribute

rustc_codegen_gcc

If you want to help on the project itself, please do the following:

  1. Run the tests locally.

  2. Choose a test that fails.

  3. Investigate why it fails.

  4. Fix the problem.

Even if you can’t fix the problem, your investigation could help, so if you enjoy staring at assembly code, have fun!

Crates and rustc

If you would like to contribute on adding support for Rust on currently unsupported platforms, you can help by adding the support for those platforms in some crates like libc and object and also in the rust compiler itself.

Test this project

Otherwise, you can test this project on new platforms and also compare the assembly with LLVM to see if some optimization is missing.

Good first issue

Finally, another good way to help is to look at good first issues. Those are issues that should be easier to start with.

Thanks for your support!

I wanted to personally thank all the people that sponsor this project: your support is very much appreciated.

A special thanks to the following sponsors:

  • saethlin

  • embark-studios

  • Traverse-Research

  • Shnatsel

  • Rust Foundation

A big thank you to bjorn3 for his help, contributions and reviews. And a big thank you to lqd and GuillaumeGomez for answering my questions about rustc’s internals. Another big thank you to Commeownist for his contributions.

Also, a big thank you to the rest of my sponsors:

  • 0x7CFE

  • nevi-me

  • oleid

  • acshi

  • joshtriplett

  • TimNN

  • sdroege

  • alanfalloon

  • steven-joruk

  • davidlattimore

  • Nehliin

  • colelawrence

  • zmanian

  • alexkirsz

  • berkus

  • belzael

  • jam1garner

  • Shoeboxam

  • evanrichter

  • yerke

  • seanpianka

  • srijs

  • kkysen

  • riking

  • Lemmih

  • memoryruins

  • senden9

  • robjtede

  • Jonas Platte

  • spike grobstein

  • Oliver Marshall

  • Sam Harrington

  • Jonas

  • Jeff Muizelaar

  • Eugene Bulkin

  • Chris Butler

  • sierrafiveseven

  • Joseph Garvin

  • MarcoFalke

  • athre0z

  • icewind

  • Tommy Thorn

  • Sebastian Zivota

  • Oskar Nehlin

  • Nicolas Barbier

  • Daniel

  • Thomas Colliers

  • Justin Ossevoort

  • sbstp

  • Chris

  • Bálint Horváth

  • fanquake

  • kiyoshigawa

  • robinmoussu

  • Daniel Sheehan

  • Marvin Löbel

  • nacaclanga

  • Matthew Conolly

  • 0x0177b11f

  • L.apz

  • JockeTF

  • davidcornu

  • stuhood

  • Myrik Lord

  • Mauve

  • icewind1991

  • nicholasbishop

  • Emily A. Bellows

  • David Vasak

  • Eric Driggers

  • Olaf Leidinger

  • UtherII

  • simonlindholm

  • lemmih

and a few others who preferred to stay anonymous.

Former sponsors/patreons:

  • finfet

  • Alovchin91

  • mexus

  • raymanfx

  • ghost

  • gilescope

  • olanod

  • Denis Zaletaev

  • Chai T. Rex

  • Paul Ellenbogen

  • Dakota Brink

  • Botlabs

  • Oliver Marshall

  • pthariensflame

  • tedbyron

  • sstadick

  • Absolucy

  • rafaelcaricio

  • dandxy89

  • luizirber

  • regiontog

  • vincentdephily

  • Hofer-Julian

  • messense

  • 0xdeafbeef


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK