Closed Bug 1403873 Opened 8 years ago Closed 8 years ago

Move JitProfilingFrameIterator to JSJitFrameIter.cpp

Categories

(Core :: JavaScript Engine: JIT, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla58
Tracking Status
firefox58 --- fixed

People

(Reporter: bbouvier, Assigned: bbouvier)

References

Details

Attachments

(2 files)

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.
Also, from bug 1360211 comment 65: > As a follow-up, could jit::JitProfilingFrameIterator be renamed to JSJitProfilingFrameIterator and this method to jsJitIter()? rs=me :)
Attached patch 1.move.patchSplinter Review
Only code motion: JitProfilingFrameIterator goes to JitFrames.cpp
Attachment #8914860 - Flags: review?(jdemooij)
oops: from JitFrames.cpp to JSJitFrameIter.cpp
Attached patch 2.rename.patchSplinter Review
Renamings: - JitProfilignFrameIterator => JSJitProfilingFrameIterator - ProfilingFrameIterator::isJit => isJSJit - ProfilingFrameIterator::jitIter => jsJitIter
Attachment #8914861 - Flags: review?(luke)
Comment on attachment 8914861 [details] [diff] [review] 2.rename.patch Review of attachment 8914861 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #8914861 - Flags: review?(luke) → review+
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
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: