Displaying 4 results from an estimated 4 matches for "codewriting".
2010 Mar 27
2
[LLVMdev] Static code generation - is it gone from LLVM 2.7?
Hi,
Just realized that ability to generate static object code (e.g. ELF w/o
using JIT) is no longer available in 2.7 (at least in release_27 branch).
For example
> llc -filetype=obj whatever.bc
doesn't work in Linux environment anymore (well it wasn't fully
implemented before but it worked for simple bytecodes in 2.6).
I used to generate code by creating TargetMachine and
2010 Mar 27
0
[LLVMdev] Static code generation - is it gone from LLVM 2.7?
On Mar 26, 2010, at 6:24 PM, Peter Shugalev wrote:
> Hi,
>
> Just realized that ability to generate static object code (e.g. ELF w/o
> using JIT) is no longer available in 2.7 (at least in release_27 branch).
>
> For example
>> llc -filetype=obj whatever.bc
> doesn't work in Linux environment anymore (well it wasn't fully
> implemented before but it worked
1997 Sep 05
0
R-alpha: GLM (from R-core)
...ther cases the user should be free to use
other values of the df that might improve the approximation. This is
particularly true when the user specifies the dispersion, as then we have
no idea what df is appropriate."
That kind of topic is about "policy" as opposed to bugfixing and
codewriting, and - as Martin Maechler pointed out - there are people
on R-devel who have broad experience in GLMs and may want to
contribute to the discussion.
Also other things with GLMs are debatable, e.g. whether it is always
correct to use the weighted RSS and not the deviance for the
dispersion estimate...
2010 Mar 27
2
[LLVMdev] Static code generation - is it gone from LLVM 2.7?
Chris Lattner wrote:
> On Mar 26, 2010, at 6:24 PM, Peter Shugalev wrote:
>
>> Hi,
>>
>> Just realized that ability to generate static object code (e.g. ELF w/o
>> using JIT) is no longer available in 2.7 (at least in release_27 branch).
>>
>> For example
>>> llc -filetype=obj whatever.bc
>> doesn't work in Linux environment anymore