search for: replacesymbol

Displaying 2 results from an estimated 2 matches for "replacesymbol".

2019 Apr 22
2
[RFC] lld: mostly-concurrent symbol resolution
...ay be perceived as a weird behavior because lld would work "correctly" even if an archive file's symbol table is inconsistent, corrupted or not present. *Implementation details:* I don't expect too much change, but it looks like I need to move symbol resolution code (which calls replaceSymbol to replace symbols) from SymbolTable.cpp to somewhere else (perhaps to Symbols.cpp), because in the second phase, we can determine if two symbols have the same name without asking to the symbol table. Even in the current architecture, they don't really have to belong to the symbol table, so it...
2019 Apr 23
2
[RFC] lld: mostly-concurrent symbol resolution
...d would work "correctly" even if an archive file's > symbol table is inconsistent, corrupted or not present. > > > > Implementation details: > > > > I don't expect too much change, but it looks like I need to move symbol > resolution code (which calls replaceSymbol to replace symbols) from > SymbolTable.cpp to somewhere else (perhaps to Symbols.cpp), because in the > second phase, we can determine if two symbols have the same name without > asking to the symbol table. Even in the current architecture, they don't > really have to belong to the...