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

v8: add ittapi as V8 dependency #552

Merged
merged 1 commit into from Nov 22, 2022

Conversation

fanchenkong1
Copy link
Contributor

Pull Request check-list

  • This change passed 'npm test' and 'npm run test-all.'
  • This change passed 'npm run lint'.

Description of change

This change add ittapi to the V8 dependency list. The ittapi library is used in V8 to profile JIT-compiled JavaScript code and support instrumentation for JavaScript code.

Refs: nodejs/node#39374

@codecov
Copy link

codecov bot commented Jul 14, 2021

Codecov Report

Merging #552 (bfb71f8) into main (f2f77dd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #552   +/-   ##
=======================================
  Coverage   82.57%   82.57%           
=======================================
  Files          35       35           
  Lines        1750     1750           
=======================================
  Hits         1445     1445           
  Misses        305      305           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2f77dd...bfb71f8. Read the comment docs.

@targos
Copy link
Member

targos commented Jul 14, 2021

Thanks, will merge after nodejs/node#39374 has landed.

Add ittapi to the list of V8 dependencies, which is used by VTune JIT
profiling.

Refs: nodejs/node#39374
@targos targos merged commit 20713c0 into nodejs:main Nov 22, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants