Displaying 20 results from an estimated 70000 matches similar to: "[LLVMdev] Generating code for java"
2018 Nov 25
1
[PATCH] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the ! operator will
result in the desired result.
[ Note, not tested ]
2020 Jan 16
0
[PATCH AUTOSEL 4.19 202/671] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2020 Jan 16
0
[PATCH AUTOSEL 4.14 111/371] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2020 Jan 16
0
[PATCH AUTOSEL 4.9 080/251] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2020 Jan 16
0
[PATCH AUTOSEL 4.4 048/174] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2009 Nov 24
2
[LLVMdev] JVM Backend
Hi,
I've written a backend for LLVM that allows LLVM IR to be transformed
to a Java/JVM class file (llvm-jvm.patch.gz attached).
Indirect function calls don't work yet, and there's probably some
minor bugs in it, but it works well for the test cases that I've run
through it. Also, several instructions are emulated by method calls
due to deficiencies in the JVM instruction set
2008 Aug 03
1
java not found.
I use linux. Ubuntu 8.04 with wine 1.10.
I have installed a program called 4xfindme. It calls for java, so I installed java for xp. But when I run the program it tells me that java is not found.
Is there something I have to do to be able to tell programs that java is installed?
The exact error is this. "Unable to start the application--the java Virtual Machine cannot be loaded."
2020 May 24
1
doveadm backup : Error: Failed to access mailbox
Hi All,
So close and yet so far.? ;-(
Have been migrating users from an old Dovecot server to a new one.
All of the users have doveadm backup'd perfectly, except for one !
What does the below mean ?
$ sudo doveadm -v -o imapc_user=jd at example.org.tld -o imapc_password=secretSquirrel -o imapc_host=old-server.example.com backup -1 -R -u jd at example.org.tld imapc:
dsync(jd at
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003!
Let it be prosperous for both you and me!
Below you see a very short version of my CV as of January 2003
for your kind consideration and update.
Word, TXT, and PDF version of the complete CV are available upon request.
Enjoy the economic recovery!
Make it a great day:
ZAR
=================================================================
ZAR PETKOV,
2012 Jan 04
1
libvirt-java: generate Java code from rng schema
Hi,
I am a quite new to libvirt, and need to use it from within Java code. I was wondering if anyone has been able to generate Java classes from the publisher rng schema. I also wonder why rng format was used over more common formats, which would make things easier since there are a number of code generators for it which are well established, at least in the Java world...
Any suggestion would be
2014 May 30
3
[LLVMdev] LLVM multithreading
Hi Bruce,
thank you for your answer.
What I want to know is following: Imagine that I create threads in some
way. I want threads to execute the same BC, while using the same memory
space. I know that LLVM IR has a nice structure: Context - Module -
Execution engine. Is there a way to run several instances of LLVM (using
threads for example) with the same memory space?
On Fri, May 30, 2014 at
2012 Jul 26
1
[LLVMdev] java frontend
On 26/07/12 14:59, Rafael Espíndola wrote:
> On 26 July 2012 08:45, George Baah <georgebaah at gmail.com> wrote:
>> Hi Folks,
>> Is a java frontend still being developed for llvm?
>
> Closest thing I know is gcj + dragonegg, but it is a lot of work to be
> done in gcj before it works with dragonegg.
the main issue I know about is that gcj wants to output
2005 Jun 21
1
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam, Matt King <m@orderlysoftware.com> writes:
>> I am familiar with the OSI definitiion. I've read it again, but I
>> can't work out exactly how asking for permission contravenes this
>> definition.
>
>
Then Adam wrote:
> "6. No Discrimination Against Fields of Endeavor
>
> The license must not restrict anyone from making use of the
2006 May 31
1
Advice needed: Rails generating Java WebRowSet style XML
All,
My Rails app. is required to interface with some pre-existing stuff that
consumes the XML output of a Java 1.5 WebRowSet. If you''ve never seen
once of these beasts, it is basically an XML-ized version of SQL data,
chock full of table and column specific metadata.
I should be able to generate this without too much trouble, but wondered
in anyone had any advice for me about how
2010 Aug 19
2
C or Java code generation
Hi All!
I'm new to R and I need to know is it possible for R to generate C/C++
source code, Java byte code or native Win32 DLL like MatLab?
---
WBR,
Vyacheslav.
2019 Feb 16
1
drm/nouveau/bios/ramcfg, setting of RON pull value
Hi,
Static Analysis with CoverityScan as detected an issue with the setting
of the RON pull value in function nvkm_gddr3_calc in
drm/nouveau/bios/ramcfg.c
This was introduced by commit: c25bf7b6155cb ("drm/nouveau/bios/ramcfg:
Separate out RON pull value")
CoverityScan reports the issue as follows:
84 case 0x20:
85 CWL = (ram->next->bios.timing[1] &
2013 Sep 23
0
Unable to execute Java MapReduce (Hadoop) code from R using rJava
Hi All,
I have written a Java MapReduce code that runs on Hadoop. My intention is
to create an R package which will call the Java code and execute the job.
Hence, I have written a similar R function. But when I call this function
from R terminal, the Hadoop job is not running. Its just printing few lines
of warning messages and does nothing further. Here is the execution
scenario:
*>
2011 Oct 07
1
BitSet equivalent? Java code usable?
Hi all,
I consider writing a R package on statistics for the sorting method as a hobby. I have written a private Java application that I could use as a basis. Therefore I'd like to ask two questions:
1) logical vectors: Bit storage (small) and capable of bit operations?
The Java application relies on BitSet(s) for efficiency reasons. Arrays of logical values cost far too much memory (in the
2017 Oct 26
0
How to create a table structure in Java code?
I suspect that you are looking for something like:
read.csv(textConnection(
"5.1,3.5,1.4,0.2,setosa
4.9,3,1.4,0.2,setosa
4.7,3.2,1.3,0.2,setosa
4.6,3.1,1.5,0.2,setosa
5,3.6,1.4,0.2,setosa"
), header = FALSE)
HTH,
Jan
On 25-10-17 12:50, Morkus via R-devel wrote:
> Hi all,
>
> Using RConsole, it's easy to get data from the database that you can use in an R Command. Like
2008 Mar 18
0
[LLVMdev] Proposal for a Google summer of code project for the Java frontend.
Ramón García wrote:
> I would like to see the code of your front end.
>
>
It should be available in a week or two. I'm currently dealing with
licensing issues.
> I started working with llvm-java, since it was what was available. It
> does not run yet (small compilation issues, almost done),
> but the design seems fine. It can run (when setup complete) small
> pieces