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

should not throw an Error when spikearrest is engaged #83

Open
asquare opened this issue May 29, 2015 · 0 comments
Open

should not throw an Error when spikearrest is engaged #83

asquare opened this issue May 29, 2015 · 0 comments

Comments

@asquare
Copy link
Contributor

asquare commented May 29, 2015

Spike arrest throws an Error every time it engages. In a production system this can happen quite often. Creating an Error object is inefficient because the JS VM has to walk the stack to populate Error.stack. Volos should try to avoid creating Error objects so frequently.

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