Files
zig/src
Andrew Kelley e4092d4442 stage2: rip out multi-compilation-unit compiler-rt
After doing performance testing, it seems that multi-compilation-unit
compiler-rt did not bring the performance improvements that we expected
it to. The idea is that it makes linking faster, however, it incurred a
cost in the frontend that was not offset by any gains in linking.

Furthermore, the single-object compiler-rt (with -ffunction-sections and
--gc-sections) ends up being fewer bytes on disk and so it's actually
the same or faster linking speed than the multi-compilation-unit
version.

So we are planning to keep using single-compilation-unit compiler-rt for
the foreseeable future, but may experiment with this again in the
future, in which case this commit can be reverted.
2022-06-17 18:34:11 -07:00
..
2022-04-27 16:45:23 -07:00
2022-05-13 16:43:59 -04:00
2022-06-16 15:27:30 -04:00
2022-06-11 11:02:56 +03:00
2022-06-11 11:02:56 +03:00
2022-06-09 15:37:16 -07:00
2022-01-07 00:06:06 -05:00
2022-06-11 11:02:56 +03:00
2021-09-24 13:39:20 -04:00