Skip to content

func = jit(func)

Bitbucket Importer requested to merge bitbucket/declined-pr-28 into branch/default

Created originally on Bitbucket by PierreBlancfat (Pierre Blanc-fatin)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

  • jitted functions can import a jitted function as "func = jit(func)"

    Important : Methods don't, the name in parameter of jit has to be the same that the assigned variable name

  • Get_code_ext refactoring + same name not mandatory for a jit call (see description) + associated test

    With a jitted function called in another jitted function: same name like "func = jit(func)" not mandatory

  • Factorisation of get_ext_code() in analyse.util

  • Fix two files created for one imported jitted function

  • Jitted func : fix different names issue & many imports in a single line

Merge request reports