Open
Bug 1510890
Opened 7 years ago
Updated 3 years ago
Share third party vtune code between gecko and js
Categories
(Core :: Gecko Profiler, enhancement, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: glandium, Unassigned)
Details
There is one file under tools/profiler/core/vtune, which can also be found, along other files, in js/src/vtune.
Per bug 1510126 comment 5:
> (...) sharing code between js/src and code outside of it can
> be painful, it may be the reason why there is a separate copy already. Please
> file a Core::Profiler bug?
One way to address this could be to move js/src/vtune into third_party/vtune (bikeshed location), remove tools/profiler/core/vtune, and add third_party/vtune to js/src/make-source-package.sh.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•