search for: braxton

Displaying 9 results from an estimated 9 matches for "braxton".

2012 May 10
2
[LLVMdev] MCJIT
Hi All, What is the current level of stability of MCJIT using ELF? Thanks. -- ------------------------------------------------------------------------------------------- Braxton McKee Broad Street Analytics www.twitter.com/braxtonmckee www.broadstreetanalytics.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120510/0f6d0630/attachment.html>
2012 May 12
2
[LLVMdev] MCJIT
...rying to get it to work (my previous post: "JIT support for inline asm on Linux"), I get an error: > LLVM ERROR: Inline asm not supported by this streamer because we don't > have an asm parser for this target thanks, ashok On 5/11/2012 12:44 PM, Kaylor, Andrew wrote: > Hi Braxton, > > I think it’s very good. All of the ExecutionEngine tests pass. I’m not > aware of any major defects. > > I don’t believe that the current implementation sets the permissions on > JITed memory as you might wish. Namely, I think executable memory may be > left writeable and...
2012 May 11
0
[LLVMdev] MCJIT
Hi Braxton, I think it's very good. All of the ExecutionEngine tests pass. I'm not aware of any major defects. I don't believe that the current implementation sets the permissions on JITed memory as you might wish. Namely, I think executable memory may be left writeable and data memory may be...
2012 May 14
0
[LLVMdev] MCJIT
...t;JIT support for inline asm > on Linux"), I get an error: > >> LLVM ERROR: Inline asm not supported by this streamer because we don't >> have an asm parser for this target > > thanks, > ashok > > On 5/11/2012 12:44 PM, Kaylor, Andrew wrote: >> Hi Braxton, >> >> I think it’s very good. All of the ExecutionEngine tests pass. I’m not >> aware of any major defects. >> >> I don’t believe that the current implementation sets the permissions on >> JITed memory as you might wish. Namely, I think executable memory may b...
2012 May 14
2
[LLVMdev] MCJIT
...; on Linux"), I get an error: >> >>> LLVM ERROR: Inline asm not supported by this streamer because we don't >>> have an asm parser for this target >> >> thanks, >> ashok >> >> On 5/11/2012 12:44 PM, Kaylor, Andrew wrote: >>> Hi Braxton, >>> >>> I think it’s very good. All of the ExecutionEngine tests pass. I’m not >>> aware of any major defects. >>> >>> I don’t believe that the current implementation sets the permissions on >>> JITed memory as you might wish. Namely, I think e...
2012 May 14
0
[LLVMdev] MCJIT
...>> >>>> LLVM ERROR: Inline asm not supported by this streamer because we don't >>>> have an asm parser for this target >>> >>> thanks, >>> ashok >>> >>> On 5/11/2012 12:44 PM, Kaylor, Andrew wrote: >>>> Hi Braxton, >>>> >>>> I think it’s very good. All of the ExecutionEngine tests pass. I’m not >>>> aware of any major defects. >>>> >>>> I don’t believe that the current implementation sets the permissions on >>>> JITed memory as you mig...
2010 Feb 02
2
DOS dir command on Samba share
...put of the dir command comes in a different order and the total byte size is different on the samba share than the native Windows share thus breaking the check. All the file appear to by copied correctly though. I have attached a sample of what happens. Any help is greatly appreciated. Regards, Braxton Neate -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dirsamba.txt URL: <http://lists.samba.org/pipermail/samba/attachments/20100202/ed9efb1f/attachment.txt> -------------- next part -------------- An embedded and charset-unspecified text...
2002 Sep 27
0
Windows 2000 user profiles and Samba PDC
...ndows 2000 Professional, Service Pack 2, with local rather than roaming profiles specified. (So far I've only been experimenting with one Win2000 system for fear of screwing several machines up!) Thanks in advance for any help with this! ----------------------------------------------- Carter Braxton - cbraxton@libertyworksradio.com -----------------------------------------------
2006 Apr 11
3
Validations and has_many :through (Join Models)
...end class Magazine < ActiveRecord::Base has_many :subscriptions has_many :readers, :through => :subscriptions end Here''s the code I''m using to test: magazine = Magazine.create(:title => "Ruby Illustrated") reader = Reader.create(:name => "Anthony Braxton") subscription = Subscription.create(:last_renewal_on => Date.today, :length_in_issues => 6) reader.subscriptions << subscription magazine.subscriptions << subscription subscription.save subscription2 = Subscription.create(:last_renewal_on => (Date.today+1...