LD improvements on PE (mingw)
Aaron W. LaFramboise
aaron98wiridge9@aaronwl.com
Wed Jun 1 14:21:00 GMT 2005
More information about the Binutils mailing list
Wed Jun 1 14:21:00 GMT 2005
- Previous message (by thread): LD improvements on PE (mingw)
- Next message (by thread): Wrong return value?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dmitriy Nikitinskiy wrote: > I have strange situation on linking for PE under win32 and linux. > When I run link under win32, they work about 8 min and uses more than > 200 Mb RAM. This seems pretty significant to me. First, make sure there aren't any external factors such as libtool that might be slowing this down. > Why equal versions (GNU ld version 2.13.90 20030111) of binutils give > too different results? If you're interested in investigating this, I might recommend building a crosscompiler to another COFF target, such as i386-coff, to get a better performance comparison. It would be good to know if the problem was PECOFF-specific, or more generally COFF-specific. Beyond this, the thing to do here is to build all of these crosscompilers with profiling enabled. gprof is the way to go here, unless you have something better. Since the performance difference is so significant, profiling may be very helpful. > Does any body works at this time to improve performance of linking for > PE under win32? I don't know, but there are a few people interested in making performance improvements to binutils in general. Most people are interested in ELF targets, though. Aaron W. LaFramboise
- Previous message (by thread): LD improvements on PE (mingw)
- Next message (by thread): Wrong return value?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list