Displaying 20 results from an estimated 819 matches for "bless".
Did you mean:
less
2015 Sep 12
2
Optimizer issues on Windows
… Also, it doesn’t appear that you are running on windows…
From: David Majnemer
Date: Saturday 12 September 2015 18:31
To: Sebastian Blessing
Cc: Reid Kleckner, "llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>"
Subject: Re: [llvm-dev] Optimizer issues on Windows
$ ~/llvm/Debug+Asserts/bin/llc try.ll
$ echo $?
0
On Sat, Sep 12, 2015 at 6:39 AM, Sebastian Blessing via llvm-dev <llvm-dev at lists.llvm.o...
2009 Mar 09
1
[bug] Perl Performance Issue
Hello,
I'm currently bitten hard by a bug which was introduced by RedHat in their
perl releases. This bug has been fixed "recently", to be true in January, by
RedHat.
The bug I'm talking about is a performance issue, which is caused by
overloading blessed functions:
http://bugs.centos.org/view.php?id=2357
The bug fix (January 2009):
http://rhn.redhat.com/errata/RHBA-2009-0117.html
claims to fix
379791 <http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=379791> - perl
bless/overload performance problem
I wanted to ask if we can expect Ce...
2011 Jan 17
1
[PATCH] RHEV: Ensure DESTROY won't be called for uninitialized object
...Connection/RHEVTarget.pm b/lib/Sys/VirtV2V/Connection/RHEVTarget.pm
index c9dd148..b63d956 100644
--- a/lib/Sys/VirtV2V/Connection/RHEVTarget.pm
+++ b/lib/Sys/VirtV2V/Connection/RHEVTarget.pm
@@ -442,9 +442,7 @@ sub new
my $class = shift;
my ($domain_path) = @_;
- my $self = {};
- bless($self, $class);
-
+ # Must do this before bless, or DESTROY will be called
die(user_message(__"You must be root to output to RHEV"))
unless ($> == 0);
@@ -456,6 +454,9 @@ sub new
"36:36",
mou...
2015 Sep 12
3
Optimizer issues on Windows
...minimal IR examples (helloworld.ll works, try.ll doesn’t - both verify with llc). The relevant method is @Main_create. Can anyone of you guys confirm the issue with llvm 3.7.0–final, or whether said bug has actually been fixed?
From: Reid Kleckner
Date: Friday 11 September 2015 17:07
To: Sebastian Blessing
Cc: "llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>"
Subject: Re: [llvm-dev] Optimizer issues on Windows
The bug https://llvm.org/bugs/show_bug.cgi?id=24374 has to do with exceptions on Windows, so it is unrelated unless you are using them.
On Fri, Sep 11, 2015 a...
2015 May 07
3
[LLVMdev] Pony Language: LLVM Project
Dear LLVM community,
I am affiliated with the design and development of the Pony<http:/www.ponylang.org> programming language, which was recently published and has since been discussed on hacker news<https://news.ycombinator.com/item?id=9482483>, reddit [1]<http://www.reddit.com/r/ponylang>
2015 Apr 30
2
[LLVMdev] LLVM 3.6 homebrew core formula
>(though i personally use the tap ones because the core ones do not support asan)
Is there a particular reason why the core ones do not support asan?
>
>
>On Wed, Apr 29, 2015 at 1:21 PM, Sebastian Blessing
><sebastian at causality.io> wrote:
>> Dear LLVMers,
>>
>> I am working on a project that depends on LLVM 3.6. For Homebrew, the core
>> formula is pointing to LLVM 3.5.1 and LLVM 3.6 is only available as a
>> homebrew tap. Since no core formula can depend...
2008 Jul 17
0
perl bless/overload performance problem
Hello,
How do people here handle the situation mentioned in RH bug #379791
(https://bugzilla.redhat.com/show_bug.cgi?id=379791)?
We have a web site built using Perl Catalyst which warns about this
issue. So far we managed to avoid this by not upgrading the perl
package handed to us as part of an old Xen image based on CentOS 5.0,
but we are now building the Xen guests without this image and
2013 Dec 24
1
OT - Merry Christmas and a Happy and Prosperous 2014
Dear Ladies and Gentlemen how are you?
I would like to wish everyone and all their families, may God continue to
bless and always illuminating your steps, that this Christmas the joy of
our Lord Jesus invade your home and participate in their family on this
Christmas.
May God bless you always!
Merry Christmas and a Happy and Prosperous 2014.
With Best Regards!
Josue
-------------- next part --------------
An HTM...
2011 Feb 03
1
RE : a server that offers free icecast includes bandwidth for free
...so provide you with the bandwidth for your
> listeners as well. like maybe one that will let around 4 to 00 listeners
> be connected at the same time.
> any ideas?
> Thanks
> Timothy
> take a look at my music here
> http://www.timothyclarkmusic.webs.com
> --
> God Bless
> Timothy
> http://www.youtube.com/black59cash
> http://www.twitter.com/timothyclark13
> http://www.facebook.com/timothyclark13
> http://www.myspace.com/timothyclarkofficial
> skype:djtimothy1
> _______________________________________________
> Icecast mailing lis...
2011 Sep 07
1
Clearcase, Samba, and mnode values
...dows. This
server is the whole shebang -- license server, view and vob server.
All disks are local, no NAS. Most of the time our developers are
using snapshot views but merge into the dynamic views.
It looks to me like I have a memory leak, and IBM is blaming Samba,
seeing that I was using an unblessed version of the tool. Apparently
3.0.32 is blessed and 3.0.33 is not. Although I'm skeptical, I'm
willing to entertain the idea that a 0.01 release change could be the
problem, so I recently updated to 3.5.8, which apparently is blessed
to work with 7.1.2.3. This system is now a test se...
2007 Oct 31
6
Serving MS Access Databases, with ACL
....
Basically, the share should serve about 4 users, with read/write access.
I am using the XFS file system, with ACL support.
Has anyone setup such shares in smb.conf?
I would really like to see an example.
Lastly, I do not think I want to use oplocks.
Any help, will be greatly appreciated.
God bless.
--
Jayendren Anand Maduray
Microsoft Certified Professional
Network Plus
Senior IT Administrator
Perinatal HIV Research Unit
Wits Health Consortium
University of the Witwatersrand
Alternate email address: jayendren@mweb.co.za
Fax Number: 0866857317
...There are 10 types of people,
those who...
2008 Mar 25
4
Language
G'Day ; I'm trying to load some programs ex CD, and they all come out in Greek language ???, when I installed them in Windows they were in English, does anyone know how I can resolve this ???.
Many Blessings Miykle
2007 Mar 19
3
DavkaWriter 6 ?
...st,
Has anyone had any success in getting DavkaWriter 6 (a pretty full-functioned
English and Hebrew word processor) to work under Wine? For me (FC4, 0.9.28 from
source) the install seems to work - albeit with a slew of winges about fonts) -
and the program also seems prepared to run. I'm blessed if I can find a logo
file anywhere to make a launcher ...
But - the display is somewhat munged with the characters on the ruler being
replaced by boxes, the characters on the default keyboard (for entering Hebrew
characters) are boxes and so are the instructions as to which keyboard to
selec...
2007 Feb 13
5
Is it 1.0 yet?
...when you need to
call it done. No one trusts a 1.0 to be perfect but Dovecot is already
better that most 2.0 versions of other software.
I vote (as if my vote counted) to call it done, declare victory, and
move on to 1.01, 1.02 etc. No one is going to trus it till it gets to
1.02 so I say lets bless it and move on.
2008 Mar 28
6
Media player
G'Day : I need a media player for wine, I tried windows media player 11 but it wants verification, got 10 installed ok but will not open, say "an internal application error has occurred", can anyone help please.
Blessings Miykle
2014 Jul 29
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
...d_image_mac_able.sh? in
"man mkisofs" they are many HFS options, but I am not acquaited with all
that stuff. Could someone help my find out which ones I should use? Or
where else should I ask that if that's too much a newbie question here?
_Could my problem be related to a badly blessed file/directory? I just
run hfs-bless (from Matthew Garett in Fedora's mactelboot package) on
/system/Library/CoreServices/BOOTX64.EFI in the HFS+ file systemt hat
will become macboot.img, but am not sure that's the right thing to do.
_On the same topic, I saw that now @ Fedora they...
2012 Oct 25
2
free host?
...uality and size of AAC much better.
I'm on a mac so any help would be greatly appreciated.
web site
http://www.timothyclarkmusic.wordpress.com
phone number should you need to reach me
724-401-1224
check my site for more contact information.
thanks and may the good lord keep you and bless you.
Timothy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20121025/5fa28a95/attachment.htm
2013 Oct 14
1
can anyone help?
...heck out music, photos, videos, press, show dates, and more go to http://www.reverbnation.com/timothyclark13
feel free to give me a call at
7244011224
note, if i don't answer your call just leave me a voicemail and i'll get back in contact with you as soon as possible
thanks and god bless
On Oct 14, 2013, at 12:37 PM, Jos? Luis Artuch wrote:
> El lun, 14-10-2013 a las 12:13 -0400, Timothy Clark Music escribi?:
>> i would like to set up a christian radio station using icecast but
>> don't know all that much.
>> i have a friend who's offering server spa...
2013 Oct 14
2
can anyone help?
...heck out music, photos, videos, press, show dates, and more go to http://www.reverbnation.com/timothyclark13
feel free to give me a call at
7244011224
note, if i don't answer your call just leave me a voicemail and i'll get back in contact with you as soon as possible
thanks and god bless
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20131014/7c59b1a9/attachment.htm>
2015 Sep 11
6
Optimizer issues on Windows
Dear Community,
The ponyc<https://github.com/CausalityLtd/ponyc/tree/llvm37> (llvm37 branch) project is facing an issue on Windows:
When optimizations are turned on (llvm 3.7.0-final and more specifically<https://github.com/CausalityLtd/ponyc/blob/llvm37/src/libponyc/codegen/genopt.cc>, opt-level 3, BBVectorize, LoopVectorize, SLPVectorize, RerollLoops, LoadCombine + a custom heap