Mingye Wang

Results 347 comments of Mingye Wang

My English reading ability seems to be dropping a lot. Read http://llvm.org/docs/GoldPlugin.html and http://llvm.org/docs/LinkTimeOptimization.html lots of times but still unable to figure out what clang would do to statics with...

https://gcc.gnu.org/wiki/LTO_Debug is telling me that GCC, like clang in my imagination, stores an intermediate representation (IR) of the code in the object file rather than compiled object code (the LGEN...

http://stackoverflow.com/questions/25878407/how-can-i-use-lto-with-static-libraries show that LTO-static is really some crazy combination, unless supplied with the correct plugins. From this I guess there is no backwards LGEN at all. (Therefore discarding LTOs in...

Maybe ln-ing both LLVMGold.so and liblto_plugin.so into `/usr/lib/bfd-plugins` can help us. This is already mentioned in http://llvm.org/docs/GoldPlugin.html but I missed it. ArchLinux [FS28479](https://bugs.archlinux.org/task/28479) says the same. Unluckily I can't test...

@MingcongBai So test pending then.

There are also ways to make debug info smaller: - https://gcc.gnu.org/wiki/DebugFission - only with gold; need some LD switches - intended to reduce LD overhead; no significant change on binaries...

I can vouch for this change somewhat: It matches my computer's output for PSK. Just some notes: * The "primary channel" change is bad. It occurs under the "HT" section,...

If anyone kept the old MMX intrinsic code for x86 (or *any* intrinsic code), there might be a way to use them on a couple other architectures with https://github.com/simd-everywhere/simde. The...

It would be great to have a paired theme switch where you define which theme is used for light and which one is for dark, preferably on a per-user basis....