search for: ranieri

Displaying 17 results from an estimated 17 matches for "ranieri".

2009 Jun 04
3
[LLVMdev] Structured Exception Handling (SEH) on Windows
On Jun 3, 2009, at 18:50, Eli Friedman wrote: > On Wed, Jun 3, 2009 at 2:20 PM, Joe Ranieri<joe at alacatialabs.com> > wrote: >> Has any progress been made on structured exception handling on >> Windows? I saw a post by Duncan Sands back in September 2008, but >> haven't seen anything since. I'm trying to generate code to run on >> Windows, but w...
2009 Jun 03
2
[LLVMdev] Structured Exception Handling (SEH) on Windows
Has any progress been made on structured exception handling on Windows? I saw a post by Duncan Sands back in September 2008, but haven't seen anything since. I'm trying to generate code to run on Windows, but would really prefer not to ship libgcc... -- Joe Ranieri
2009 Jun 03
0
[LLVMdev] Structured Exception Handling (SEH) on Windows
On Wed, Jun 3, 2009 at 2:20 PM, Joe Ranieri<joe at alacatialabs.com> wrote: > Has any progress been made on structured exception handling on > Windows? I saw a post by Duncan Sands back in September 2008, but > haven't seen anything since. I'm trying to generate code to run on > Windows, but would really prefer not...
2008 Feb 08
2
Dynamic resize of drawing canvas and FXImage
...amically resize or have its width and height attributes changed in reply to user interaction with the main window (FXMainWindow)? It seems that whem I put initial values to W and H of the canvas or FXImage, they remain with its initial values no matter what I do whem resizing the main window. -- Ranieri Barros Teixeira Ci?ncia da Computa??o - Faculdade de Computa??o - Universidade Federal do Par? (UFPA) http://rubyxchart.rubyforge.org http://rubytags.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/fxruby-users/attachments...
2010 May 11
0
[LLVMdev] New libc++ LLVM Subproject
...ject/libcxx/trunk libcxx > > If you have questions or comments, please direct them to one of the clang mailing lists. Thanks! > > -Chris Awesome news! The links to 'Browse SVN' and 'Browse ViewVC' seem to be pointing to compiler-rt instead of libcxx though... -- Joe Ranieri
2015 Oct 16
5
Managed Languages BOF @ Dev Meeting
Sanjoy, Joseph, and I will be hosting a BoF on using LLVM to build compilers for managed languages. We're curious to hear who's planning on attending and what topics you'd like to hear about. Depending on the expected audience, we're happy to do anything between a rough "what to expect getting started" to a down in the weeds working session on relevant optimization
2014 Apr 02
2
[LLVMdev] Proposal: Loads/stores with deterministic trap/unwind behavior
On Tue, Apr 01, 2014 at 09:03:10PM +0100, David Chisnall wrote: > On 1 Apr 2014, at 19:38, Peter Collingbourne <peter at pcc.me.uk> wrote: > > > I'm pretty sure that it is possible to unwind through signal handlers. This > > is, for example, how gccgo implements some run-time panics. > > It' highly OS dependent and not something to rely on for any >
2012 Jan 14
3
[LLVMdev] Off Topic: Building ld
Thanks for your response, that's kinda what I've gathered over the years. I was hoping that the Xcode project would have "just worked". I'll keep piece-mealing it together, and hope that it works. I'll try to post a radar. Joe Joe Abbey Director of S/W Development Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C:
2010 May 11
9
[LLVMdev] New libc++ LLVM Subproject
Hi All, LLVM now includes a C++ standard library, written by Howard Hinnant. You can read about it here: http://blog.llvm.org/2010/05/new-libc-c-standard-library.html Or get the code here: svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx If you have questions or comments, please direct them to one of the clang mailing lists. Thanks! -Chris
2010 Apr 14
1
[LLVMdev] Extensible Metadata in LLVM IR
Devang and I wrote up a description of this new LLVM 2.7 feature here: http://blog.llvm.org/2010/04/extensible-metadata-in-llvm-ir.html Thoughts and comments are welcome, -Chris
2020 Jan 05
0
Understand rynce messages in vvvv verbosity level
...a mode=0100644 len=23037092 uid=500 gid=500 flags=0 [sender] i=976 /media/giampy2/musica Compilations/Best Seller All'italiana/10 Matia Bazar - Solo Tu.m4a mode=0100644 len=22440633 uid=500 gid=500 flags=0 [sender] i=977 /media/giampy2/musica Compilations/Best Seller All'italiana/11 Massimo Ranieri - Erba Di Casa Mi.m4a mode=0100644 len=24474919 uid=500 gid=500 flags=0 [sender] i=978 /media/giampy2/musica Compilations/Best Seller All'italiana/12 Christian - Mia Bella Signora.m4a mode=0100644 len=24290656 uid=500 gid=500 flags=0 [sender] i=979 /media/giampy2/musica Compilations/Best Seller...
2007 Dec 07
0
Associations counting
...loged in) User: @item.adds.create :user => @current_user In the view, the number of items is displayed currectly, but in the database it is shown as 0, if I looking at the items table; at the same time the table users show: adds_count = 1, or the currect number of adds. Why? How can I fix it? Ranieri Teixeira --------------------------------- Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2012 Jan 15
0
[LLVMdev] Off Topic: Building ld
Ben, Thanks for your help! > http://opensource.apple.com/source/cctools/cctools-806/include/mach-o/arm/reloc.h Yep, as Joe Ranieri pointed out, I had to tell MachOFileAbstraction.hpp about ARM relocs > http://opensource.apple.com/source/dyld/dyld-195.5/include/mach-o/dyld_priv.h I tried to use the dyld_priv.h from cctools to no avail, using the one from dyld (as you pointed out) worked Also I had to "drag and drop&q...
2015 Oct 18
2
Managed Languages BOF @ Dev Meeting
On Oct 16, 2015, at 1:27 PM, Joe Ranieri via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I'm planning on attending. You've mentioned some of these, but > specific topics of interest for me include: > - Dealing with the explosion of basic blocks that come up with > languages where almost every function call, im...
2009 Oct 17
0
[LLVMdev] [cfe-dev] Developer meeting videos up
On Oct 17, 2009, at 1:32 AM, Owen Anderson wrote: > Chris, > > On Oct 15, 2009, at 8:45 AM, Chris Lattner wrote: >> Unfortunately, we found out at the last minute that Apple has a rule >> which prevents its engineers from giving video taped talks or >> distributing slides. We will hold onto the video and slide assets in >> case this rule changes in the future.
2009 Oct 17
5
[LLVMdev] [cfe-dev] Developer meeting videos up
Chris, On Oct 15, 2009, at 8:45 AM, Chris Lattner wrote: > Unfortunately, we found out at the last minute that Apple has a rule > which prevents its engineers from giving video taped talks or > distributing slides. We will hold onto the video and slide assets in > case this rule changes in the future. While I'm glad to know we all share similar sentiments on this, lots of
2015 Oct 18
3
Managed Languages BOF @ Dev Meeting
I won’t be able to attend, but I’d be interested in hearing if any conclusions are reached on several of these topics: > On 16 Oct 2015, at 21:27, Joe Ranieri via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > - Dealing with the explosion of basic blocks that come up with > languages where almost every function call, implicit and explicit, can > raise exceptions. This also relates to non-call exceptions. There was a proposal a few...