Closed Bug 592401 Opened 14 years ago Closed 14 years ago

DomainMgr doesn't need to be virtual interface

Categories

(Tamarin Graveyard :: Virtual Machine, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stejohns, Assigned: stejohns)

Details

Attachments

(1 file)

DomainMgr was written as an abstract interface on the theory that we may want multiple implementations; this now appears unlikely, so we may want to de-virtualize it to avoid the (admittedly minor) overhead of virtual function calls.
Attached patch PatchSplinter Review
Assignee: nobody → stejohns
Attachment #470867 - Flags: review?(edwsmith)
Attachment #470867 - Flags: review?(edwsmith) → review+
None of the DomainMgr methods need to be virtual anymore, right?  looks like they still are.
Doh -- you're right. Also, DomainMgr is Finalized and doesn't need to be. Will correct prior to landing.
http://hg.mozilla.org/tamarin-redux/rev/d69f1a933615
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: