Performance problem with gas
Ian Lance Taylor
ian@zembu.com
Mon Feb 12 13:03:00 GMT 2001
More information about the Binutils mailing list
Mon Feb 12 13:03:00 GMT 2001
- Previous message (by thread): Performance problem with gas
- Next message (by thread): Misc patches to x86-64 relocations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ian Lance Taylor <ian@zembu.com> writes: > Frags are always created in order. So one fast check you could add is > to check fr_line; if f1->fr_line becomes larger than f2->fr_line, then > there is no point to looking any further. Whoops, you have to check fr_file, too. If fr_file is different, you can't make any assumptions based on fr_line. Ian
- Previous message (by thread): Performance problem with gas
- Next message (by thread): Misc patches to x86-64 relocations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list