search for: indivisble

Displaying 7 results from an estimated 7 matches for "indivisble".

Did you mean: indivisible
2015 May 29
0
[LLVMdev] LLD improvement plan
...fully not to waste time on initial load, but if you do, reading data required for symbol resolution from ELF file should be satisfactory fast (I did that for COFF -- the current "atom-based ELF" linker is doing too much things in an initial load, like read all relocation tables, splitting indivisble chunk of data and connect them with "indivisible" edges, etc.) Looks like we read symbol table pretty quickly in the new implementation, and the bottleneck of it is now the time to insert symbols into the symbol hash table -- which you cannot make faster by changing object file format. S...
2015 May 29
3
[LLVMdev] LLD improvement plan
...gt; time on initial load, but if you do, reading data required for symbol > resolution from ELF file should be satisfactory fast (I did that for COFF > -- the current "atom-based ELF" linker is doing too much things in an > initial load, like read all relocation tables, splitting indivisble chunk > of data and connect them with "indivisible" edges, etc.) Looks like we read > symbol table pretty quickly in the new implementation, and the bottleneck > of it is now the time to insert symbols into the symbol hash table -- which > you cannot make faster by changing ob...
2015 May 30
0
[LLVMdev] LLD improvement plan
...initial load, but if you do, reading data required for symbol >> resolution from ELF file should be satisfactory fast (I did that for COFF >> -- the current "atom-based ELF" linker is doing too much things in an >> initial load, like read all relocation tables, splitting indivisble chunk >> of data and connect them with "indivisible" edges, etc.) Looks like we read >> symbol table pretty quickly in the new implementation, and the bottleneck >> of it is now the time to insert symbols into the symbol hash table -- which >> you cannot make faste...
2015 May 30
5
[LLVMdev] LLD improvement plan
..., but if you do, reading data required for symbol >>> resolution from ELF file should be satisfactory fast (I did that for COFF >>> -- the current "atom-based ELF" linker is doing too much things in an >>> initial load, like read all relocation tables, splitting indivisble chunk >>> of data and connect them with "indivisible" edges, etc.) Looks like we read >>> symbol table pretty quickly in the new implementation, and the bottleneck >>> of it is now the time to insert symbols into the symbol hash table -- which >>> you c...
2015 May 30
0
[LLVMdev] LLD improvement plan
...do, reading data required for symbol >>>> resolution from ELF file should be satisfactory fast (I did that for COFF >>>> -- the current "atom-based ELF" linker is doing too much things in an >>>> initial load, like read all relocation tables, splitting indivisble chunk >>>> of data and connect them with "indivisible" edges, etc.) Looks like we read >>>> symbol table pretty quickly in the new implementation, and the bottleneck >>>> of it is now the time to insert symbols into the symbol hash table -- which >&g...
2015 May 29
8
[LLVMdev] LLD improvement plan
On May 28, 2015, at 5:42 PM, Sean Silva <chisophugis at gmail.com> wrote: > I guess, looking back at Nick's comment: > > "The atom model is a good fit for the llvm compiler model for all architectures. There is a one-to-one mapping between llvm::GlobalObject (e.g. function or global variable) and lld:DefinedAtom." > > it seems that the primary issue on the
2015 May 30
1
[LLVMdev] LLD improvement plan
...data required for symbol >>>>> resolution from ELF file should be satisfactory fast (I did that for COFF >>>>> -- the current "atom-based ELF" linker is doing too much things in an >>>>> initial load, like read all relocation tables, splitting indivisble chunk >>>>> of data and connect them with "indivisible" edges, etc.) Looks like we read >>>>> symbol table pretty quickly in the new implementation, and the bottleneck >>>>> of it is now the time to insert symbols into the symbol hash table --...