search for: intermodul

Displaying 6 results from an estimated 6 matches for "intermodul".

Did you mean: intermodule
2016 Jul 05
2
Can we get interprocedural register allocation work across module boundary?
Hello Mentors, I have a very naive idea to get IPRA woking at link time and thus extending its scope to intermodule. I seek some help if it seems to be a feasible idea. So idea is to take advantage of LTO's capability to work with bit code files. LTO can optimize number of bitcode files and combine them into a big module. LTO then generates native code for the big module. So does it seem feasible to have...
2016 Jul 06
2
Can we get interprocedural register allocation work across module boundary?
...Mehdi Amini <mehdi.amini at apple.com> wrote: > > > On Jul 5, 2016, at 9:28 AM, vivek pandya <vivekvpandya at gmail.com> wrote: > > > > Hello Mentors, > > > > I have a very naive idea to get IPRA woking at link time and thus > extending its scope to intermodule. I seek some help if it seems to be a > feasible idea. > > > > So idea is to take advantage of LTO's capability to work with bit code > files. LTO can optimize number of bitcode files and combine them into a big > module. LTO then generates native code for the big module....
2012 Oct 08
1
Resource Scope
I can''t work this out and I''m getting frustrated. :( Puppet is complaining: err: Failed to apply catalog: Could not find dependency Lvm::Volume_group[bcvg] for Lvm::Application_volume[cache] at /truth/sauce/env/prod/modules/object_store/manifests/server.pp:47 Yet, if I comment out that line so that puppet runs ok, and then look at the state.yml file on the client, I see:
2008 Apr 21
1
[LLVMdev] does llvm-gcc (4.2) build?
...darwin8 --with-gxx-include-dir=/usr/include/c++/4.0.0 --prefix=/Users/ ggreif/obj/../install --enable-llvm=/Users/ggreif/llvm --with- arch=pentium-m --with-tune=prescott --disable-multilib --enable- languages=c,c++ --program-transform-name=s,^,llvm-,; --srcdir=/Users/ ggreif/llvm-gcc/gcc --disable-intermodule --enable-checking --disable- coverage --enable-languages=c Looks pretty sane, I always configure the same way. The duplicated -- enable-languages seems to originate from bootstrapping. > > Whenever I have had problems building llvm-gcc, I usually have to delete > my install and obj dir,...
2008 Apr 21
0
[LLVMdev] does llvm-gcc (4.2) build?
On Mon, 21 Apr 2008, Gabor Greif wrote: > Hi all, > > can anybody confirm that llvm-gcc is broken? It builds for me on x86, darwin8 (svn rev: 50048). What are you using to configure it? Whenever I have had problems building llvm-gcc, I usually have to delete my install and obj dir, make clean llvm, and start over from the top. Its a pain, but it works usually. -Tanya > >
2008 Apr 21
3
[LLVMdev] does llvm-gcc (4.2) build?
Hi all, can anybody confirm that llvm-gcc is broken? After following all the instructions, make gets stuck while: ggreif$ gmake gmake \ CFLAGS="-g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common " \ CONFIG_H="config.h auto-host.h