search for: annations

Displaying 7 results from an estimated 7 matches for "annations".

2005 Jan 07
4
glm fit with no intercept
Dear R-help list members, I am currently trying to fit a generalized linear model using a binomial with the canonical link. The usual solution is to use the R function glm() in the package "stats". However, I run into problem when I want to fit a glm without an intercept. It is indicated that the solution is in changing the function glm.fit (also in "stats"), by specifying
2006 Mar 01
0
[LLVMdev] Re: gcc like attributes and annotations
...>>> information ala DWARF. >> This isn't something you can do, this is far more tricky than you make >> it out to be. :) > Hehe, I know. Certainly if someone like you says that. But *if* the > front end is aware of the annotation, which would be doable, and the > annations are serializable in bytecode, then one would have this > information during LLVM bytecode processing as well. Yes. However, there would be no way to keep isomorphic LLVM types separate. This dramatically limits the usefulness of what you're trying to do. > One could also emit the sy...
2011 May 15
1
Mount & Blade With Fire and Sword crash
as the subject says Mount & blade with fire and sword crashes directly when i try to launch it and the weird thing is my friend is running it on wine flawlessly and i just cant figure out why its crashing and it shouldnt be gfx card drivers or so because i have WoW and starcraft 2 running fine, perhaps you could give some tips/hints on what could be the issue here its running a 32bit
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2006 Feb 24
5
[LLVMdev] Re: gcc like attributes and annotations
...ured debug >> information ala DWARF. > > > This isn't something you can do, this is far more tricky than you make > it out to be. :) > Hehe, I know. Certainly if someone like you says that. But *if* the front end is aware of the annotation, which would be doable, and the annations are serializable in bytecode, then one would have this information during LLVM bytecode processing as well. One could also emit the symbolic information like Relocation informations in a .section or as I am currently working with the JIT - use the JITs information about the annotations to get the s...
2006 Feb 24
0
[LLVMdev] gcc like attributes and annotations
On Fri, 24 Feb 2006, Jakob Praher wrote: > out of a matter of fact I am still using llvm version 1.5. I don't know > how 1.6 works in this matter. ok. > When translating a complex c application to llvm bytecodes, some > semantics are lost: > > Take for isntance the interesting attribute to put a variable in the > thread local data section (.tdata), this would be
2006 Feb 24
2
[LLVMdev] gcc like attributes and annotations
hi all, out of a matter of fact I am still using llvm version 1.5. I don't know how 1.6 works in this matter. When translating a complex c application to llvm bytecodes, some semantics are lost: Take for isntance the interesting attribute to put a variable in the thread local data section (.tdata), this would be interesting to have in llvm. like in GCC you write: int x