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

have the compile command check the out folder to see if it's already compiled and needs a recompile #10

Open
PatrickAlphaC opened this issue Sep 6, 2024 · 4 comments

Comments

@PatrickAlphaC
Copy link
Collaborator

No description provided.

@charles-cooper
Copy link
Member

i'm not sure this is really necessary, since boa caches compiles anyways

@PatrickAlphaC
Copy link
Collaborator Author

If users want the bytecode/compilation data, it would be nice to have the CLI do that.

@charles-cooper
Copy link
Member

But I'm saying checking if the artifacts are there is just another caching step on top of the native caching, it's not really going to help performance

@PatrickAlphaC
Copy link
Collaborator Author

PatrickAlphaC commented Sep 7, 2024

If someone runs gab compile and then they run it again and change nothing, it shouldn't take as long. So maybe gaboon just needs to read from the boa cache somehow?

In any case, running gab compile is too slow when you run it twice.

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

No branches or pull requests

2 participants