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

If we can't PGO, let's statically hint #465

Closed
classilla opened this issue Jan 19, 2018 · 1 comment
Closed

If we can't PGO, let's statically hint #465

classilla opened this issue Jan 19, 2018 · 1 comment

Comments

@classilla
Copy link
Owner

Start using MOZ_*LIKELY a lot more places, especially on stuff that's obviously UNLIKELY like error bailouts.

@classilla
Copy link
Owner Author

A first cut of this on jsstr.cpp actually regressed RegExp. We might have to be careful to restrict this only to allocation failures.

classilla added a commit that referenced this issue Feb 11, 2018
classilla added a commit that referenced this issue Feb 11, 2018
classilla added a commit that referenced this issue Feb 17, 2018
classilla added a commit that referenced this issue Feb 17, 2018
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