-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels