-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Define sampling methods implementations for Hermes fallback target delegate #51519
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D75188276 |
…legate (facebook#51519) Summary: # Changelog: [Internal] Hermes Sampling Profiler doesn't require debugger to be enabled - we can use it in fallback Hermes Runtime target delegate. That's probably the last thing to make Hermes really run in `opt` mode. When Hermes Target is compiled with no Debugger support, we can still define implementation for sampling profiler methods and call them on Hermes Runtime. Differential Revision: D75188276
This pull request was exported from Phabricator. Differential Revision: D75188276 |
…legate (facebook#51519) Summary: Pull Request resolved: facebook#51519 # Changelog: [Internal] Hermes Sampling Profiler doesn't require debugger to be enabled - we can use it in fallback Hermes Runtime target delegate. That's probably the last thing to make Hermes really run in `opt` mode. When Hermes Target is compiled with no Debugger support, we can still define implementation for sampling profiler methods and call them on Hermes Runtime. Differential Revision: D75188276
3d4e2cc
to
01ad1a3
Compare
…legate (facebook#51519) Summary: # Changelog: [Internal] Hermes Sampling Profiler doesn't require debugger to be enabled - we can use it in fallback Hermes Runtime target delegate. That's probably the last thing to make Hermes really run in `opt` mode. When Hermes Target is compiled with no Debugger support, we can still define implementation for sampling profiler methods and call them on Hermes Runtime. Differential Revision: D75188276
…legate (facebook#51519) Summary: Pull Request resolved: facebook#51519 # Changelog: [Internal] Hermes Sampling Profiler doesn't require debugger to be enabled - we can use it in fallback Hermes Runtime target delegate. That's probably the last thing to make Hermes really run in `opt` mode. When Hermes Target is compiled with no Debugger support, we can still define implementation for sampling profiler methods and call them on Hermes Runtime. Differential Revision: D75188276
This pull request was exported from Phabricator. Differential Revision: D75188276 |
This pull request has been merged in a633d93. |
This pull request was successfully merged by @hoxyq in a633d93 When will my fix make it into a release? | How to file a pick request? |
Summary:
Changelog: [Internal]
Hermes Sampling Profiler doesn't require debugger to be enabled - we can use it in fallback Hermes Runtime target delegate. That's probably the last thing to make Hermes really run in
opt
mode.When Hermes Target is compiled with no Debugger support, we can still define implementation for sampling profiler methods and call them on Hermes Runtime.
Differential Revision: D75188276