Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] program specialization vs LTO in LLVM"
2007 Nov 19
1
[LLVMdev] program specialization vs LTO in LLVM
Hi,
I am considering using LTO in LLVM for optimizing a
domain specific language.
What are main advantages and disadvantages of using
LTO in LLVM over a compile time approaches such as
partial evaluation and program specialization.
Marko
____________________________________________________________________________________
Get easy, one-click access to your favorites.
Make Yahoo! your
2010 May 27
0
[LLVMdev] Deep JIT specialization
On May 27, 2010, at 6:08 AM, Nicolas Capens wrote:
> Hi all,
>
> I'm attempting to use LLVM for run-time code specialization, but I'm facing a performance hurdle. I'm currently performing the specialization during the AST to LLVM IR translation, but unfortunately this leads to relatively slow recompiles as LLVM has to perform all the heavy (optimization) passes over and
2010 May 27
1
[LLVMdev] Deep JIT specialization
Hi Chris,
Thanks for pointing me to that presentation! It helped me come up with a
strategy that I believe might work:
1) Use CloneFunction() to make a copy of the original unspecialized (but
optimized) function.
2) Specialize it using a custom function pass which identifies the
specialization parameters and substitutes them with given run-time
constants.
3) Run the function through a
2010 May 27
0
[LLVMdev] Deep JIT specialization
I don't think there is any infrastructure for this kind of
specialization. The closest thing I can think of is the
profile-guided optimization stuff that Andreas Neufstifter has worked
on.
Because compilation and optimization with LLVM is expensive, our
approach with Unladen Swallow has been to try to wait longer to
generate specialized code, so we don't have to recompile.
If memory
2010 May 27
4
[LLVMdev] Deep JIT specialization
Hi all,
I'm attempting to use LLVM for run-time code specialization, but I'm facing
a performance hurdle. I'm currently performing the specialization during the
AST to LLVM IR translation, but unfortunately this leads to relatively slow
recompiles as LLVM has to perform all the heavy (optimization) passes over
and over again.
So I was hoping that by first creating unspecialized LLVM
2013 Dec 10
2
Index issue?
I've just hastily migrated from Dovecot 1.2.9 to 2.2.9 due to a disk crash.
When I say hastily, I literally copied the user's mail data files to the
new server and then started the Dovecot service.
The trouble is, I now have a user who can see all the subfolders of her
inbox in Outlook, but not on her iPad.
Do I need to re-index her mail folders? The data is there (as seen by
Outlook
2010 Sep 29
1
[LLVMdev] LLVM JIT--Function Specialization and Stack rewriting
Hi all,
I'm looking at using LLVM to do some dynamic transforms of code, and
was wondering if someone could comment on the current status of how
LLVM handles function specialization, in particular how it
updates/rewrites existing (previously emitted) code (possibly
rewriting stack of currently executing threads as appropriate).
Does anything like this already exist? Are there projects that
2014 Dec 24
2
A Question of Style
On Dec 23 17:05, PatrickD Garvey wrote:
> Thank you for your contribution to the discussion. I'm glad you appear to
> understand this was not directed at you personally.
Certainly no offense was taken here. I'm thankful for people like you
who are looking out for understandability.
>
> I'm a retired System Administrator. Part of my job was being a professional
>
2008 Apr 14
1
[LLVMdev] ExecutionEngine and multithreading
Hi,
I have a question regarding
ExecutionEngine on multicore machines.
Say I have n different Function objects
that I want to execute simultaneously on a multicore
machine. So, one would want to create n different
instances of ExecutionEngine and run each function.
But, if I understand correctly, there can only be one
instance of ExecutionEngine, so there would have to be
a locking mechanism
2009 Feb 18
2
[LLVMdev] Parametric polymorphism
Thanks for the detailed response! :-)
> This is by design. LLVM's type system is very low-level...
Yes, and it should remain low-level. :-)
> Expecting it to directly support generics seems a third-order-of-
> magnitude leap of faith. :) But there is good news for the faithful?
Let us distinguish between generics as found in java or .Net,
and parametric polymorphism in general.
2013 Dec 04
2
Migrate from Samba 4 to Samba 4?
Hi All,
Does anyone know if there's a Samba 4 to Samba 4 migration process? Sounds weird, but it has a logical reason:
I've a several-year-old S4 implementation, from an early Alpha (10 I think?) that hasn't been in the best of shape of late - when S4 4.0.0 arrived, I accidentally upgraded using my normal "git pull; ./configure; make; make install" procedure and instead of
2018 Aug 11
1
[trees-plugin] - Dovecot index gets corrupted, when using maildir and recievend and accessing mail at the same time
Quoting Joseph Tam <jtam.home at gmail.com>:
> Another privacy plugin that assumes the server operator is unmotivated or
> respects your privacy anyways, and won't just skim your password right off
> the top to look at your mail. A vault with steel walls and a dirt floor.
*SIGH* As usual, you're right on the money, Joseph.
I used to let things like this
2009 Sep 19
1
Amazon SimpleDB and R
As far as I know there isn't anything available for this, but I
thought I'd check before working up something of my own.
Is there a way to query Amazon SimpleDB and import the data results
directly into R?
Cheers,
Tim.
2001 Dec 17
3
benchmarks
http://www.xent.com/FoRK-archive/apr99/0265.html
read this.. how this is posible??
2012 Oct 22
0
[LLVMdev] Section specialization & COFF.
On Mon, Oct 22, 2012 at 7:53 AM, r4start <r4start at gmail.com> wrote:
> On 20/10/12 03:15, Michael Spencer wrote:
>>
>> On Fri, Oct 19, 2012 at 2:55 AM, r4start <r4start at gmail.com> wrote:
>>>
>>> Hi all.
>>>
>>> While compiling next code
>>> @A = weak unnamed_addr constant { i32, i32, i32 } { i32 0, i32 0, i32 0
2012 Oct 31
0
[LLVMdev] Section specialization & COFF.
On 24/10/12 17:03, r4start wrote:
> On 23/10/12 01:30, Michael Spencer wrote:
>> On Mon, Oct 22, 2012 at 7:53 AM, r4start <r4start at gmail.com> wrote:
>>> On 20/10/12 03:15, Michael Spencer wrote:
>>>> On Fri, Oct 19, 2012 at 2:55 AM, r4start <r4start at gmail.com> wrote:
>>>>> Hi all.
>>>>>
>>>>> While
2012 Nov 07
0
[LLVMdev] Section specialization & COFF.
On 03/11/12 01:37, Michael Spencer wrote:
> On Wed, Oct 31, 2012 at 9:41 AM, r4start <r4start at gmail.com> wrote:
>> On 24/10/12 17:03, r4start wrote:
>>> On 23/10/12 01:30, Michael Spencer wrote:
>>>> On Mon, Oct 22, 2012 at 7:53 AM, r4start <r4start at gmail.com> wrote:
>>>>> On 20/10/12 03:15, Michael Spencer wrote:
2018 Oct 10
1
Samba4 as an additional Domain Controller in existing Windows 2016 AD
On Mon, 2018-10-08 at 15:21 +0200, David Wilson via samba wrote:
> Sorry for the pressure guys. Any ideas on this please?
>
>
>
> Regards,
>
> David Wilson
>
> From: "samba. org" <samba at lists.samba.org>
> To: "samba. org" <samba at lists.samba.org>
> Sent: Wednesday, 3 October, 2018 16:45:42
> Subject: [Samba] Samba4
2004 Aug 12
1
Error Using pm.getabst()
R Users:
After installing Bioconductor, RSXML and all the relevant Win32 DLLs (libxml2, zlib, iconv), I receive the following error message when using pm.getabst()
Error in xmlRoot(absts) : no applicable method for "xmlRoot"
I receive this when using the example from help(pm.getabst).
Downloading the target XML file, parsing it with xmlTreeParse and applying xmlRoot returns no
2006 Mar 20
3
Linking two HTML SELECT''s together
Hi,
How do I link two HTML SELECT''s together. Let''s say for example that I
have a drop-down list with a list of all countries. Once the user
selects one of the countries I would like to make an AJAX call back to
the server to populate the second drop-down list with all of the cities
for that country.
Any ideas on how to go about to do this?
Regards
Jerrie Pelser
--