VirtualBox

Changeset 39134 in vbox for trunk/src/VBox/VMM/Makefile.kmk


Ignore:
Timestamp:
Oct 27, 2011 8:30:10 PM (13 years ago)
Author:
vboxsync
Message:

IEM: some tweaking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r39070 r39134  
    574574#
    575575if1of ($(KBUILD_TARGET), win)
    576 #VMMAll/IEMAll.cpp_CXXFLAGS = TODO
     576#VMMAll/IEMAll.cpp_CXXFLAGS += TODO
    577577#else if1of ($(KBUILD_TARGET_ARCH), amd64)
    578 # VMMAll/IEMAll.cpp_CXXFLAGS = -O2 -fomit-frame-pointer
     578# VMMAll/IEMAll.cpp_CXXFLAGS += -O2 -fomit-frame-pointer
    579579else
    580  VMMAll/IEMAll.cpp_CXXFLAGS = -O2 #-fomit-frame-pointer - latter causes trouble on mac.
     580 VMMAll/IEMAll.cpp_CXXFLAGS += -O2
     581 #VMMAll/IEMAll.cpp_CXXFLAGS += -fno-align-functions -fno-align-jumps -fno-align-loops # Saves a few of percents, not worth it.
     582 #VMMAll/IEMAll.cpp_CXXFLAGS += -fno-reorder-blocks    # Saves one or two percent ... never mind.
     583 VMMAll/IEMAll.cpp_CXXFLAGS += -fomit-frame-pointer # Omitting the frame pointer results in larger code, but it might be worth it. (esp addressing vs ebp?)
    581584endif
    582585
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette