Displaying 2 results from an estimated 2 matches for "specializ".
Did you mean:
specialize
2007 Jun 17
1
[LLVMdev] Partial evaluation and LLVM (2) (Chris Lattner)
...t cs.uiuc.edu>
> Message-ID: <Pine.LNX.4.62.0706151213090.7416 at nondot.org>
> Content-Type: text/plain; charset="x-unknown"
>
> On Fri, 15 Jun 2007, [ISO-8859-1] St?phane Letz wrote:
>> Thanks, this works.
>
> Great.
>
>> Would it be possible to specialize a function that has some "free"
>> variables, more precisely a method in a class that use the value of
>> some of the object instance fields? Or does the function to
>> specialize has to be closed in some way?
>
> Yes.
>
> The solution I've found is to u...
2016 Jun 16
10
RFC: Comprehensive Static Instrumentation
Hey LLVM-dev,
We propose to build the CSI framework to provide a comprehensive suite of
compiler-inserted instrumentation hooks that dynamic-analysis tools can use
to observe and investigate program runtime behavior. Traditionally, tools
based on compiler instrumentation would each separately modify the compiler
to insert their own instrumentation. In contrast, CSI inserts a standard