Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] Unique shape and types"
2007 Jun 20
0
[LLVMdev] Unique shape and types
On Wed, 20 Jun 2007, Nicolas Geoffray wrote:
> In its implementation of types, LLVM only has one instance of a given
> shape, mostly for type equality
> Is this a non-issue for LLVM? Are types just considered as layouts?
LLVM uses a structural type system, which is different than many source
languages. This is useful for the optimizer, but is not so useful if you
want source level
2007 Jun 20
4
[LLVMdev] Unique shape and types
Chris Lattner wrote:
>
>> The issue I'm facing is object inheritance and how to find from a LLVM
>> type what types it inherits. Currently this can't be implemented in LLVM
>> and I need to implement a higher representation for types.
>>
>
> Yep. Sorry :(.
"Sorry", like "this can really not be integrated in LLVM" or like
2007 Jun 20
0
[LLVMdev] Unique shape and types
On Wed, 20 Jun 2007, Nicolas Geoffray wrote:
>> Yep. Sorry :(.
>
> "Sorry", like "this can really not be integrated in LLVM" or like "it is
> possible but it requires a lot of work to integrate it"? :)
it is not a desired feature for the LLVM type system itself.
>> Depending on your application, you could read debug info,
>>
>
>
2007 Jun 21
1
[LLVMdev] Unique shape and types
Chris Lattner wrote:
> If you control the front-end, you have many options available to you. For
> example, you could emit your own tables along the same lines as debug
> info but specialized to capture the metadata you need.
>
>
Yes, but this always turns into having two representations for one type:
the LLVM representation for its layout,
and a personal representation for
2010 Nov 30
2
xyplot : superimposed 2 groups in different panels
Hello,
I would like to plot the following xyplot : for each date of fff (1 date per
panel), bbb=f(aaa) for the two groups (ddd=1 and ddd=2) superimposed.
I can do it by group (see below) but not together.
I looked at http://lmdvr.r-forge.r-project.org/figures/figures.html but I
haven't found what I was looking for (to be honest, I haven't understood all
the examples).
Any help will be
2005 Oct 21
0
MASQed network to exit on different ext IP addres
Hi,
i have a following problem. Looks like this
ROUTER
--------------DEF.GWa aaa.aaa.aaa.aaa
| DEF.GWb bbb.bbb.bbb.bbb
|
---------------- -------------------
2007 Jun 20
0
[LLVMdev] Unique shape and types
On 6/20/07, Nicolas Geoffray <nicolas.geoffray at lip6.fr> wrote:
> > Depending on your application, you could read debug info,
> >
>
> Actually I am not using llvm-gcc. I'm just targeting a new language and
> it would have been a lot easier implementing the compiler with LLVM if
> it had this kind of feature (string <-> type). But if it's not feasible,
2004 Jan 09
1
degree-min-sec data
Hello -
Have both astronomic and geodetic data sets with values in the form
"ddd:mm:ss.sssss", where dd is an integer between -180 and 180, mm is an
integer between 0 and 60, and ss is a floating-point
number between 0 and 60.0. In order to do anything useful with these
values they need to be turned into their "decimal degree" equivalent.
Assuming the data is a vector y, the
2012 Feb 20
2
Help on lattice barchart ploting
Hi friends,
I have following data and would like to plot this with barchart() availble
with lattice package.
RsID Freqs Genotype
AAA 63.636 1/1
AAA 32.727 1/2
AAA 3.636 2/2
BBB 85.965 2/2
BBB 14.035 2/1
CCC 63.158 1/1
CCC 21.053 1/2
CCC 15.789 2/2
DDD 26.786 2/2
DDD 46.429 2/1
DDD 26.786 1/1
EEE 32.759 2/2
EEE 43.103 2/1
2010 Jul 07
1
Batch files process and String parsing
Here are what i am going to accomplish:
I have 400 files named as xxx.txt. the content of the file looks like the
following:
name count
1. aaa 100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for instance, I
2010 Jul 07
3
how to process this in R
Here are what i am going to accomplish:
I have 400 files named as xxx.txt. the content of the file looks like the
following:
name count
1. aaa 100
2. bbb 2000
3. ccc 300
4. ddd 3000
........
more that 1000 rows in each files.
these are the areas i need help:
1. how can i only read in the files with the string patterns ggg or fff as
part of the file names?
for
2012 Jan 08
2
uid / gid and systemusers
Hi all,
I'm facing a problem when a user (q and g in this example) is logging into dovecot. Can anybody tell some hint?
Thanks in advance.
George
/var/log/mail.log:
...
Jan 8 16:18:28 test dovecot: User q is missing UID (see mail_uid setting)
Jan 8 16:18:28 test dovecot: imap-login: Internal login failure (auth failed, 1 attempts): user=<q>, method=PLAIN, rip=AAA.BBB.CCC.DDD,
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
I have a samba server at ip address
aaa.bbb.ccc.ddd
I can connect to it from clients on subnets aaa.bbb.eee. and
aaa.bbb.fff.
I can't connect to it from clients on ggg.hhh.
smb.conf has
hosts deny = all
hosts allow = localhost, aaa.bbb., ggg.hhh.
The client can successfully 'ping mysambaserver' (resolves to
aaa.bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
2012 Oct 02
3
PROBLEM : Cannot require an Exec
hello:
i currently am using Puppet to run some commands in a sequence. there are
two sequences of exec resources. we found that we cannot use require =>
Exec and it does not work at all as expected. here is some sample code.
exec { "exec-AAA":
command => "/bin/true",
returns => 0,
notify => Exec["exec-BBB"],
}
exec { "exec-BBB":
2010 May 20
2
Re : Manipulating Data Frames
Dear All,
I have data some thisng like this :
> data <- read.csv(file='ipsample.csv',sep=',' , header=TRUE)
> data
State Jan Feb Mar Apr May Jun
1 AAA 1 1 0 2 2 0
2 BBB 1298 1195 1212 1244 1158 845
3 CCC 0 0 0 1 2 1
4 DDD 5 11 17 15 10 9
5 EEE 18 28 27 23 23 16
6 FFF 68 152 184 135 111
2010 May 19
1
Re : Adding column sum to new row in data frame
Dear All,
I have data some thing like this:
State Jan Feb Mar Apr May Jun AAA 1 1 0 2 2 0 BBB 1298 1195 1212 1244
1158 845 CCC 0 0 0 1 2 1 DDD 5 11 17 15 10 9 EEE 18 28 27 23 23 16 FFF
68 152 184 135 111 86
I want to sum all the column(Jan, Feb, Mar ...) and have to merge the total
at last row. like this:
StateJanFebMarAprMayJunAAA110220BBB12981195121212441158845CCC 000121DDD51117
2009 Oct 27
1
Protocol for Ritmo AS-800VA
Hi,
I just acquired a Ritmo AS-800VA.
Unfortunately, it doesn't work out of the box with nut - so I had to do a
bit of reverse engineering on the protocol to get it working. Am now
posting my findings here in the hope it will get this added to the next
release.
There are also 1000VA and 12000VA versions that this should work with.
The protocol is very similar to the megatec protocol -
2004 Jul 20
2
question regarding Asterisk. X-Lite, and firewall
Hello,
I have a one-way audio problem. If any one can give me a clue on how to
solve it, I'd highly appreciate.
My configuration is:
Both Asterisk server and a SIP phone run within a LAN. Asterisk:
CVS-HEAD-06/27/04-11:42:23. SIP phone is X-Lite release 1103m build stamp
14262. The Linux box that running Asterisk server is RedHat 2.4.18-14.
Asterisk server runs on IP: 192.168.1.102. X-Lite
2005 Mar 07
1
How to set netbios node type to Samba server
I have 2 samba server. both server is multi homed server.
mostly same smb.conf.
First server, run on FreeBSD 5-Stable,and this machine
register two NetBIOS name to IP adress mapping to wins server.
And this machine is m-node.
Another server ,run on Linux,and this machine
register only one NetBIOS name to IP adderss mapping to wins server.
And this machine is h-node.
I have a question.
1) Why
1999 Sep 22
1
Problem with Word 6.0 on samba share
Hi all,
I have a problem opening file on a samba share with Word 6.0.
We use samba 2.0.5a running on a HP9000/800 (HP-UX 10.20).
Often when try to open file, Word stop responding for some minutes
(generally from 2 to 5) and then word succed to open it.
In the sambadir/var the corresponding log file is like this :
[1999/09/20 17:10:52, 1] smbd/service.c:make_connection(521)
pc000320