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

String reuse in the bytecode #168

Open
Ratstail91 opened this issue Dec 27, 2024 · 1 comment
Open

String reuse in the bytecode #168

Ratstail91 opened this issue Dec 27, 2024 · 1 comment
Labels
TODO A planned addition

Comments

@Ratstail91
Copy link
Owner

Currently, each definition of a string is stored in the bytecode separately, leading to some duplication.

@Ratstail91 Ratstail91 added the TODO A planned addition label Dec 27, 2024
@Ratstail91
Copy link
Owner Author

Swapping out a string's internal representation for a buffer could be a possible optimisation.

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

No branches or pull requests

1 participant