Displaying 20 results from an estimated 6000 matches similar to: "Orc JIT vs. STL"
2019 Aug 27
2
Orc JIT vs. STL
You can add symbols from Archieve via StaticLibrarySearchGenerator. But it
is added recently though
On Tue, 27 Aug 2019 at 21:02, Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> Hi Geoff,
> I tried it, but I can't able to reproduce it.
>
> Test Program:
> #include <fstream>
> int main()
> {
> std::ifstream stream1, stream2;
>
2019 Aug 27
2
Orc JIT vs. STL
On Tue, Aug 27, 2019 at 4:56 PM Praveen Velliengiri
<praveenvelliengiri at gmail.com> wrote:
>
> HI
> Did you run the static constructor and destructor? How did you make your process symbols visible to ORC jit?
Yes. It's the constructor that generates the undefined symbol error.
We use DynamicLibrary::LoadLibraryPermanently(nullptr) to add process
symbols.
> Could you
2015 Apr 03
2
After I enabled SSL, stream mountpoints broke
I'm running Icecast package 2.4.1 on Ubuntu 14.04 from ttp://
download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04.
I've been running on this server for about 6 months now without any issue
and all my streams run great. This icecast server is running on the same
host that my wordpress site is running on. This is all on my own private
server, not a hosting service.
Recently I
2004 Aug 06
2
pull relay problems
i was using multiple ports because that's how i figured i'd have to do
it.
o, mounting the remote source locally? i'm not familiar with how to do
this. i'm also not seeing how to do this in the docs.
how would i go about mounting a remote stream?
-a.j.
On Fri, 27 Apr 2001, Jack Moffitt wrote:
> Why are you using multiple ports at all? That's what mountpoints are
>
2015 Apr 04
5
After I enabled SSL, stream mountpoints broke
Philipp,
Thank you for your quick response. I can't believe that I didn't think of
that...I guess I just assumed that it would use SSL. I'm using Liquidsoap
as my source client. Once you brought that up I started researching
whether there was a way to force Liquidsoap to use SSL and from what I
found it doesn't look like there is an option...but please correct me if
you or
2006 Mar 03
2
Stream fallbacks/spillovers/splashing
Okay, a quick question,
I've got IceCast 2.3.1 setup on a demo server, And I've got some wierd
behavior going on...
Here's the behavior:
I have my constant feed always running on mountpoint: /switch
I have my main stream broadcasting: /stream
someone connects to an alternate named stream: /krushradio
They pull all the listeners from /switch and /stream to their stream.
2016 May 19
2
External function resolution: MCJIT vs ORC JIT
Thanks so much! This seems to do the trick. I would have spun my wheels for a long time before discovering all of this, wow.
Do I even want to know what additional chickens need to be sacrificed to get this to work on Windows?
-- lg
> On May 18, 2016, at 1:52 PM, Lang Hames <lhames at gmail.com> wrote:
>
> Hi Larry,
>
> You're basically there, but you're hitting
2016 May 22
1
External function resolution: MCJIT vs ORC JIT
>> llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr)
This is one is a bit tricky and hard to find.
I spent quiet some time digging into MC and ORC JIT execution engines trying to find what makes them work.
The problem is that this trick (LoadLibraryPermanently) happens inside of EngineBuilder, despite that the functionality belongs to a JIT engine itself, not to the builder.
I
2016 May 20
0
External function resolution: MCJIT vs ORC JIT
Hi Larry,
Thanks so much! This seems to do the trick. I would have spun my wheels for
> a long time before discovering all of this, wow.
No worries. :)
I'll try to keep this in mind and make sure I address it in future
Kaleidoscope tutorial chapters - these issues tripped me up the first time
I encountered them too.
Do I even want to know what additional chickens need to be sacrificed
2005 Feb 02
2
user Authentication - fail to add an user
Hi fellow streamers ;-)
I am trying to add an user authenticated mount point to our Icecast2.2
server.
I include the relevant section of my config file below.
<mount>
<mount-name>/stream1</mount-name>
<max-listeners>100</max-listeners>
<fallback-mount>/test</fallback-mount>
<fallback-override>1</fallback-override>
2016 May 17
3
External function resolution: MCJIT vs ORC JIT
When using ORC JIT, I'm having trouble with external function resolution (that is, of a function defined in the app, with C linkage).
I add a declaration for the function to my IR, and when I use MCJIT, it finds it and all is well, But when I use ORC JIT (I *think* correctly, at least it closely matches what I see in the tutorial), I get an LLVM error, "Program used external function
2016 Jul 27
2
Proxy
Hi all,
I want to do a proxy to icecast (:8000) with nginx (:80).
Its working for me, stream is running on port 80, but on the first loading
is "pending" For a long time before its starts play.
Who using the "proxy_pass" on nginx and can help?
Thnx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Aug 06
2
Compile issues with LLVM ORC JIT
I tree to compile the LLVM ORC JIT examples. But I'm stuck in some
problems I can't solve my own.
First at all I compile with C++14 enabled with latest stable LLVM and
clang, this means 4.0.1. I get the following error. Do I missed some
specific compile option?
Compilation looks like this here.
|CompilingcontribJIT.cpp
PWD:/home/ikuehl/projects-llvm/TurboLisp/domainEngineer
2018 Mar 07
1
Show all audiance in Icecast directory... cluster ?
Hello,
I installed Icecast 2.4.3 by downloading
http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz
CentOS 7
Then
./configure
make
make install
Its working.
My only issue : I have 3 streams, I see the name of my station 3 times in
Icecast directory. I tryed to hide 2 streams by using the hidden and public
tags and force showing the total of audiance in the one public stream. i
2004 Aug 06
2
pull relay problems
Would there be a way to have /stream1 and /stream2 be the same
content but encoded at differant bitrates (via iceS)?
thanks,
paul
On Fri, 27 Apr 2001, Jack Moffitt wrote:
> One stream should have a mountpoint of /stream1 or something, and the
> other of /stream2.
>
> Then you access a stream like so:
>
> http://my.server.com:8000/stream1
> or
>
2018 Nov 05
2
ORC JIT api, object files and stackmaps
Hi Christian
Your use case seems to have similar requirements as remote JITing in
ORC. So far I haven't used that part myself and I am sure Lang can tell
you much more about it. However, this comment on the
RemoteObjectClientLayer class sounds promising for your questions (1)
and (2):
/// Sending relocatable objects to the server (rather than fully relocated
/// bits) allows JIT'd code
2017 Apr 09
2
Possible stack corruption during call to JITSymbol::getAddress()
Firstly, apologies if this is not the right place to be asking this
question--feel free to point me in the correct direction. I could be doing
something wrong here but stackoverflow didn't feel like the correct place
for this since there's so little there about LLVM ORC.
Basically, I have a reproduction case (below) where if I throw an exception
before I call JITSymbol::getAddress()
2004 Aug 06
1
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
Hi Jean-Marc,
<p>>>to speex: *now here comes the more important part, can we build a c++
>>component which does what avrelay does? is it practicable to de/encode
>>100 streams with a c/c++ speex de/encoder in realtime?* COMMENTS WELCOME
> At low bit-rate (6-8 kbps) and lowest complexity, it's probably possible
> to encode 100 streams on a 3 GHz machine (and
2005 Feb 02
3
user Authentication - fail to add an user
On Wed, 2005-02-02 at 14:46, Geoff Shang wrote:
> Ron Blok wrote:
>
> > <mount>
> > <mount-name>/stream1</mount-name>
> > <max-listeners>100</max-listeners>
> > <fallback-mount>/test</fallback-mount>
> > <fallback-override>1</fallback-override>
> >
> >
2010 Feb 09
2
Comparing means and trends in short time-series
Dear R-list,
I have a statistical problem with the comparison of short time-series,
representing densities of fish in different streams. For each stream (6 in
total, here below showed only part of the dataset) I have 8 years of density
data, as follows:
year density stream
1 2000 0.51 stream1
2 2001 0.87 stream1
3 2002 0.68 stream1
4 2003 0.56 stream1
5 2004 0.50 stream1
6