Closed Bug 649463 Opened 14 years ago Closed 14 years ago

Do not test the kVirtualGCTrace bit if exactgc is disabled at compile time

Categories

(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Q3 11 - Serrano

People

(Reporter: lhansen, Assigned: lhansen)

References

Details

(Whiteboard: has-patch)

Attachments

(1 file)

Attached patch Patch (deleted) — Splinter Review
This small adjustment makes performance comparisons slightly more honest.
Attachment #525470 - Flags: review?(rulohani)
Whiteboard: has-patch
Attachment #525470 - Flags: review?(rulohani) → review+
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
changeset: 6180:d30afa6b9ca3 user: Lars T Hansen <lhansen@adobe.com> summary: Fix 649463 - Do not test the kVirtualGCTrace bit if exactgc is disabled at compile time (r=rulohani) http://hg.mozilla.org/tamarin-redux/rev/d30afa6b9ca3
Disabling exact tracing fails to compile cleanly on windows since "warnings as errors" are enabled for windows and there is an "unreferenced formal parameter" @ MMgc\GC-inlines.h:437 This warning is also generated on mac but warnings as errors are not enabled when compiling using ../configure.py
(In reply to comment #2) > Disabling exact tracing fails to compile cleanly on windows since "warnings as > errors" are enabled for windows and there is an "unreferenced formal parameter" > @ MMgc\GC-inlines.h:437 > > This warning is also generated on mac but warnings as errors are not enabled > when compiling using ../configure.py This only happens IF -DAVMTWEAK_EXACT_TRACING=0 is defined, it is NOT seen in normal configurations
(In reply to comment #3) > (In reply to comment #2) > > Disabling exact tracing fails to compile cleanly on windows since "warnings as > > errors" are enabled for windows and there is an "unreferenced formal parameter" > > @ MMgc\GC-inlines.h:437 > > > > This warning is also generated on mac but warnings as errors are not enabled > > when compiling using ../configure.py > > This only happens IF -DAVMTWEAK_EXACT_TRACING=0 is defined, it is NOT seen in > normal configurations I have pushed a fix (without testing it).
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: