golang/go

x/build: set up builders simulating old processors

Open

#17,478 opened on 2016年10月17日

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
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド