search for: intermingled

Displaying 20 results from an estimated 80 matches for "intermingled".

2008 Jan 04
1
PIC issues... Linking statically to speex when generating a shared library..
The short: Linking to libspeex.a when generating a .so using libtool results in a non-portability warning. This is due to PIC code and non-PIC code intermingling. How can I go about fixing this whilst still using an installed libspeex present on the user's system? The long: I am using autoconf + libtool to generate a codec plugin for speex (sipXmediaLib), and I'm trying to eliminate
2004 Aug 08
1
[fdo] Inkscape BOF @ Siggraph LOS ANGELES - MON, AUG 9, 4-5 PM
*PLEASE FORWARD* Inkscape: An Open Source Vector Graphics (SVG) Editor Overview Birds of a Feather Meeting in Co-operation with Siggraph 04 at the Los Angeles Convention Center http://www.siggraph.org/s2004/conference/birds/index.php?pageID=conference Monday, 9 August 4 - 5 pm Holiday Inn City Center Santa Monica Room Jon Phillips + Jon Cruz ### Inkscape: Draw Freely.
2010 Aug 16
1
Changing latitude data to decimal degrees
...and the degrees, mins and secs are divided by ':' There are some values that are negative (eg -69:38:27), I think in these instances I need to do the calculation in the positive then multiply it by -1 to make it negative again, the only problem is the positive and negative data are all intermingled, is there a way around this too? I have R version 2.10.1 on a windows vista computer. I could do it manually but I have like 20,000 entries and would really like a little code to automate the conversion. I have tried Microsoft Access and Excel, but because the data is not stored in 3 columns...
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
On Tue, 8 Jun 2010 11:42:41 +0100, David Terei <davidterei at gmail.com> wrote: > Hi All, > > The GHC developers would like to add support to llvm to enable the > order that code and data are laid out in, in the resulting assembly > code produced by llvm to be defined by the user. The reason we would > like to have this feature is explained in the blog post on GHC's
2010 Jun 08
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
Let me point out that projects using standard toolchain (e.g. binutils) can already reorder code and data pretty much arbitrary using sections and linker scripts. I think it's still attractive to have reordering in LLVM to be independent from external toolchain. This will allow reordering in JIT and other interesting things. I agree with John that special global with ordered list looks like
2015 Feb 16
1
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
Thanks for the note. I had never seen anything in the postfix and apache documentation that the CRLs could be intermingled with the CRTs in the CRT file. The documentation for those programs suggests putting the CRLs in a separate file (e.g. apache SSLCARevocationFile) or doesn't talk about putting CRLs in with the certs (e.g. postfix smtpd_tls_cert_file). If it works to put them all in one file for those programs,...
2012 Jun 30
1
Scientific Linux
Greetings! I have just signed up to r-sig-fedora because I have installed Scientific Linux 6.2 (my first Red Hat based Linux since over 10 years ago ... ). I'm trying this for basically 2 reasons: first, I expect CERN and FermiLab should do a good job of maintaining their distribution, and in particular to take care of its compatibility with scientific software; second, because it still has
2006 Mar 15
2
Still getting a generator hang on 2.6.7
I've gotten around to testing the generator hang bug using stunnel under 2.6.7, and I still occasionally get the same problem. It seems to be around 50% of the time. Here's some strace output from the generator and receiver from two runs, one where the generator exits properly, and one where it doesn't. Run 2 hangs indefinately. Run 1 Generator: Process 14581 attached - interrupt
2004 Oct 28
1
[LLVMdev] Automatic Loadable Linker Optimization Modules
...r a bytecode library? 2. How does the linker automatically know which loadable modules to load? What in the bytecode lets it know the modules to load and run? 3. How does llvm-ld find the loadable modules? 4. When do the passes in the loaded module run? Before standard passes, after them or intermingled? 5. What's the interface between llvm-ld and the passes in the loadable module? 6. How do we identify which passes to run given the various -On options? Current Thinking On Issues: 1. Only native .so 2. Augment the bytecode to specify the language from which it is compiled. Provide the nec...
2002 May 10
1
QSG
I just installed Shorewall for the first time and had no working knowledge of iptables other than a couple magazine articles prior to this time. The use of the QSG is fresh in my mind. It was the single most helpful guide of any on the site. Comments: 1) The /etc/shorewall/masq section shows the use of the third column but then says you don''t need it if you have a dynamic ip. Its
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
On Tue, Jun 8, 2010 at 4:15 PM, Eugene Toder <eltoder at gmail.com> wrote: > Let me point out that projects using standard toolchain (e.g. > binutils) can already reorder code and data pretty much arbitrary > using sections and linker scripts. > I think it's still attractive to have reordering in LLVM to be > independent from external toolchain. This will allow reordering
2012 Oct 02
0
[LLVMdev] JIT and libgcc_s.so
Hi Eric, This makes total sense, thanks. One thing though; it seems a lot of functionality is being foisted onto the client. This is all well and good, but it seems that clients are expected to reinvent the wheel quite a bit for no real purpose - an example is the implementation of getPointerToNamedFunction, allocate{Code,Data}Section and invalidateInstructionCache in lli.cpp. Many clients will
2012 Oct 01
2
[LLVMdev] JIT and libgcc_s.so
So this is likely just an accident rather than on purpose. There's totally room for that to happen, but it'll be the job of the client and not MCJIT itself. Basically whomever should call dlopen if they want to and it's the problem of the client application (which could be lli as the canonical mcjit example) to link in the correct bits. Make sense? If you can see a use case in
2009 Oct 25
2
Move Windows within an LV to another pv safely
...win2k8-old If you were going with pvmove, you would perform that after this step. > 7. Start "new" domU. > 8. test extensively, if works, run for few a day or two. Keep *-old as > fallback for a week or so. Then move to an archive using dd. So, we have two possible procedures intermingled here. The major differences are Procedure A (lots of downtime) and Procedure B (minimal downtime). Procedure A ~~~~~~~~~~~ 1. Create target LV with geometry identical to source LV geometry 2. Stop guest. 3. dd 4. Modify guest configuration to point to target LV 5. Start guest This is the procedur...
2010 Jun 09
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
Yes, the global structure is constant. This is indeed a side-table. Overriding section of global to be in text is simple -- LLVM already supports section attribute on globals and functions. However we also need a specific ordering in text. With some extra work this ordering can be achieved with gnu linker (I posted example implementation earlier) without any changes to LLVM, so the main points for
2006 Oct 14
0
Rsync 2.6.9pre2 released
I've just released rsync 2.6.9pre2. This version is mainly some fixes and general cleanup that I made after getting to run the source through IBM's code checker. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! Here are direct links for the tar file and its signature:
2006 Apr 23
0
Don''t you think RDoc should be changed when used in Rails?
DOnt you think it would be great if RDoc was changed when used with rails? At the moment there are 3 sections at the top : Files, Classes and Methods. In the Classes section Models, Helpers and Controllers are intermingled. I think it would make more sense and be more useful if there were seperate sections for these. What do you think? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2008 Jul 11
1
mpirun question with Rmpi
Dear R People: I'm running Rmpi on a single machine and I have the following statement from the command line: mpirun -np 3 ./R --no-save < eek1.in >stuff4.out The stuff4.out file only contains the third result. Is there a way to fix this such that it shows all 3 sets, please Thanks in advance, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical
2003 Jun 07
0
TDMxx weirdness with 2-line SBC portable phone
This is a really strange one, IMO. I just bought an SBC 900Mhz two-line portable phone. My intent was to use it with one of my TDM20 lines with asterisk, and have the other line be a PSTN line. But it appears as if for some reason I can't intermingle the two types of lines. If I hook *both* lines from the TDM20 to the unit it works just fine. If I hook *both* of my PSTN lines to the
2011 Jan 28
2
[PATCH] Add a prefix to output when tracing (RHBZ#673479).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -------------- next part -------------- >From 21d41177fd8bc429f514227903329bc18bc33a64 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones