mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Currently IRGen stores hashes of the bitcode generated by swift in object files. This is then used to reduce compile time by not re-codegening if a subsequent compilation yields a bit code with the same hash. This is good for users and general compilation, but can result in confusion when attempting to measure the "real" compile time of the compiler. By default it is off.
48 KiB
48 KiB