Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ideas of introducing ICs into dynjit #19

Description

@thautwarm

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.

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