Closed Bug 1782490 Opened 2 years ago Closed 2 years ago

Fix vague/misleading names in BacktrackingAllocator.cpp

Categories

(Core :: JavaScript Engine: JIT, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
105 Branch
Tracking Status
firefox105 --- fixed

People

(Reporter: jseward, Assigned: jseward)

References

Details

Attachments

(1 file)

BacktrackingAllocator.{h,cpp} contain a few functions whose names are vague or
misleading or both. This patch renames four such functions. There is no
functional change.

BacktrackingAllocator::splitAndRequeueBundles
-> BacktrackingAllocator::updateVirtualRegisterListsThenRequeueBundles

BacktrackingAllocator::resolveControlFlow
-> BacktrackingAllocator::createMoveGroupsFromLiveRangeTransitions

BacktrackingAllocator::reifyAllocations
-> BacktrackingAllocator::installAllocationsInLIR

LiveRange::distributeUses
-> LiveRange::tryToMoveDefAndUsesInto

BacktrackingAllocator.{h,cpp} contain a few functions whose names are vague or
misleading or both. This patch renames four such functions. There is no
functional change.

BacktrackingAllocator::splitAndRequeueBundles
-> BacktrackingAllocator::updateVirtualRegisterListsThenRequeueBundles

BacktrackingAllocator::resolveControlFlow
-> BacktrackingAllocator::createMoveGroupsFromLiveRangeTransitions

BacktrackingAllocator::reifyAllocations
-> BacktrackingAllocator::installAllocationsInLIR

LiveRange::distributeUses
-> LiveRange::tryToMoveDefAndUsesInto

Pushed by jseward@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ff86cca4e9a
Fix vague/misleading names in BacktrackingAllocator.cpp.  r=jandem.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: