Displaying 4 results from an estimated 4 matches for "change'd".
Did you mean:
change's
2015 May 11
3
[LLVMdev] LLD improvement plan
...s a bad
idea to allow atomic fragments of code/data (whatever you want to call
them: atoms, sections, who cares) to have more than one global symbol
attached to them in LLD's internal representation.
That seems like it'd provide the flexibility needed for ELF without hurting
MachO. If that change'd allow you to avoid splitting the linker into
two-codebases-in-one, isn't that preferable?
On Thu, May 7, 2015 at 9:38 AM, Joerg Sonnenberger <joerg at britannica.bec.de>
wrote:
> On Wed, May 06, 2015 at 09:28:54PM -0500, Shankar Easwaran wrote:
> > The atom model allowed...
2003 Jun 18
2
Wrap-up
Is it possible to specify a 'wrap-up' time in a queue so agents will
have a specified amount of time to complete tasks between calls unless
they hit a key on the phone? As it is they can recieve a call moments
after they hang up with no 'down time'. Thanks
Jim Friedeck
2015 May 11
2
[LLVMdev] LLD improvement plan
...de/data (whatever you want to call
>> them: atoms, sections, who cares) to have more than one global symbol
>> attached to them in LLD's internal representation.
>>
>> That seems like it'd provide the flexibility needed for ELF without
>> hurting MachO. If that change'd allow you to avoid splitting the linker
>> into two-codebases-in-one, isn't that preferable?
>>
>>
>> On Thu, May 7, 2015 at 9:38 AM, Joerg Sonnenberger <
>> joerg at britannica.bec.de> wrote:
>>
>>> On Wed, May 06, 2015 at 09:28:54PM -05...
2015 May 07
4
[LLVMdev] LLD improvement plan
Hi,
There are a lot of advantages to keep on improving the atom model and
working on that model.
The atom model allowed lld to have a single intermediate representation
for all the formats ELF/COFF/Mach-O. The native model allowed the
intermediate representation to be serialized to disk too. If the
intermediate representations data structures are made available to
scripting languages most