Displaying 5 results from an estimated 5 matches for "alpar".
Did you mean:
lpar
2004 Jun 09
3
Segmentation fault!!
...s for my
FedoraCore, I installed it, but wen I want to run any wine binary it fail
with 'segmentation fault' error message
I also tryed winelauncher, and it sad
'wine has exited with a failure status of 139'
Can anybody tell me what's the problem
Thanks in advance
Kovacs Alpar
2010 Apr 14
7
SuSE and zypper
Hi,
I found the zypper provider mentioned on this list in another thread,
but it failes with the flowing error :
Package[kvm]/ensure: change from 0.11.0-4.5.2 to true failed: Could
not update: undefined method `zypper'' for
#<Puppet::Type::Package::ProviderZypper:0x7fd1acf9e360> at
Is the latest provider broken? Is there interest in making this work /
making it complete. I
2018 Sep 14
6
Function calls keep increasing the stack usage
..., the return value of the function could be not saved but the
LLVM IR code that Clang generates has the call with assignment so at this
point LLVM couldn't possibly know.
define void @bar() #0 {
%call = call i32 @foo(i32 1, i32 2)
%call1 = call i32 @foo(i32 3, i32 4)
ret void
}
)
Thanks,
Alpar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180914/25ba1341/attachment.html>
2004 Jun 15
1
Floppy
Hi,
I don't know if I can have direct accses to my floppy drives under wine,
or I must mount before using in wine.
Can anibody help me??
Thanks
Kovacs Alpar
2018 Sep 14
2
Function calls keep increasing the stack usage
...t; movl %eax, -4(%rbp) # 4-byte Spill
> callq foo
> movl %eax, -8(%rbp) # 4-byte Spill
> addq $16, %rsp
> popq %rbp
> .cfi_def_cfa %rsp, 8
> retq
>
>
> On Fri, Sep 14, 2018 at 8:16 AM palpar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi everyone,
>>
>> I found that LLVM generates redundant code when calling functions with
>> constant parameters, with optimizations disabled.
>>
>> Consider the following C code snippet:
>&g...