search for: zeke

Displaying 11 results from an estimated 11 matches for "zeke".

Did you mean: keke
2019 Aug 09
2
Trouble with ORCv2 Tutorial
HI Lang, Thanks a bunch for the reply. That worked great for on my end and is a pretty tiny change. Really appreciate all the work you've done on this new JIT stuff and putting together those great tutorials. Zeke On Thu, Aug 8, 2019 at 3:07 PM Lang Hames <lhames at gmail.com> wrote: > > Hi Zeke, > > Thanks for pointing this out. > > You're right: the issue is that ORCv2 doesn't support code removal (yet). To work around that we need to rename the anonymous expression each ti...
2019 Aug 08
2
Trouble with ORCv2 Tutorial
...and because ORCv2 doesn't allow for the removal part as of yet, my hunch is that the issue is there. Any thoughts from anyone? If this does end up being an issue with how the tutorial looks right now and not me making a mistake I'll happily volunteer to update the tutorials as needed :) Zeke On Wed, Aug 7, 2019 at 8:38 PM Praveen Velliengiri <praveenvelliengiri at gmail.com> wrote: > > Hi Zeke, > Bool conversion of Error returns True for Failure States and False for Success States. > > assert(add_q && "HandleDefinition: Error adding a module.");...
2019 Aug 07
2
Trouble with ORCv2 Tutorial
...ng my head around everything without walking through a complete tutorial. I'd appreciate any guidance that you folks have on the migration as well as some help with this specific issue. I'm happy to share more about the source code and build settings if that is helpful. Thanks in advance, Zeke [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ
2007 Jun 29
1
Monitoring Recomendations
...monitoring dovecot performance. I'd like to try and nail down where the real performance issues are. I suspect outlook, but I want to eliminate Dovecot as the cause of any problems, or, if I have a problem with Dovecot, I want to identify any issues I can and fix them. Thanks, Zeke -- James "Zeke" Dehnert mailto:jdehnert at norcalnetworks.com Phone: +1 707.546.6620 x602 Fax: +1 707.324.8043 "Life is racing, everything else is just waiting"
2007 May 22
1
dovecot.pid
Can I define where dovecot.pid should be in the config file on 1.0.0? Nothing is being written to /var/run/dovecot, even after I changed the ownership to dovecot. Thanks, Zeke -- James "Zeke" Dehnert mailto:jdehnert at norcalnetworks.com Phone: +1 707.546.6620 x602 Fax: +1 707.324.8043 "Life is racing, everything else is just waiting"
2006 May 08
3
operator overload on views
In my User auth scheme I have a userlevel. I''ve overloaded the User class operators like this: def >(item) if item.class == "User" self.userlevel > item.userlevel else self.userlevel > item end end (other operators are overloaded in essentially the same way). As I understand it, using the operator ">" inside the overloaded
2009 Aug 03
1
Weird Network issue
...00" ] dhcp = "dhcp" extra = "xencons=tty clocksource=jiffies" disk = [''file:/srv/xen/Thor/Thor.img,sda1,w'', ''file:/srv/xen/Thor/Thor.swap,sda2,w''] root = "/dev/sda1 ro" -------------------------------------- Thanks in advance Zeke PD: Sorry my bad english :-S _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2019 Sep 25
4
Questions after playing around with KaleidoscopeJIT (With source files)
Hello LLVM people, after finishing Chapter 1 and 2 of the KaleidoscopeJIT tutorial, I started to play around with the code and now, I have even more questions than before. I hope that the people reading this could help me with it, to improve my understanding about the LLVM and the JIT. I have also the source code and binaries (Windows) available but because I don't know how the mailing list
2008 Apr 25
3
DO NOT REPLY [Bug 5418] New: rsync error: error allocating core memory buffers (code 22)
...--exclude .DS_Store --exclude .git --exclude .svn --exclude "*~" --delete --delete-excluded CONTRIBUTORS COPYRIGHT Makefile arrangements src lib .gitignore AEIArrangements AEIPhysics bbhfactory bin cactus.config carpet carpet-stable carpet-stable-2 carpet-stable-3 kranc parfiles eschnett@zeke.loni.org:/work/default/eschnett/Calpha After checking about 8000 files, I receive the error sending incremental file list rsync: connection unexpectedly closed (794 bytes received so far) [sender] rsync error: error allocating core memory buffers (code 22) at io.c(635) [sender=3.0.2] With two ad...
2003 Jan 14
4
specifying a list of files to transfer
Hi, I don't want to start another --files-from war, but I am attaching an updated version of my patch to allow you to specify a list of files to transfer. The normal rsync syntax allows you to specify a list of SRC files to transfer on the command line. This patch adds some new options to allow you to instead supply a file that contains a list of files to transfer. The previous version of
2008 Jan 29
6
Weird DB Session error, "Mysql::Error: Lost connection to MySQL server during query"
I''ve discovered something really weird in rails 1.2.3 (It could be fixed in 2.0? but I don''t know). Recently I started getting the error "Mysql::Error: Lost connection to MySQL server during query" in my application. It seemed like it had popped up almost without relation to anything. There was a page in the RoR wiki with possible solutions but none of them had worked