search for: iloading

Displaying 20 results from an estimated 49 matches for "iloading".

Did you mean: loading
2008 Jun 11
3
[LLVMdev] Possible miscompilation?
Hi all, I'm trying to figure out a weird bug I'm seeing. I'm hoping it's something simple in my IR but I can't see anything wrong so I'm hoping someone here can see something. I'm using LLVM to compile Java bytecode into native functions. My code keeps track of the Java local variables in an array of llvm::Value pointers which get phi'd up at various points. The
2014 Apr 01
6
[LLVMdev] Proposal: Loads/stores with deterministic trap/unwind behavior
Hi, I wanted to propose an IR extension that would allow us to support zero-cost exception handling for non-call operations that may trap. I wanted to start with loads and stores through a null pointer, and later we might extend this to div/rem/mod zero. This feature is obviously useful for implementing languages such as Java and Go which deterministically translate such operations into
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
On 2008-06-11, at 13:16, Gary Benson wrote: > Duncan Sands wrote: > >> Can you please attach IR which can be compiled to an executable >> (and shows the problem). > > I've been generating functions using a builder and then compiling > them with ExecutionEngine::getPointerToFunction(). Is there some way > I can get compilable IR from that?
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote: > Can you please attach IR which can be compiled > to an executable (and shows the problem). I've been generating functions using a builder and then compiling them with ExecutionEngine::getPointerToFunction(). Is there some way I can get compilable IR from that? Cheers, Gary -- http://gbenson.net/
2014 Apr 07
6
[LLVMdev] Proposal: Loads/stores with deterministic trap/unwind behavior
On Sat, Apr 05, 2014 at 12:21:17AM -0700, Andrew Trick wrote: > > On Mar 31, 2014, at 6:58 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > > Hi, > > > > I wanted to propose an IR extension that would allow us to support zero-cost > > exception handling for non-call operations that may trap. I wanted to start > > with loads and stores through
2008 Jun 12
4
[LLVMdev] Possible miscompilation?
Gordon Henriksen wrote: > On 2008-06-11, at 13:16, Gary Benson wrote: > > Duncan Sands wrote: > > > Can you please attach IR which can be compiled to an executable > > > (and shows the problem). > > > > I've been generating functions using a builder and then compiling > > them with ExecutionEngine::getPointerToFunction(). Is there some > >
2010 Jun 19
1
[LLVMdev] Is alloca instruction allowed within the cycle?
I am running this code in JIT on x86 (32 bit). It crashes when 'alloca %object' instruction is within the body of the cycle, and it finishes successfully when this instruction is in the beginning of main (outside the cycle). Crash occurs in the middle of the cycle after few hundreds of thousands iterations. What is wrong? Does alloca inside the cycle forces it to allocate it on stack
2007 Dec 14
4
v1.1.beta11 quota plugin and dict server
Hello, when dovecot is started, it prints the following error to the console: ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so IEffective uid=65534, gid=65534, home= Idict quota: user = dump-capability, uri = proxy:/var/run/dovecot/dict-server:quotadict Enet_connect_unix(/var/run/dovecot/di...
2007 Feb 21
1
Help with mysql-dspam-plugin
Hello folks -- I'm using Debian etch and I've got Mysql 5.0, Dovecot 1.0rc15 and DSpam 3.6.8... I've downloaded the mysql-dspam-plugin code, and it builds without errors. But when trying to start Dovecot I get: Starting mail server: dovecotIEffective uid=65534, gid=65534 ILoading modules from directory: /usr/lib/dovecot/modules/imap Emodule /usr/lib/dovecot/modules/imap/lib_dspam.so: dlsym(dspam_init) failed: /usr/lib/dovecot/modules/imap/lib_dspam.so: undefined symbol: dspam_init Error: imap dump-capability process returned 89 Any help with how to fix this would be gr...
2007 Jan 17
1
vpopmail
Hello, i have only some typo: (using rc17) adding to section imap {} mail_plugins = quota produce on dovecot start IEffective uid=65534, gid=65534 ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so and there is little patch to use vpopmail on nonstandart location (like /usr/local/vpopmail for example) (--with-vpopmail=/usr/local/vpomail) *** configure.old 200...
2012 Oct 29
1
Java, rJava, and Windows x64
When running [1] "R version 2.15.1 (2012-06-22)" "x86_64-pc-mingw32", rJava fails. I have installed both the 32-bit and 64-bit versions of Java 7 update 9. > library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: stop("No CurrentVersion entry in '", key, "'! Try re-installing Java and make sure R and Java have
2009 Nov 14
5
expire_dict - Folder names with spaces
...iadomo&AVs-ci-&AVo-mieci 7 Elementy?usuni&ARk-te 7 INBOX 365 does not work... and expire: Wiadomo&AVs-ci-&AVo-mieci 7 Elementy usuni&ARk-te 7 INBOX 365 produces the following: Stopping Dovecot Imap: [ OK ] Starting Dovecot Imap: ?ILoading modules from directory: /usr/lib64/dovecot/imap ?IModule loaded: /usr/lib64/dovecot/imap/lib10_quota_plugin.so ?IModule loaded: /usr/lib64/dovecot/imap/lib11_imap_quota_plugin.so ?IModule loaded: /usr/lib64/dovecot/imap/lib20_autocreate_plugin.so ?IModule loaded: /usr/lib64/dovecot/imap/lib20_expir...
2014 Apr 26
3
[LLVMdev] Proposal: add intrinsics for safe division
On Apr 25, 2014, at 2:21 PM, Eric Christopher <echristo at gmail.com> wrote: >> In short, I agree with your observations that these intrinsics are not an >> obvious slam-dunk compared to making the explicit control flow, but I think >> that the intrinsics do give enough flexibility on the LLVM side that it >> would be great if front-ends used them rather than rolling
2014 Apr 25
3
[LLVMdev] Proposal: add intrinsics for safe division
On April 25, 2014 at 1:44:37 PM, Reid Kleckner (rnk at google.com) wrote: Thanks for the writeup! It's very helpful. On Fri, Apr 25, 2014 at 11:49 AM, Filip Pizlo <fpizlo at apple.com> wrote: On April 25, 2014 at 10:48:18 AM, Reid Kleckner (rnk at google.com) wrote: On Fri, Apr 25, 2014 at 10:19 AM, Filip Pizlo <fpizlo at apple.com> wrote: The sdiv operation in LLVM IR only
2007 May 30
4
AIX mail quota plugin problems
...stem quota #quota = maildir # SD 5/24/07 Try FS quota support quota = fs I've tried it as both mail_plugin_dir = /usr/local/lib/dovecot/imap and mail_plugin_dir = /usr/local/lib/dovecot 2) Both ways I see this error message: > 4229 root at mercury:/usr/local/etc ## dovecot > ILoading modules from directory: /usr/local/lib/dovecot > IModule loaded: /usr/local/lib/dovecot/lib10_quota_plugin.so > FPlugin imap_quota not found from directory /usr/local/lib/dovecot > Error: imap dump-capability process returned 89 > > 4272 root at mercury:/usr/local/lib/dovecot/imap ##...
2014 Apr 26
2
[LLVMdev] Proposal: add intrinsics for safe division
I am very much in favor of having a div instruction with well defined div-by-zero and overflow behavior. The undefined behavior on certain values for LLVM intrinsics has been a major pain point for us in Julia, because adding the extra branches just kills performance and we know that there is an X86 instruction that just does what we want. Anyway, this was brought up briefly above, but want to
2008 Feb 27
0
Quota Warning problems
...rning.sh 80 } >>>cut<<< >>> /usr/local/bin/quota-warning.sh <<< #!/bin/sh echo "Test" > /tmp/script.txt >>>cut<<< >>>shell<<< # /usr/local/dovecot-1.0.9/sbin/dovecot -c /usr/local/dovecot-1.0.9/etc/dovecot.conf ILoading modules from directory: /usr/local/dovecot-1.0.9/lib/dovecot/imap IModule loaded: /usr/local/dovecot-1.0.9/lib/dovecot/imap/lib10_quota_plugin.so IModule loaded: /usr/local/dovecot-1.0.9/lib/dovecot/imap/lib11_imap_quota_plugin.so IEffective uid=65534, gid=65534, home= IQuota root: name= backend=ma...
2009 Jul 02
1
dovecot start up messages
Hi, Why dovecot prints these messages when start up? And how to suppress it? # /home/mail/init/dovecot.init restart Stopping Dovecot: [ OK ] ILoading modules from directory: /home/mail/lib/dovecot/imap IModule loaded: /home/mail/lib/dovecot/imap/lib01_acl_plugin.so IModule loaded: /home/mail/lib/dovecot/imap/lib02_imap_acl_plugin.so IModule loaded: /home/mail/lib/dovecot/imap/lib10_quota_plugin.so IModule loaded: /home/mail/lib/dovecot/imap/lib1...
2009 Jul 12
1
How to create managesieve core dumps
...ed with signal 6 (core not dumped - is home dir set?) `-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dovecot v1.2.1/f353c5b71097 was started with: host ~ # ulimit -c unlimited hots ~ # /usr/local/dovecot12/sbin/dovecot ILoading modules from directory: ... IEffective uid=65534, gid=65534, home=/tmp ... ^^^^^^^^^ IEffective uid=65534, gid=65534, home=/tmp ^^^^^^^^^ Why is Dovecot not dumping a core and asking: ?is home dir set??? Regards, Pasca...
2009 Jun 15
2
Dovecot v1.2 rawlog in dovecot.conf trouble
...exec/dovecot/rawlog /usr/local/dovecot-1.2.rc5unpatched/libexec/dovecot/imap '[dump-capability' '??]' When I start this line (incl. all the env vars) as root, I get: * BAD [ALERT] imap binary must not be started from inetd, use imap-login instead. When I remove rawlog, I get: ILoading modules from directory: /usr/local/dovecot-1.2.rc5unpatched/lib/dovecot/imap [snip] IMAP4rev1 [...snip...] What I interprete as OK. Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSjYR2nWSIuGy1ktrAQJH5QgAu8lB/k2fC1ebjzJyU9Sl/8BCf4XwdjkP Z6GGtLi...