Displaying 7 results from an estimated 7 matches for "oaki".
Did you mean:
oki
2000 Jun 28
1
Problem with smbmount and smbfs
...problem. Is there a fix to this. Or is it a bug. I have not been
able to find any documentation on the exact problem, just other people with
the same problem.
Kenneth Oakeson
Microcomputer Specialist
LAN Systems Support
Texas A&M University
***************************
Office: 862-1631
email: oakie@tamu.edu
***************************
2013 Jun 25
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
On Jun 25, 2013, at 9:15 AM, David Blaikie <dblaikie at gmail.com> wrote:
> On Tue, Jun 25, 2013 at 8:59 AM, Manman Ren <mren at apple.com> wrote:
>>
>
>> Any suggestion on how to move this forward?
>> My feeling is that we should not call Verify from so many files.
>> If you agree, I can try to clean up the Verify functions first.
>
> Yes, we
2013 Jun 22
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
Some scoping for option a:
There are a few Verify functions
DISubprogram::Verify
DICompositeType::Verify
DIType::Verify
that try to access the context link:
if (getContext() && !getContext().Verify())
return false;
And the Verify functions are called from 10+ files.
If we are oaky with not calling getContext().Verify(), option a) appears much better to me.
For printing | debugging
2000 Jul 05
1
Samba And and NetApp Filer
...the last character on
every file is missing. I think this might be a bug in samba but it could be
a bug in the NetApp, Please help. Does anyone have any ideas.
Kenneth Oakeson
Microcomputer Specialist
LAN Systems Support
Texas A&M University
***************************
Office: 862-1631
email: oakie@tamu.edu
***************************
2013 Jun 25
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
On Jun 25, 2013, at 11:35 AM, David Blaikie wrote:
> On Tue, Jun 25, 2013 at 10:13 AM, Manman Ren <mren at apple.com> wrote:
>>
>> On Jun 25, 2013, at 9:15 AM, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> On Tue, Jun 25, 2013 at 8:59 AM, Manman Ren <mren at apple.com> wrote:
>>
>>
>> Any suggestion on how to move this
2013 Jun 26
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
First cleanup patch:
r185020
Let me know if you have questions.
Thanks,
Manman
On Jun 25, 2013, at 3:56 PM, Eric Christopher wrote:
>>> Those parts of the codebase actually trying to handle debug info
>>> should be handling valid debug info to begin with - we shouldn't need
>>> to call "Verify" all over the place & behave differently (at most it
2013 Jun 21
16
[LLVMdev] Proposal: type uniquing of debug info for LTO
On Fri, Jun 21, 2013 at 12:33 PM, Manman Ren <mren at apple.com> wrote:
>
> On Jun 21, 2013, at 11:56 AM, Eric Christopher wrote:
>
>> On Fri, Jun 21, 2013 at 11:50 AM, Manman Ren <mren at apple.com> wrote:
>>>
>>> On Jun 21, 2013, at 11:35 AM, Eric Christopher wrote:
>>>
>>>> On Thu, Jun 20, 2013 at 10:52 PM, Manman Ren <mren at