search for: rubinstein

Displaying 20 results from an estimated 61 matches for "rubinstein".

Did you mean: rubenstein
2013 Jun 18
2
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
On 18 June 2013 15:27, Dmitri Rubinstein <dmitri.rubinstein at googlemail.com>wrote: > Is it possible to use PNaCl infrastructure (i.e. translation and execution > in a sandbox) without a Chrome ? > > I mean a something like a standalone VM like Java or Mono/C#. > Yes. The NaCl tool 'sel_ldr' will run a pro...
2013 Jun 03
5
[LLVMdev] MCJIT and Kaleidoscope Tutorial
Hi all, I tried to modify Kaleidoscope Tutorial (toy.cpp from llvm/examples/Kaleidoscope/Chapter7, LLVM 3.3 release branch) in order to use MCJIT instead of JIT. I get segmentation fault when running toy.cpp with fibonacci example from the tutorial. My modified toy.cpp is in attachment and still works with JIT (when #define USE_MCJIT line is commented out). I read discussions regarding
2013 Jun 04
0
[LLVMdev] MCJIT and Kaleidoscope Tutorial
Am 04.06.2013 16:05, schrieb David Tweed: > | I am curious about JMM->invalidInstructionCache(), which I found in > | lli.cpp implementation. lli.cpp contains also call finalizeObject(), I > | just overlooked it. lli.cpp calls finalizeObject(), which calls > | applyPermissions, which in turn calls invalidateInstructionCache. So why > | lli.cpp does call
2013 Jun 04
1
[LLVMdev] MCJIT and Kaleidoscope Tutorial
Hi Dmitri, You're right. The lli code should be cleaned up. As David said, there was a time when the call to invalidate the instruction cache was necessary. It isn't necessary anymore. -Andy -----Original Message----- From: Dmitri Rubinstein [mailto:dmitri.rubinstein at googlemail.com] Sent: Tuesday, June 04, 2013 7:20 AM To: David Tweed Cc: Kaylor, Andrew; LLVM Dev Subject: Re: [LLVMdev] MCJIT and Kaleidoscope Tutorial Am 04.06.2013 16:05, schrieb David Tweed: > | I am curious about JMM->invalidInstructionCache(), which I fou...
2013 Apr 23
1
[LLVMdev] LLVM JIT Questions
...achO objects as well, to the extent that MachO is supported by MCJIT. > **** > > ** ** > > -Andy**** > > ** ** > > ** ** > > *From:* Eli Bendersky [mailto:eliben at google.com] > *Sent:* Tuesday, April 23, 2013 11:13 AM > *To:* Kaylor, Andrew > *Cc:* Dmitri Rubinstein; LLVM Dev > *Subject:* Re: [LLVMdev] LLVM JIT Questions**** > > ** ** > > ** ** > > ** ** > > On Tue, Apr 23, 2013 at 10:39 AM, Kaylor, Andrew <andrew.kaylor at intel.com> > wrote:**** > > Hi Dmitri, > > Regarding your first question, if you can use t...
2013 Jun 19
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
...irectly. The only communication way is by using syscalls, but the document does not specify syscalls in detail. How the syscalls are represented in LLVM IR ? What kind of data structures can be passed ? Best, Dmitri Am 19.06.2013 01:36, schrieb Mark Seaborn: > On 18 June 2013 15:27, Dmitri Rubinstein > <dmitri.rubinstein at googlemail.com > <mailto:dmitri.rubinstein at googlemail.com>> wrote: > > Is it possible to use PNaCl infrastructure (i.e. translation and > execution in a sandbox) without a Chrome ? > > I mean a something like a standalone VM li...
2005 May 27
3
Recommended Network Latency
I'm planning on setting up some remote agents and before doing so, I did some simple PING tests to measure latency. The average latency I got was 250ms. Does anyone have experience in terms of quality of calls when there is such high latency? Can anyone comment? Thanks, Waldo
2006 Mar 08
6
Professional Recordings
Can anyone recommend a company that does professional Asterisk recordings for things like IVR, greetings, MOH, announcements, etc? Thanks, Waldo
2005 May 25
3
Asterisk Versions
Hi all, Assuming 1.0.7 is the latest stable version, how/where can I find out the different CVS revisions available and a description of what has been patched/updated in each CVS revision so I can decide whether to leave my 1.0.7 installation as is, or if I need (or think I need) to patch it with a CVS version? Thanks, Waldo
2013 Jun 19
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
Am 19.06.2013 18:01, schrieb JF Bastien: > > From the provided documentation I understood that in memory data > structures of a PNaCl program are incompatible to the host program > because ABIs are different (e.g. PNaCl pointers are always 32-bit > even when running on x86_64 platform). > So PNaCl program can't access any data structures of the host >
2005 Jun 01
4
4+ Port FXS Analog Device
I'm looking for an inexpensive way to connect 20 analog phones to asterisk. I could get a bunch of Linksys or Sipura boxes but was wondering if there is a more cost effective way? I came across the Mediatrix 1104 and even the Mediatrix 1124 but that comes out to be almost $100/port. I might as well buy inexpensive IP phone. Does anyone have any suggestions? Thanks, Waldo
2013 Jun 19
3
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
> From the provided documentation I understood that in memory data > structures of a PNaCl program are incompatible to the host program because > ABIs are different (e.g. PNaCl pointers are always 32-bit even when running > on x86_64 platform). > So PNaCl program can't access any data structures of the host program > directly. The only communication way is by using syscalls,
2013 Jun 04
0
[LLVMdev] MCJIT and Kaleidoscope Tutorial
...odules together. Obviously it wouldn't be a trivial job to modify the Kaleidoscope example to work with MCJIT, but I think it should be possible. I don't have a concrete time frame for when multiple module support will be available in MCJIT. -Andy -----Original Message----- From: Dmitri Rubinstein [mailto:dmitri.rubinstein at googlemail.com] Sent: Monday, June 03, 2013 4:57 AM To: LLVM Dev Cc: Kaylor, Andrew Subject: MCJIT and Kaleidoscope Tutorial Hi all, I tried to modify Kaleidoscope Tutorial (toy.cpp from llvm/examples/Kaleidoscope/Chapter7, LLVM 3.3 release branch) in order to use MC...
2013 Apr 23
3
[LLVMdev] LLVM JIT Questions
...t; this, but once you have an llvm::Function (but before you JIT the code) you > should be able to use llvm::Function::setCallingConv(). > > -Andy > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Dmitri Rubinstein > Sent: Tuesday, April 23, 2013 5:25 AM > To: LLVM Dev > Subject: [LLVMdev] LLVM JIT Questions > > Hi all, > > For my current project I need a couple of informations about JIT. I seen > similar questions already, but the answers are a bit older and I hope > somebody can p...
2005 Aug 19
4
Overriding Caller ID
Hello list, We have some kind of a problem with our Asterisk installation. We want to be able to publish different caller id when placing outbound calls through the PSTN. We have Asterisk with TE410P and T1 from FDN Communications. The problem is that all our outbound calls show our main number, regardless of what we set with SetCallerID, even using CallingPres with all possible
2013 Apr 23
0
[LLVMdev] LLVM JIT Questions
...ence implementation. This mechanism is not coupled directly with the ELF format. It will work with MachO objects as well, to the extent that MachO is supported by MCJIT. -Andy From: Eli Bendersky [mailto:eliben at google.com] Sent: Tuesday, April 23, 2013 11:13 AM To: Kaylor, Andrew Cc: Dmitri Rubinstein; LLVM Dev Subject: Re: [LLVMdev] LLVM JIT Questions On Tue, Apr 23, 2013 at 10:39 AM, Kaylor, Andrew <andrew.kaylor at intel.com<mailto:andrew.kaylor at intel.com>> wrote: Hi Dmitri, Regarding your first question, if you can use the MCJIT engine a caching mechanism will be available...
2005 Aug 24
0
Re: [Serusers] SER IP PBX for multiple clients
...se SER only as proxy, or also as a registrar server (with the same problems as you describe)? Hope someone at this list is able to help us! Regards, Ronald -----Oorspronkelijk bericht----- Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Namens Waldo Rubinstein Verzonden: woensdag 24 augustus 2005 17:28 Aan: Iqbal CC: SER User Mailing List Mailing List; Asterisk Users Mailing List - Non-Commercial Discussion Onderwerp: [Asterisk-Users] Re: [Serusers] SER IP PBX for multiple clients lqbal, I do plan on having alot of users. Two markets I'm trying to...
2005 Aug 31
2
Asterisk Queues and Strategies
I was playing today with the different queueing strategies in queues.conf when I noticed the following behavior. I have 4 agents defined in a queue in queues.conf. These agents login using AgentCallbackLogin. The strategy in the queue is set to leastrecent. I place four calls into the queue and * sends only one call to the least recently used agent. If that agent does not pick up, the
2013 Jun 18
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
Is it possible to use PNaCl infrastructure (i.e. translation and execution in a sandbox) without a Chrome ? I mean a something like a standalone VM like Java or Mono/C#. Dmitri Am 18.06.2013 17:22, schrieb Eli Bendersky: > Hello, > > [The first paragraph is safe to skip if you already know what PNaCl is.] > The Portable Native Client (PNaCl) project is a toolchain for producing
2013 Apr 23
0
[LLVMdev] LLVM JIT Questions
...re might be more than one way to do this, but once you have an llvm::Function (but before you JIT the code) you should be able to use llvm::Function::setCallingConv(). -Andy -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Dmitri Rubinstein Sent: Tuesday, April 23, 2013 5:25 AM To: LLVM Dev Subject: [LLVMdev] LLVM JIT Questions Hi all, For my current project I need a couple of informations about JIT. I seen similar questions already, but the answers are a bit older and I hope somebody can provide me a recent information. 1. In my p...