mypy
f94fc7e2 - [mypyc] Implement CallC IR (#8880)

Commit
6 years ago
[mypyc] Implement CallC IR (#8880) Relates to mypyc/mypyc#709 This PR adds a new IR op CallC to replace some PrimitiveOp that simply calls a C function. To demonstrate this prototype, str.join primitive is now switched from PrimitiveOp to CallC, with identical generated C code.
Author
Parents
Loading