diojit icon indicating copy to clipboard operation
diojit copied to clipboard

ideas of introducing ICs into dynjit

Open thautwarm opened this issue 5 years ago • 0 comments

Python's object data model is quite different from JavaScript's, but ICs are still applicable within CPython. A python type is a shape, and methods, class methods and static methods can be optimized like properties in IC. IC requires few assumptions than many current techniques used in dynjit, for instance, constant global references and immutable type objects are not necessary.

thautwarm avatar Nov 04 '20 11:11 thautwarm