Skip to content

kika/rust-apple-silicon-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. On M1 Max 64GB it takes north of 40 minutes to compile this code. M3 Pro: 25 minutes.
  2. The culprit is the Option<String> type. If you replace it with just String (and None with String::from("some unique string")) it compiles in seconds.
  3. degenerator.py generates code for bug.rs so you can play with number of fields, etc.

About

Exceedingly long compilation time on Apple Silicon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published