Skip to content

Jitted function calls in a jitted function

Bitbucket Importer requested to merge bitbucket/merged-pr-29 into branch/default

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

Was already merged in Bitbucket before import, marked as merged 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

  • Get rid of some spaces using "if not dep : continue"

Merge request reports