Skip to content

Why don't you upgrade this solution ? #1

@EssenOH

Description

@EssenOH

I found this project and it looks very promising if you upgrade following items what you mentioned to make ver. 1.0.

  • Generate IR for switch statements
  • Generate IR for pointers, sizeof, addressof operator
  • Generate IR for unions, user defined types, bitfields
  • Generate IR for vararg functions
  • Generate IR for global variables/constants
  • Generate IR for global constructors (via llvm.global_ctors or manually)

I just converted the sources in order to migrate to Python 3 environment, and it works very well for the basic functions.

  • Python 3.x compatible

I am currently trying to transfer numpy.ndarray variable to epycc.., but I couldn't find a solution yet because the ctypes is not easy to handle to me.

  • "ctypable" transparent Python parameter passing support, including converting Python lists to C arrays under the hood

BTW, if you have a plan to update it, I really appreciate you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions