golang/go

x/build: set up builders simulating old processors

Open

#17,478 opened on Oct 17, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
Buildershelp wantednew-builder

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We occasionally get a bug report from users that some assembly code (often in runtime or crypto or compression) causes a SIGILL.

We should run builders (perhaps in qemu?) simulating older processors so we can exercise all the assembly fallback paths and CPU detection code.

Contributor guide