Displaying 3 results from an estimated 3 matches for "sincei".
Did you mean:
since
2004 Mar 20
1
Machine accounts, Samba 3, NT Domain migration
Greetings everyone
I finally succeeded in doing the seemingly most difficult thing, "following directions." I got my act together configuring the smb.conf and migrating using net rpc vampire into tdbsam. There are issues with this migration in which computer netbios names which are obviously all uppercase were not being created in /etc/passwd. I put my C cap on and converted the computer
2020 Aug 06
2
Metadata in LLVM back-end
...late" it is context-specific: even in my case, I required such
information
to be preserved until pseudo instruction expansion. Conservatively, they
could be
preserved until the last pass of codegen pipeline.
Regarding their employment in the later steps, I would not say they are not
required, sinceI worked on a specific topic of secure compilation, and I do
not have the wholepicture in mind; nonetheless, it would be possible to
test how
things work out withthe codegen and later reason on future developments.
> As with IR-level metadata, there should be no guarantee that metadata is
> pr...
2020 Jul 29
4
Metadata in LLVM back-end
>> On Jul 27, 2020, at 10:11 AM, David Greene via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Son Tuan VU via llvm-dev <llvm-dev at lists.llvm.org> writes:
>>
>>> Currently metadata (other than debug info) can be attached to IR
>>> instructions but disappears during DAG selection.
>>>
>>> My question is why we do not