Displaying 4 results from an estimated 4 matches for "atomcontenthash".
2013 May 07
2
[LLVMdev] [lld] contentHash in the Reader ?
Hi Nick,
Can we add a atomContentHash for DefinedAtoms when the atoms are being
created. This can essentially speed up comparisons of atoms especially for
* ICF (Identical code folding)
* Section groups (to identify similiar sections)
Not sure where else this would help. This would essentially be used only
by the Reader and the Res...
2013 May 08
0
[LLVMdev] [lld] contentHash in the Reader ?
...to be a hash available, is it computed lazily?
Regarding the NativeReader/NativeWriter if the resolver is using the hash, then it would make sense to add the hash to the file format so reading native format is faster.
-Nick
On May 7, 2013, at 4:43 PM, Shankar Easwaran wrote:
> Can we add a atomContentHash for DefinedAtoms when the atoms are being created. This can essentially speed up comparisons of atoms especially for
>
> * ICF (Identical code folding)
> * Section groups (to identify similiar sections)
>
> Not sure where else this would help. This would essentially be used only by...
2013 May 08
4
[LLVMdev] [lld] contentHash in the Reader ?
...make sense to add the hash to the file format so reading
> native format is faster.
>
> -Nick
>
I'd rather we use a crypto hash so we don't have to compare content at all.
- Michael Spencer
>
> On May 7, 2013, at 4:43 PM, Shankar Easwaran wrote:
> > Can we add a atomContentHash for DefinedAtoms when the atoms are being
> created. This can essentially speed up comparisons of atoms especially for
> >
> > * ICF (Identical code folding)
> > * Section groups (to identify similiar sections)
> >
> > Not sure where else this would help. This would...
2013 May 08
0
[LLVMdev] [lld] contentHash in the Reader ?
...>>
>> -Nick
>>
> I'd rather we use a crypto hash so we don't have to compare content at all.
Did you mean a sha256/md5 or something similiar ?
>
> - Michael Spencer
>
>
>> On May 7, 2013, at 4:43 PM, Shankar Easwaran wrote:
>>> Can we add a atomContentHash for DefinedAtoms when the atoms are being
>> created. This can essentially speed up comparisons of atoms especially for
>>> * ICF (Identical code folding)
>>> * Section groups (to identify similiar sections)
>>>
>>> Not sure where else this would help. This...