Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T transonic
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fluiddynfluiddyn
  • transonic
  • Merge requests
  • !29

Jitted function calls in a jitted function

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bitbucket Importer requested to merge bitbucket/merged-pr-29 into branch/default Jul 17, 2019
  • Overview 1
  • Commits 6
  • Pipelines 0
  • Changes 8

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"

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bitbucket/merged-pr-29