search for: graalvm

Displaying 11 results from an estimated 11 matches for "graalvm".

Did you mean: graalfs
2019 Jan 28
2
[RFC] Support embedding bitcodes in LLD with LTO
Hi everybody! I'm Josef and I'm working at Oracle Labs on Sulong [1,2], the LLVM IR execution engine in GraalVM [3]. In addition to executing bare bitcode files, Sulong also accepts ELF files with embedded bitcode sections. Therefore, it would be great if LLD in (Full)LTO mode would support embedding bitcode sections to the resulting object file. Is that something that would be considered useful and wort...
2019 Apr 05
3
Orientación para hacer un sitio web con R
Hola, Como te comentan, shiny es la mejor opción que tienes, solo añadir que no necesitas Rstudio connect. Se puede hacer el volcado de datos con conexiones ODBC perfectamente, hay varios paquetes de R que te sirven para ello. Lo que si es cierto es que necesitarás dedicarle un tiempo a cómo utilizarlos de manera razonable, probableente tendrás que pelear un poco para configurarlos correctamente.
2016 May 13
3
Access to dynamic execution information.
Hi Does LLVM dynamically run the program to obtain profiling information like branch weight? if so, can we access the information regarding this run like the number of instructions that have been executed dynamically between two specific points of the program? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Apr 05
2
Orientación para hacer un sitio web con R
...s algo que en su momento me pareció muy bueno, luego por solo buscar > algo distinto no continué por ese camino, sin embargo recordaba algo, no > era justo lo que buscaba en mi memoria, pero encontré esto leí en su > momento y sinceramente me llamó la atención, > > https://medium.com/graalvm/enhance-your-java-spring-application-with-r-data-science-b669a8c28bea > . > > En lo personal spring boot me resulta amigable, rápido en el desarrollo, el > problema está en el servidor, lógicamente, con algo de presupuesto se > arregla el problema. > > Sobre rendimientos hay al...
2016 Jan 30
4
Sulong
Hi everyone, we started a new open source project Sulong: https://github.com/graalvm/sulong. Sulong is a LLVM IR interpreter with JIT compilation running on top of the JVM. By using the Truffle framework, it implements speculative optimizations such as inlining of function pointer calls through AST rewriting. One area of our research is to provide alternative ways of executing LLV...
2019 Jan 31
3
[RFC] Support embedding bitcodes in LLD with LTO
...t; On Mon, Jan 28, 2019 at 6:41 AM Josef Eisl via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Hi everybody! > > I'm Josef and I'm working at Oracle Labs on Sulong [1,2], the LLVM IR > execution engine in GraalVM [3]. In addition to executing bare bitcode > files, Sulong also accepts ELF files with embedded bitcode sections. > Therefore, it would be great if LLD in (Full)LTO mode would support > embedding bitcode sections to the resulting object file. Is that > something that wou...
2019 Jan 31
2
[RFC] Support embedding bitcodes in LLD with LTO
...gt;> > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> > >> > Hi everybody! >> > >> > I'm Josef and I'm working at Oracle Labs on Sulong [1,2], the LLVM >> IR >> > execution engine in GraalVM [3]. In addition to executing bare >> bitcode >> > files, Sulong also accepts ELF files with embedded bitcode sections. >> > Therefore, it would be great if LLD in (Full)LTO mode would support >> > embedding bitcode sections to the resulting object file....
2018 Aug 20
2
Using VMKit to convert Java Bytecode to LLVM IR
Hi, I wanted to use VMKit project to convert Java Bytecode to LLVM IR bitcode. But I do not know how to start, since I came to know that VMkit is written for llvm -3.3 version, but I want it for latest LLVM version 6.0.1. So, could you please suggest me, whether I have to write it whole project from scratch to meet my requirement of latest llvm version, or can use existing project by building
2020 Mar 29
0
status of Java & rJava?
...But the good news is, there are more alternatives than ever. See e.g. https://labs.consol.de/development/2019/02/05/oracle-license-is-the-free-lunch-over.html . And also Oracle has a very interesting new VM significantly improving startup time, the community edition is under GPL-2. See https://www.graalvm.org/ . Cheers, Adrian Adrian Trapletti Steinstrasse 9b, 8610 Uster, Switzerland P +41 44 994 56 30 | M +41 79 103 71 31 adrian at trapletti.org | www.trapletti.org On Sun, Mar 29, 2020 at 12:02 PM <r-devel-request at r-project.org> wrote: > > ... > Message: 4 > Date: Sun,...
2016 Jul 19
5
A "Java Backend"
My idea was to create a complete backend treating Java as a normal platform, to enable LLVM to compile programs to Java Bytecode (.class) and Java Archive files (.jar). This could be useful in situations where we need to compile a program for a platform still not natively supported by LLVM. I don't know if it exists already, I've heard about this "LLJVM" but I don't think it
2016 Mar 15
4
Regression in strptime
>>>>> peter dalgaard <pdalgd at gmail.com> >>>>> on Sat, 12 Mar 2016 19:11:40 +0100 writes: > OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980) >> strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"), "%Y/%m/%d", tz="CET") ............... >