Closed Bug 440525 Opened 16 years ago Closed 16 years ago

TC: support for displaying JIT memory used in release mode

Categories

(Tamarin Graveyard :: Virtual Machine, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rreitmai, Assigned: rreitmai)

Details

Attachments

(1 file)

We'd like to display a statistic that shows how much memory is consumed during JIT'd this includes all the pages used for MIR buffers and native code.
Attached patch patchSplinter Review
Command-line support to display the amount of committed memory used by the compiler

* Simply add a counter that increments for every CommitCodeMemory and 
  decrements on DecommitCodeMemory calls.

Looks like Tommy did the hard part on windows so only needed to 
add support on the other platforms and expose the option to the shell.
Attachment #325896 - Flags: review?(treilly)
Priority: -- → P1
Attachment #325896 - Flags: review?(treilly) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Resolved fixed engineering / work item that has been pushed.  Setting status to
verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: