Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] switch case ranges"
2008 Nov 25
0
[LLVMdev] Removal of Visual Studio project files.
On Mon, Nov 24, 2008 at 8:18 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> OvermindDL1 <overminddl1 at gmail.com> writes:
>
>>> Chris proposed on IRC to remove the Visual Studio project files and turn
>>> CMake into the "standard" for building LLVM with VC++.
>>>
>>> If you have strong arguments against this, please voice them.
2008 Nov 25
2
[LLVMdev] Removal of Visual Studio project files.
OvermindDL1 <overminddl1 at gmail.com> writes:
>> Chris proposed on IRC to remove the Visual Studio project files and turn
>> CMake into the "standard" for building LLVM with VC++.
>>
>> If you have strong arguments against this, please voice them.
>
> As long as instructions are supplied on how to pass in user defined
> macros to the build system.
2007 Nov 07
4
[LLVMdev] LLVM 2.1 with VC++
I've come across a couple errors when building LLVM 2.1 in VC++ 2005.
1) CodeGen/RegisterCoalescer.cpp is not included in the project
2) System/Win32/DynamicLibrary.inc - ELM_Callback is declared with a
PSTR ModuleName argument. This causes a compile error - the callback
typedef specifies PCSTR.
Also, I'd like to suggest adding the following to config.h, to
eliminate the spurious
2009 Jun 18
0
[LLVMdev] Garbage Collection Project
On Thu, Jun 18, 2009 at 3:14 AM, Granville
Barnett<granvillebarnett at googlemail.com> wrote:
>
>> Firstly, rather than using a single 1 word pointer to represent a
>> reference I
>> chose to use 3 words including a pointer to the type and a pointer to the
>> value (as well as metadata). This allows typed nulls and that addresses an
>> important deficiency
2009 Jun 18
2
[LLVMdev] Garbage Collection Project
On Thursday 18 June 2009 12:28:57 Cory Nelson wrote:
> I'm also curious what language uses this and why it is useful :)
HLVM is intended to be a general-purpose VM rather than a particular language.
> Also, things like this would make lock-free algorithms difficult or
> impossible.
True. Perhaps that is a good argument for providing both kinds. However, nulls
are certainly more
2011 Nov 12
1
Diablo 2 help asks for play disc
when i tried to boot thru terminal got this cory at cory-P4M89-M7B:~$ '/home/cory/Desktop/Diablo II.desktop'
/home/cory/Desktop/Diablo II.desktop: line 1: [Desktop: command not found
/home/cory/Desktop/Diablo II.desktop: line 2: II: command not found
wine: cannot find 'C:\\Program\'
/home/cory/Desktop/Diablo II.desktop: line 6: Files/Diablo: No such file or directory
2008 Feb 21
0
[LLVMdev] compare and swap
On Thu, Feb 21, 2008 at 9:34 AM, Andrew Lenharth <andrewl at lenharth.org> wrote:
> On 2/21/08, Torvald Riegel <torvald at se.inf.tu-dresden.de> wrote:
> > why is the intrinsic name not CAS? And having another version that returns
> > just a bool might be better in some cases ( 1. does CAS return the value on
> > all architectures? 2. you can just jump based
2012 Nov 28
1
corrupt mdbox, force-resync segfaults
I could use some help with a corrupt mdbox. doveadm force-resync is
crashing (see below), but I really need just to get this account
functioning. What's my next step, as far as deleting index files?
These were the earliest errors I could find:
Nov 28 09:40:21 macy dovecot[6615]: imap(cory at metro-email.com): Error:
Corrupted index cache file
2006 Mar 31
2
Asterisk Referral - Cleanup on Aisle 7
Just got a call from a company in Warren, MI . They recently had an
Asterisk system put in by a vendor, and are having issues which need
analysis and correction. They have a tremendous sense of urgency. They
have about (40) users, and need DID's assigned to extensions and are having
some echo issues at the site. If anyone is in the Warren, MI area, and is
interested in some cavalry work,
2006 Oct 19
7
Embedded Asterisk
I caught a thread the other day concerning Astricon and users embedding
Asterisk on a Linksys or Netgear broadband router. I lost track of the
email thread, if anyone is presently working with this scenario please shoot
me an email.
Thanks
Cory Andrews
++++++++++++++++++
VoIPSupply.com
PBXSelect.com
++++++++++++++++++
454 Sonwil Drive
Buffalo, NY 14225
voice direct - 716.250.3402
fax -
2005 Aug 10
1
Addendum to my post re: BrookTrout TR1034 T.38
Don't want the opening line of my post to be misconstrued.
"Anyone familiar with the BrookTrout TR1034 Fax Board, supports T.38 and
PSTN fax in an Asterisk environment?"
That's a question, not a statement. Curious if anyone has played with one
of these as an extension of an Asterisk server for T.38 faxing, did not mean
to imply it could, should or would play well with
2006 Jan 11
1
OT- Sangoma Question
Does anyone know if the Sangoma A101 supports DS4 and/or RBS ! Shame on me for not knowing the answer, but I don't, and I can't find any mention of it on Sangoma's website.
Cory Andrews
Purchasing Manager
++++++++++++++++++
VOIPSupply.com
A Division of b2 Technologies
454 Sonwil Drive
Buffalo, NY 14225
++++++++++++++++++++
direct - 716.250.3402
mobile - 716.907.4054
email -
2009 Jun 18
0
[LLVMdev] Garbage Collection Project
>
> That is similar to the approach I used, although HLVM provides a pointer
directly to the type, saving you a single hop.
I'm not so sure that is a very good reason, depending on your implementation
data structures that are fundamental to the type system of the virtual
machine use custom allocators so the extra hop carries little to no expense.
I would not have considered it had I
2008 Feb 21
2
[LLVMdev] compare and swap
On 2/21/08, Torvald Riegel <torvald at se.inf.tu-dresden.de> wrote:
> why is the intrinsic name not CAS? And having another version that returns
> just a bool might be better in some cases ( 1. does CAS return the value on
> all architectures? 2. you can just jump based on a flag and don't need to
> compare it again). Just my 2 cents though ...
I was going from
2001 Dec 27
1
Running windows services, an IPC issue?
Hello all,
I am looking to run an win application on linux. The problem it that it is
two parts: a exe, which calls a dll (and runs fine) and a service that
accepts requests fron the dll and does things (generates labels).
the small program runs fine, i get a return code telling me that the
service isn't running.
but if i try to execute the service, i get:
[pattejam@cory server]$ wine
2007 Jul 16
2
OT - Cisco Callmanager System Prompts
Off topic, but involves an Asterisk deployment in a roundabout way.
Anyone here intimately familiar with Cisco Callmanager (Version 4-5),
that can tell me where a directory of the standard system voice prompts
for Callmanager might be obtained? I am looking for the text and
filenames of the standard prompt set that ships with Callmanager, have
been all over the Cisco site and I can't find it.
2007 Feb 20
3
Asterisk / ACT CRM Integration
Has anyone ever been party to an integration of ACT CRM platform with
Asterisk?
Thanks
Cory Andrews
2010 Dec 20
6
sample() issue
> length(sample(25000, 25000*(1-.55)))
[1] 11249
> 25000*(1-.55)
[1] 11250
> length(sample(25000, 11250))
[1] 11250
> length(sample(25000, 25000*.45))
[1] 11250
So the question is, why do I get 11249 out of the first command and not
11250? I can't figure this one out.
Thanks
Cory
[[alternative HTML version deleted]]
2007 Feb 15
3
OT - IP Network Call Recording
Apologies in advance as this is not directly Asterisk related, however I
thought I might be able to leverage the experience of particiapants on
this listserv for some advice.
I have a client who is utilizing Talkswith PBX appliances, which have no
native call monitoring/call recording capabilities. They are looking
for an additional application, service or appliance that can sit on the
LAN, and
2011 Feb 22
1
how can I connect paired points within lattice bwplot?
Hello all,
my first post to this list. I do a lot of experiments using a paired
sampling design and I would get a lot of mileage out of figures like
this, if I can make it work! Any advice would be appreciated.
my email is: cory.champagn at gmail.com.
Thanks!
#define dummy variables and a dataframe:
y1 <- c(1:20)
x1 <-