arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

Inline calls to Py_INCREF/Py_DECREF #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In our LLVM code, Py_INCREF/Py_DECREF are function calls instead of the
nice speedy macros that the interpreter can take advantage of. These calls
should be inlined in the LLVM IR.

jyasskin is already working on this.

Original issue reported on code.google.com by collinw on 27 May 2009 at 10:15

GoogleCodeExporter commented 8 years ago
Implemented in r597.

Original comment by collinw on 30 May 2009 at 2:15