Skip to content

Reproducible output: image/draw #759

@dave

Description

@dave

While developing jsgo, I noticed that the entire stdlib builds reproducibly apart from image/draw. Only the un-minified code shows the problem.

This switch statement: https://github.com/golang/go/blob/master/src/image/draw/draw.go#L608-L615

... the variables src0$1, src0$2 and src0 are re-arranged.

screen shot 2018-02-24 at 08 43 40

I'll dig into the compiler code and try to work out what's wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions