dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23495
Re: jit signature
On 26 May 2011 12:36, Anders Logg <logg@xxxxxxxxx> wrote:
> On Thu, May 26, 2011 at 12:12:22PM +0200, Martin Sandve Alnæs wrote:
>> What is the prefix in this line?
>>
>> (self._compiled_form, module, self.form_data, prefix) = \
>> jit(form,
>> form_compiler_parameters,
>> common_cell)
>
> It's the prefix used by the JIT compiler for the generated code files.
> For FFC, it is set to
>
> prefix = "ffc_form_" + jit_object.signature()
Why is it returned from jit? What is it used for?
Martin
Follow ups
References