search for: jjone

Displaying 20 results from an estimated 62 matches for "jjone".

Did you mean: jjones
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
...rs (such as PromoteMem2Reg) or that you rewrite the alloca by declaring a static local, and rewriting the code to use that instead of the alloca result. Mark Mendell From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Bruce Hoult via llvm-dev Sent: December 14, 2018 3:27 PM To: jjones at prc-hsv.com Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack You said you can allocate memory? On Fri, Dec 14, 2018 at 12:09 PM JD Jones <jjones at prc-hsv.com<mailto:jjones at prc-hsv.com>&...
2018 Dec 14
4
LLVM Backend for a platform with no (normal) stack
...ude, please forgive someone new to LLVM? And if your forgiveness stretches that far, perhaps you could clue me on just how I was rude so that I can avoid it in the future? More thanks, JD Jones From: Bruce Hoult [mailto:brucehoult at sifive.com] Sent: Friday, December 14, 2018 1:29 PM To: jjones at prc-hsv.com Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack Having your function prologue call malloc() and epilogue call free() (or similar functions) instead of bumping a stack pointer is not a...
2018 Dec 14
2
LLVM Backend for a platform with no (normal) stack
Thanks for your response. Please see below. From: Bruce Hoult [mailto:brucehoult at sifive.com] Sent: Thursday, December 13, 2018 5:58 PM To: jjones at prc-hsv.com Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack Do you have a register that you can store a memory address >> yes in and an addressing mode that allows you to add (or subtra...
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
...uick scan provided little hope. Searching the Altera (redirected to Intel) website on "LLVM" got no hits, reducing hope. More thanks than I can type, JD -----Original Message----- From: Anton Korobeynikov [mailto:anton at korobeynikov.info] Sent: Saturday, December 15, 2018 8:33 AM To: jjones at prc-hsv.com Cc: brucehoult at sifive.com; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack Well, since you're having memory, then things are more or less doable – all you need is to create and maintain stack by yourself....
2019 Feb 04
2
Variable names rule
...ce: •identifiers beginning with an underscore •Also, everything in the std namespace is reserved. (You are allowed to add template specializations, though.) -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: Monday, February 4, 2019 2:17 PM To: JD Jones <jjones at prc-hsv.com> Cc: Robinson, Paul <paul.robinson at sony.com>; clattner at nondot.org; Michael Platings <Michael.Platings at arm.com>; llvm-dev <llvm-dev at lists.llvm.org>; nd <nd at arm.com> Subject: Re: [llvm-dev] Variable names rule On Mon, 4 Feb 2019 at 20:03, JD...
2019 Feb 04
2
Variable names rule
...s an object of type Function). Again, sorry -- I don't see how prepended underscore is worse than an appended one. Could you supply some examples, please? -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: Monday, February 4, 2019 1:37 PM To: JD Jones <jjones at prc-hsv.com> Cc: Robinson, Paul <paul.robinson at sony.com>; clattner at nondot.org; Michael Platings <Michael.Platings at arm.com>; llvm-dev <llvm-dev at lists.llvm.org>; nd <nd at arm.com> Subject: Re: [llvm-dev] Variable names rule On Mon, 4 Feb 2019 at 17:20, JD...
2019 Feb 04
2
Variable names rule
...Krzysztof Parzyszek via llvm-dev > Sent: Monday, February 4, 2019 2:51 PM > To: llvm-dev at lists.llvm.org > Subject: Re: [llvm-dev] Variable names rule > Importance: Low > > On 2/4/2019 2:29 PM, Tim Northover via llvm-dev wrote: > > On Mon, 4 Feb 2019 at 20:21, JD Jones <jjones at prc-hsv.com> wrote: > >> If _<lowerCaseLetter> violates a standard, please say which one. It > does not violate the C++11 standard: > > > > If strictly adhered to, it doesn't, and I've never claimed any > > different. But coding standards are never...
2005 Nov 25
4
Best location for generic classes?
Say for instance, if I have a class that computes PI, where would the best place to locate this class so that its accessible by the controllers and helpers? What if I wanted to make this generic class accessible to multiple RoR projects? TIA. _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2019 Feb 04
2
Variable names rule
On 2/4/2019 2:29 PM, Tim Northover via llvm-dev wrote: > On Mon, 4 Feb 2019 at 20:21, JD Jones <jjones at prc-hsv.com> wrote: >> If _<lowerCaseLetter> violates a standard, please say which one. It does not violate the C++11 standard: > > If strictly adhered to, it doesn't, and I've never claimed any > different. But coding standards are never strictly adhered to. &g...
1999 Feb 21
8
Samba Questions
Hello, I have couple questions regarding Samba. 1. In the smb.conf, what does "security = DOMAIN" mean? 2. I would like to samba into the firewall so that people can't connect through TCP/IP. What port (tcp or udp) does samba use? 3. How can I prompt user for entering login name instead of using Win95 login name for Win95 users? That's all for now. Thanks for your help.
2004 Jul 26
2
Broadvoice problems again Attn: James
you can not ping that address because ICMP is turned off. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Deon Rodden Sent: Monday, July 26, 2004 2:22 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Broadvoice problems again Attn: James Greetings, C:\>ping 147.135.8.129 Pinging
2018 Dec 17
2
LLVM Backend for a platform with no (normal) stack
...port recursion, we don’t even support calls! All user code must be inlined into one kernel/component, which is then used to create HDL for the FPGA. Mark From: Bruce Hoult <brucehoult at sifive.com> Sent: December 17, 2018 9:28 AM To: Mendell, Mark P <mark.p.mendell at intel.com> Cc: jjones at prc-hsv.com; LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] LLVM Backend for a platform with no (normal) stack On Mon, Dec 17, 2018 at 6:14 AM Mendell, Mark P <mark.p.mendell at intel.com<mailto:mark.p.mendell at intel.com>> wrote: For a mac...
2008 Oct 29
4
Current Open Source Billing Package
After spending a couple hours scanning for an open source (non- commercial) billing package yesterday I am underwhelmed. Almost all of the packages listed on the WIKI appear to be defunct, for several years now. I will be happy to get a login and edit them out if that is the proper method to do so. My requirements are very minimal and at this point unless I have missed something will
2005 Nov 21
2
Multiple user_id columns
I have a table called ''users''. I have a second table called ''comments''. The comments table is in need of _two_ columns that both reference different user ids within the ''users'' table (one column for the user id that originated the post, another column for the user id for which the message is intended for. Obviously I can''t create
2005 Oct 15
1
Base directory for apps
Is there any way to specify a root project directory other than the default ''rails_apps'' subdirectory? We have a few Rails projects on different drives that cannot be moved. We''re using Windows, so symlinks are out of the question. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 16
3
Max Number of #include statements
What's the maximum number of #include statments I can have in extensions.conf? I'm getting an error at the 11th one. I tried breaking twelve #include's into 2 different contexts, and still got the same error. These aren't nested includes... they're only one level deep. Thanks, Doug.
2006 Nov 29
3
Polycom 601 Second Incoming Call
Hi List, I have a Polycom 601 that when the user is on the phone they only hear one beep and the CID of the second incoming call is not shown. Is there a way to have the CID show up for the second call ? And a way to configure the phone to beep more often if there is another call coming in. The problem is that if the receptionist is on the phone and looking up something on the PC she some times
2010 Sep 01
2
* and mj
...th my GV and ipkall. Any links or suggestions would be greatly appreciated. Thanks. A little snip of sip show peers magicjack/Exxxxxxxxxx01 67.91.177.70 5070 OK (55 ms) I get this in the CLI -- Executing [12486323130 at home-sip-int-in:1] Dial("SIP/jjonesip-00000006", "SIP/xxxxxxxxxxx at magicjack,30,r") in new stack == Using SIP RTP CoS mark 5 == Using UDPTL CoS mark 5 -- Called xxxxxxxxxxx at magicjack -- Got SIP response 480 "Temporarily Unavailable" back from 67.91.177.70 -- SIP/magicjack-00000007 i...
2004 Aug 29
5
Broadvoice BYOD Plans - 3-way and Call Waiting
if you have anyone questions about your service you can contact us at the support 978-418-7300 James Jones Broadvoice Technical Support ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Ben Wern Sent: Sat 8/28/2004 4:34 PM To: Asterisk Users Subject: [Asterisk-Users] Broadvoice BYOD Plans - 3-way and Call Waiting Can anyone who is using Asterisk
2005 Jul 06
5
Snom phones - any advice
Hi We are about to buy several Snom phones. Does anyone have warnings or advices against these phones ? Our finalists were Cisco, Polycom and Snom. We will be using only the SIP protocol. Thanks Patrick