Closed
Description
Before jyasskin/rust@684502b:
$ time ./rustboot -L . -shared -o libstd.dylib lib/std.rc
real 0m1.205s; 0m1.168s; 0m1.159s
After:
$ time ./rustboot -L . -shared -o libstd.dylib lib/std.rc
real 0m3.375s; 0m3.571s; 0m3.421s
This is with CFG_NATIVE=1. There must be something pathological in the compiler. A 40-line function shouldn't be able to triple the build time.
Metadata
Metadata
Assignees
Labels
No labels