Thread Previous • Date Previous • Date Next • Thread Next |
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() -- Anders
Thread Previous • Date Previous • Date Next • Thread Next |