search for: farina

Displaying 20 results from an estimated 28 matches for "farina".

Did you mean: faria
2009 Apr 04
4
[LLVMdev] Suggestion for VM porting to LLVM
Hi guys, first of all let me say "hello" to everyone. Its the firt message for me in this list and I'm pretty happy that I'll be able to finally start working with LLVM. I've a question for you all if you can help me: a few years ago I've implemented a simple VM for a language we're using in my company. The VM JIT compiles a simple bytecode and executes it.
2009 Apr 07
1
[LLVMdev] Suggestion for VM porting to LLVM
..., its pretty much the same thing... Conversion to > LLVM-IR of a custom bytecode is the same as conversion to LLVM-IR of > a custom language. > > The syntax of the 'custom language' just happens to be binary > bytecode. > > On Sun, Apr 5, 2009 at 1:15 PM, Gabriele Farina > <gabriele at sephiroth.it> wrote: > Hi, > > Isn't it intended to explain how to build a compiler for a custom > language that targets LLVM-IR ? Is it useful also to understand how to > build a VM that is meant to execute custom bytecode (converting it to > LLVM-IR...
2009 Apr 04
0
[LLVMdev] Suggestion for VM porting to LLVM
On Saturday 04 April 2009 09:20:21 Gabriele Farina wrote: > - generate IR from my complier; > - build a VM that converts at runtime my bytecode to IR and executes it; > > I largely prefer the second option because it would be great if I can > continue to use to old programs without having to recompile them. > > Which approach d...
2009 Apr 04
0
[LLVMdev] Suggestion for VM porting to LLVM
On Apr 4, 2009, at 1:20 AM, Gabriele Farina wrote: > Which approach do you suggest ? are there any alternatives ? My take, do the second one first, gain some experience and have some fun. You can use this to double check the performance and suitability. But mid-term, I'd say, do both. This allows you to compare the performan...
2010 Dec 05
2
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
On Sat, Dec 4, 2010 at 5:14 AM, Chris Lattner <clattner at apple.com> wrote: > Thiago, > > The coding standards (which have been finalized and comitted) don't dictate names for local variables. > Do you like the fact that local variables start with capital letter? Following the same convention used to name classes? It's a very strange adoption. I like the way that
2010 Dec 05
0
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
On Dec 4, 2010, at 4:25 PM, Thiago Farina wrote: > On Sat, Dec 4, 2010 at 5:14 AM, Chris Lattner <clattner at apple.com> wrote: >> Thiago, >> >> The coding standards (which have been finalized and comitted) don't dictate names for local variables. >> > > Do you like the fact that local variabl...
2008 Jul 18
2
Difference between system-config-* and system-config-*-tui ?
Hello List, I have a little question. What is the difference between the system-config-* and system-config-*-tui ? Thank you. Fabrice
2009 Apr 05
1
[LLVMdev] Suggestion for VM porting to LLVM
...nds more compact for this kind of programs. Did you find any significant performance loss when using OCaml over C++ ? Runtime performance is quite important in my situation. Gabriele Il giorno 04/apr/09, alle ore 19:46, Jon Harrop ha scritto: > On Saturday 04 April 2009 09:20:21 Gabriele Farina wrote: >> - generate IR from my complier; >> - build a VM that converts at runtime my bytecode to IR and >> executes it; >> >> I largely prefer the second option because it would be great if I can >> continue to use to old programs without having to recompile t...
2009 Apr 05
3
[LLVMdev] Suggestion for VM porting to LLVM
...articles around that explains how to use LLVM to build a VM that should work like mine ? I've read something around (mostly source code) but a good article/doc will be perfect Gabriele Il giorno 04/apr/09, alle ore 19:23, Mike Stump ha scritto: > On Apr 4, 2009, at 1:20 AM, Gabriele Farina wrote: >> Which approach do you suggest ? are there any alternatives ? > > My take, do the second one first, gain some experience and have some > fun. You can use this to double check the performance and > suitability. But mid-term, I'd say, do both. This allows you to >...
2009 Apr 07
0
[LLVMdev] Suggestion for VM porting to LLVM
Gabrielle, The way I see it, its pretty much the same thing... Conversion to LLVM-IR of a custom bytecode is the same as conversion to LLVM-IR of a custom language. The syntax of the 'custom language' just happens to be binary bytecode. On Sun, Apr 5, 2009 at 1:15 PM, Gabriele Farina <gabriele at sephiroth.it>wrote: > Hi, > > Isn't it intended to explain how to build a compiler for a custom > language that targets LLVM-IR ? Is it useful also to understand how to > build a VM that is meant to execute custom bytecode (converting it to > LLVM-IR previo...
2009 Apr 05
2
[LLVMdev] Suggestion for VM porting to LLVM
Hi, Isn't it intended to explain how to build a compiler for a custom language that targets LLVM-IR ? Is it useful also to understand how to build a VM that is meant to execute custom bytecode (converting it to LLVM-IR previously) ? Thanks, Gabriele Il giorno 05/apr/09, alle ore 11:36, Anton Korobeynikov ha scritto: > Hello, Gabriele > >> thanks for the suggestion. Do you
2007 Apr 18
2
Error loading libraries in MAC
Hi I just installed the gmodels package and the installation was successful but when I was trying to load the library I got an error (see below). Interesting, yesterday I wrote to the maintainer of RSQLite apckage because I got the same error. Does somebody knows what is going on ?? thanks, Mayte library(gmodels) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load
2007 Apr 18
2
Error loading libraries in MAC
Hi I just installed the gmodels package and the installation was successful but when I was trying to load the library I got an error (see below). Interesting, yesterday I wrote to the maintainer of RSQLite apckage because I got the same error. Does somebody knows what is going on ?? thanks, Mayte library(gmodels) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load
2010 Dec 04
0
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
On Dec 3, 2010, at 8:03 PM, Thiago Farina wrote: > On Mon, Nov 29, 2010 at 5:02 AM, Anton Korobeynikov > <anton at korobeynikov.info> wrote: >>> I enjoyed the new coding style in recent patches. Camel case makes it easy >>> to pick a descriptive name. Starting functions and variables with lower >>> c...
2009 Jan 07
2
proftpd question
Hi I am using proftpd in 5.2 When I change the user from /home/userA to /ftp/userA in this file /etc/passwd eg: userA:x:502:502::/ftp/userA:/bin/bash After change this passwd file, I can't logon as ftp but ssh is fine Can you help? Thank you Send instant messages to your online friends http://uk.messenger.yahoo.com
2010 Dec 19
0
[PATCH v2] am: Allow passing exclude and include args to apply
...ot yet the exclude and include args. When porting dash patches from dash git to klibc git, where dash has a different directory structure, the exclude and include am switches are handy: Exported with format-patch on dash side and used am as import for klibc side. Cc: klibc at zytor.com Cc: Thiago Farina <tfransosi at gmail.com> Cc: Sam Ravnborg <sam at ravnborg.org> Signed-off-by: maximilian attems <max at stro.at> --- Documentation/git-am.txt | 5 ++++- git-am.sh | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/git-am....
2010 Dec 04
2
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
On Mon, Nov 29, 2010 at 5:02 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> I enjoyed the new coding style in recent patches. Camel case makes it easy >> to pick a descriptive name. Starting functions and variables with lower >> cases reduces chances to conflict with a type name. > Honestly speaking, I don't. Especially in the cases when varname is
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...<rjones@redhat.com> Richard Weinberger <richard@nod.at> Richard Zhao <linuxzsc@gmail.com> Richard Zhao <richard.zhao@freescale.com> Richard Zhao <richard.zhao@linaro.org> Richard Zhao <rizhao@nvidia.com> Richard Zhu <r65037@freescale.com> Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> Rick Hoover <RHoover@digilentinc.com> Rick Jones <rick.jones2@hp.com> Rickard Andersson <rickard.andersson@stericsson.com> Rik van Riel <riel@redhat.com> Rikard Olsson <rikard.p.olsson@stericsson.com> Rishi Panjwani...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...<rjones@redhat.com> Richard Weinberger <richard@nod.at> Richard Zhao <linuxzsc@gmail.com> Richard Zhao <richard.zhao@freescale.com> Richard Zhao <richard.zhao@linaro.org> Richard Zhao <rizhao@nvidia.com> Richard Zhu <r65037@freescale.com> Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> Rick Hoover <RHoover@digilentinc.com> Rick Jones <rick.jones2@hp.com> Rickard Andersson <rickard.andersson@stericsson.com> Rik van Riel <riel@redhat.com> Rikard Olsson <rikard.p.olsson@stericsson.com> Rishi Panjwani...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...KURA.ne.jp> wrote: Tetsuyuki Kobayashi <koba@kmckk.co.jp> Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com> Thang Q. Nguyen <tqnguyen@apm.com> Theodore Ts''o <tytso@mit.edu> Thiago Farina <tfarina@chromium.org> Thiago Rafael Becker <trbecker@trbecker.org> Thierry Escande <thierry.escande@linux.intel.com> Thierry Reding <thierry.reding@avionic-design.de> Thirumalai Pachamuthu <tpachamu@qca.qualcomm.com> Thirupathi <thirupathi.chippakurthy@st...