golang/go

x/build: set up builders simulating old processors

Open

#17,478 创建于 2016年10月17日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Go (19,008 fork)batch import
Buildershelp wantednew-builder

仓库指标

Star
 (133,883 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南