Closed
Bug 1403873
Opened 8 years ago
Closed 8 years ago
Move JitProfilingFrameIterator to JSJitFrameIter.cpp
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: bbouvier, Assigned: bbouvier)
References
Details
Attachments
(2 files)
|
21.09 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
|
17.42 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
An oversight from me: when moving JSJitFrameIter to its own file, I moved the JitProfilingFrameIterator declarations in JSJitFrameIter.h, but didn't move the definitions from JitFrames.cpp. I'll do this once the dust settles in bug 1360211.
| Assignee | ||
Comment 1•8 years ago
|
||
Also, from bug 1360211 comment 65:
> As a follow-up, could jit::JitProfilingFrameIterator be renamed to JSJitProfilingFrameIterator and this method to jsJitIter()? rs=me :)
| Assignee | ||
Comment 2•8 years ago
|
||
Only code motion: JitProfilingFrameIterator goes to JitFrames.cpp
Attachment #8914860 -
Flags: review?(jdemooij)
| Assignee | ||
Comment 3•8 years ago
|
||
oops: from JitFrames.cpp to JSJitFrameIter.cpp
| Assignee | ||
Comment 4•8 years ago
|
||
Renamings:
- JitProfilignFrameIterator => JSJitProfilingFrameIterator
- ProfilingFrameIterator::isJit => isJSJit
- ProfilingFrameIterator::jitIter => jsJitIter
Attachment #8914861 -
Flags: review?(luke)
Comment 5•8 years ago
|
||
Comment on attachment 8914861 [details] [diff] [review]
2.rename.patch
Review of attachment 8914861 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8914861 -
Flags: review?(luke) → review+
Updated•8 years ago
|
Attachment #8914860 -
Flags: review?(jdemooij) → review+
Pushed by bbouvier@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8e8398fea724
Move JitProfilingFrameIterator to JSJitFrameIter.cpp; r=jandem
https://hg.mozilla.org/integration/mozilla-inbound/rev/491b7ec95503
Rename JitProfilingFrameIterator to JSJitProfilingFrameIterator; r=luke
Comment 7•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8e8398fea724
https://hg.mozilla.org/mozilla-central/rev/491b7ec95503
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•