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

Zero GC? #13

Open
eelstork opened this issue Sep 18, 2022 · 0 comments
Open

Zero GC? #13

eelstork opened this issue Sep 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@eelstork
Copy link
Collaborator

eelstork commented Sep 18, 2022

#33 - cache function bindings
#65 - cache property/field bindings)
#66 - avoid allocs when pushing/popping function arguments

Call-graph / call stack logging causes mostly avoidable allocations; can turn this off but reducing allocs the better approach (agents use the call stack to remember own actions)

Related: AL update allows enabling AL optimized without breaking BTL logging (mainly needed to silence allocs from AL logging).

@eelstork eelstork changed the title Zero GC Zero GC? Sep 19, 2022
@eelstork eelstork added the enhancement New feature or request label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant