Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

De-duplicate interned strings during class copying #102

Open
dktapps opened this issue Feb 24, 2023 · 0 comments
Open

De-duplicate interned strings during class copying #102

dktapps opened this issue Feb 24, 2023 · 0 comments

Comments

@dktapps
Copy link
Member

dktapps commented Feb 24, 2023

During class copying, it's likely that many copies of the same string will be made, for example the names of properties and inherited methods.
We can avoid this by putting interned strings into PTHREADS_ZG(resolve), allowing strings with the same origin pointer to reuse the same destination string. This will both improve performance and reduce memory usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant