Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Field handle lookup happens with every smart_ptr dereference #10

@lukehutch

Description

@lukehutch

Currently Java field lookup happens on every smart pointer dereference in handle.h. This is slow, and only needs to be done once per class. The field reference can be held using a global reference:

http://journals.ecs.soton.ac.uk/java/tutorial/native1.1/implementing/refs.html

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