search for: tocommunicate

Displaying 3 results from an estimated 3 matches for "tocommunicate".

2004 Jan 03
1
Newbie - getting two local phones tocommunicate would be a good start :)
...h of the configs in sip.conf. I recall I had this problem with the Grandstreams. -----Original Message----- From: John Coll [mailto:john.coll@csoft.co.uk] Sent: Saturday, January 03, 2004 11:56 AM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Newbie - getting two local phones tocommunicate would be a good start :) Steven - thanks for that. OK I will try and ask "interesting and directed questions" :) I appreciate the support from several people. Rich Adamson encouraged me to hang in there so I've been back at the shell prompt and edited configuration files down to t...
2020 Aug 14
2
Fwd: Deterministic function return attribute
...out this first and let you know. Feel free to brainstorm ideas (on the list or just via email to me if you prefer). > My motive (maybe clarifying this helps a bit): I'm interested in the > internal workings of a compiler and how smart can a compiler can be, > for fun. Secondarily, tocommunicate with the optimizer when writing in > C. I would also like to improve the communication/interface, believe me... In addition to talk above, I'd also recommend to look at http://lists.llvm.org/pipermail/llvm-dev/2019-December/137632.html and the `assume` directive we added to OpenMP 5.1:  ...
2020 Aug 13
3
Deterministic function return attribute
Hi! I'm interested in what attributes in LLVM mean, specifically how to say that the result is always the same for the given input parameters. The main thing would be to merge two calls with the same parameters when the function is declared but not defined. (just like two stores). I'll call this property mergability. %1 := call @test(%0) %2 := call @test(%0) and the optimization would