similar to: [LLVMdev] C/C++ interpreter...

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] C/C++ interpreter..."

2010 Mar 02
2
[LLVMdev] problems with <map>...
Hi, I still see problems when std::map's are used. Is this expected or are map's still not supported? Cheers, Fons. -- Org: CERN, European Laboratory for Particle Physics. Mail: 1211 Geneve 23, Switzerland E-Mail: Fons.Rademakers at cern.ch Phone: +41 22 7679248 WWW: http://fons.rademakers.org Fax: +41 22 7669640
2009 Oct 16
2
[LLVMdev] [cfe-dev] Developer meeting videos up
Hi Chris, it would be good if "the powers that be" could be made to understand that if only Apple employees are not allowed to put up their slides while Apple is employing the core of the LLVM foundation, that this sends the absolute wrong message on openness of the project. It is also totally incompatible with the fantastic work you guys are doing and your tremendous presence
2010 Mar 02
0
[LLVMdev] problems with <map>...
Hi Fons, > I still see problems when std::map's are used. Is this expected or are > map's still not supported? what problems are you referring to? Ciao, Duncan.
2009 Oct 16
0
[LLVMdev] [cfe-dev] Developer meeting videos up
On Friday 16 October 2009 02:52, Fons Rademakers wrote: > At CERN we had already a number of people questioning the wisdom of basing > our developments on LLVM as it is perceived as an Apple thing, that could > turn on us at anytime, and this position does not help. Ditto. I've heard this more than once from people here. -Dave
2009 Oct 15
0
[LLVMdev] [cfe-dev] Developer meeting videos up
On Oct 15, 2009, at 8:29 AM, Anton Korobeynikov wrote: > Hi, Chris > >> All of the videos are now up on the web page, and most of the slides >> are up (still need to get David's and Evan's slides). Please let me >> know if you hit any problems. > First of all, thanks a lot about all stuff with videos & slides > posting. > > I'm a bit curious:
2009 Oct 15
7
[LLVMdev] [cfe-dev] Developer meeting videos up
Hi, Chris > All of the videos are now up on the web page, and most of the slides > are up (still need to get David's and Evan's slides).  Please let me > know if you hit any problems. First of all, thanks a lot about all stuff with videos & slides posting. I'm a bit curious: is there any reason why are other slides / videos not available (it seems that the ones missing
2009 Aug 31
4
[LLVMdev] C++ Interpreter
Hi, we want to implement a C++ interpreter using LLVM and clang, to replace our existing one <http://root.cern.ch/drupal/content/cint> that is used as part of a data handling and analysis environment <http://root.cern.ch>. We plan to keep the set of features that our current interpreter offers, e.g. calls into and out of libraries, dynamic scoping, unloading of code, and a prompt. I
2016 Apr 29
3
(Orc)JIT and weak symbol resolution
Hi, This is a question on how to resolve weak symbols from the binary for symbols that are also llvm::Module-local. Currently, the JIT seems to favor resolving to module-local symbols over existing symbols: $ cat symbols.cxx extern "C" int printf(const char*,...); template <class T> struct StaticStuff { static T s_data; }; template <class T> T
2009 Oct 16
2
[LLVMdev] [cfe-dev] Developer meeting videos up
On 10/16/2009 07:36 PM, David Greene wrote: > On Friday 16 October 2009 02:52, Fons Rademakers wrote: > >> At CERN we had already a number of people questioning the wisdom of basing >> our developments on LLVM as it is perceived as an Apple thing, that could >> turn on us at anytime, and this position does not help. > > Ditto. I've heard this more than once from
2009 Aug 31
0
[LLVMdev] C++ Interpreter
2009/8/31 Axel Naumann <Axel.Naumann at cern.ch>: > we want to implement a C++ interpreter using LLVM and clang Isn't clang going on that direction anyway? cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2002 Nov 22
1
Plotting all lines of a data frame
Hello, I'm trying to use R to plot a series of events (contained in a data.frame) into a single plot. In this case, the data columns represent known time marks. I would like to visually see the timing between those marks, for all events at once. What would be the fastest way to make that? My data.frame is like this event.1 event.2 event.3 ... event.N 1 0 52 87
2002 Aug 27
1
PDF output problem
Hello, I'm quite new to R, but I've already stepped into this problem: I open a PDF device with: pdf("Name-%d.pdf", width=10, height=10, onefile=FALSE) And draw 4 histograms in a row, expecting the pdf device to automatically number them from 1 to 4. What I get back is only 2 images with names "Name-1.pdf" and "Name-2.pdf" that contain the two last
2003 May 19
2
R doesn't support 3D histograms?
Hi, I've been using R since a while now to make 2D histograms. I have some data (appended) that would like to use to make a 3-D plot with x being the first variable in the file, y the second and the height, or z the third variable. How can I do it in R? I would like to have 3-D visualization of this plot. Preferably as a lego plot, that is, a set of stacks that grow with respect to the
1997 Aug 15
3
Samba and AFS
I think I have come across what seems to be a bug in the interplay between Samba and AFS. I'm running 1.9.16p11 on an IBM RS/6000 (AIX 4.1.5) with the AFS support included (AFS 3.4a). The client machine is running Windows 95. I've created an AFS area which is writeable (rlidwk) to an AFS protection group. The group contains two AFS users, say user1 and user2. If user1 creates a file in
2011 Jan 11
3
A section with name main already exists (Bug 5231)
Hi all, I''m facing the bug 5231 when running puppet: host has some repos with many section main defined: # grep main * atrpms.repo:[main] cern-extra.repo:[main] cern-extra-srpms.repo:[main] cern-only.repo:[main] cern-only-srpms.repo:[main] cern.repo:[main] cern-srpms.repo:[main] cern-test.repo:[main] cern-test-srpms.repo:[main] cern-update.repo:[main] cern-update-srpms.repo:[main]
2015 Mar 10
2
[LLVMdev] Google Summer of Code
> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > On 09/03/15 21:52, Anna Zaks wrote: >> >> +Easily, some of the code snippets end up being copied dozens of >> +times, which leads to worse maintainability, understandability and logical >> +design. > Should be better now. >> >> The project description stresses
2015 Jan 14
2
Red Hat Developer Toolset 3 for CentOS6?
Unfortunately, this is only for RHEL/CentOS 7, but it can also be found at: https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/ On Tue, Jan 13, 2015 at 1:39 AM, wwp <subscript at free.fr> wrote: > > On Tue, 13 Jan 2015 09:18:27 +0100 wwp <subscript at free.fr> wrote: > > > I could find the 1.1 and 2 repos gently provided by Tru Huynh, but quid > > of
2015 Mar 11
2
[LLVMdev] Google Summer of Code
> On Mar 11, 2015, at 2:14 AM, Vassil Vassilev <vvasilev at cern.ch> wrote: > > On 10/03/15 19:13, Anna Zaks wrote: >> >>> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch <mailto:vvasilev at cern.ch>> wrote: >>> >>> On 09/03/15 21:52, Anna Zaks wrote: >>>> >>>> +Easily, some of the code
2018 Nov 01
3
Video from the CentOS Dojo at CERN now available
The videos from the recent #CentOSDojo at #CERN are now available on the CentOS YouTube channel. If you have time for only one, be sure to watch the first video, which talks about the challenges that CERN has with the enormous amount of data they produce every day in the LHC. Also recommended, Fabian's discussion of the coming (and already in place!) changes to the CentOS Git infrastructure.
2015 Jan 14
1
Red Hat Developer Toolset 3 for CentOS6?
On Wed, Jan 14, 2015 at 1:28 AM, wwp <subscript at free.fr> wrote: > Hello Dave, > > > On Tue, 13 Jan 2015 21:18:18 -0700 Dave Johansen <davejohansen at gmail.com> > wrote: > > > Unfortunately, this is only for RHEL/CentOS 7 > > Really? It installs and works fine on my CentOS6, more over, on the > Cern pages, it says "for Scientific Linux CERN