Closed Bug 586659 Opened 14 years ago Closed 14 years ago

Release Windows MMGC settings are unoptimized

Categories

(Tamarin Graveyard :: Build Config, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Q3 11 - Serrano

People

(Reporter: wsharp, Assigned: wsharp)

Details

(Whiteboard: PACMAN)

Attachments

(1 file, 1 obsolete file)

Currently "Custom" Optimization and "Default" for inline function expansion is not inlining WB functions.   Switching to "Max speed" and "only __inline" significantly improves performance.  (player build config uses these settings already so this will only help the avmshell)
Assignee: nobody → wsharp
Whiteboard: PACMAN
Switched four release configs to "maximum speed" and "only __inline" to match avmplus config settings and player settings.
Attachment #465254 - Flags: superreview?(edwsmith)
Attachment #465254 - Flags: review?(stejohns)
Comment on attachment 465254 [details] [diff] [review]
fix release+release_debugger 32+64 bit configs

looks ok to me, might also want to check the VS2010 project.
Attachment #465254 - Flags: superreview?(edwsmith) → superreview+
Any way that this could be applied to the x-platform build scripts?
Attachment #465254 - Attachment is obsolete: true
Attachment #465266 - Flags: superreview?(edwsmith)
Attachment #465266 - Flags: review?(stejohns)
Attachment #465254 - Flags: review?(stejohns)
x-platform build scripts look okay:

        if config.getDebug():
            DEBUG_CXXFLAGS = "-Od "
            DEBUG_CFLAGS = "-Od "
        else:
            OPT_CXXFLAGS = "-O2 -Ob1 -GR- "
            OPT_CFLAGS = "-O2 -Ob1 -GR- "
Comment on attachment 465266 [details] [diff] [review]
get 2010 working as well and fix flags

nothing obviously wrong
Attachment #465266 - Flags: superreview?(edwsmith) → superreview+
Attachment #465266 - Flags: review?(stejohns) → review+
Status: NEW → ASSIGNED
Target Milestone: --- → flash10.2
http://hg.mozilla.org/tamarin-redux/rev/99d39597c36c
Status: ASSIGNED → 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: