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

Fix a performance regression introduced by freezing support. #2609

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

hmdne
Copy link
Member

@hmdne hmdne commented Nov 9, 2023

In particular, this has been found whenever codebase uses freeze a lot, for instance opal compiled by opal.

In addition, this fixes a possible performance problem of codebases that use instance_variables method.

@hmdne hmdne added this to the v1.8.1 milestone Nov 9, 2023
In particular, this has been found whenever codebase uses freeze
a lot, for instance opal compiled by opal.

In addition, this fixes a possible performance problem of codebases
that use `instance_variables` method.

Co-authored-by: Jan Biedermann <jan@kursator.de>
@hmdne hmdne merged commit b0097ae into master Nov 9, 2023
19 of 20 checks passed
@hmdne hmdne deleted the hmdne/perf-reg branch November 9, 2023 09:40
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

Successfully merging this pull request may close these issues.

None yet

1 participant