Changeset 106429 in webkit


Ignore:
Timestamp:
Jan 31, 2012 9:25:09 PM (12 years ago)
Author:
ggaren@apple.com
Message:

Stop using -fomit-frame-pointer
https://bugs.webkit.org/show_bug.cgi?id=77403

Reviewed by Filip Pizlo.

JavaScriptCore is too fast. I'm just the man to fix it.

  • Configurations/JavaScriptCore.xcconfig:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r106417 r106429  
     12012-01-31  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Stop using -fomit-frame-pointer
     4        https://bugs.webkit.org/show_bug.cgi?id=77403
     5
     6        Reviewed by Filip Pizlo.
     7       
     8        JavaScriptCore is too fast. I'm just the man to fix it.
     9
     10        * Configurations/JavaScriptCore.xcconfig:
     11
    1122012-01-31  Michael Saboff  <msaboff@apple.com>
    213
  • trunk/Source/JavaScriptCore/Configurations/JavaScriptCore.xcconfig

    r105942 r106429  
    4949DYLIB_INSTALL_NAME_BASE = $(NORMAL_JAVASCRIPTCORE_FRAMEWORKS_DIR);
    5050PRODUCT_NAME = JavaScriptCore;
    51 
    52 OTHER_CFLAGS = $(OTHER_CFLAGS_$(CONFIGURATION)_$(CURRENT_VARIANT));
    53 OTHER_CFLAGS_Release_normal = -fomit-frame-pointer -funwind-tables;
    54 OTHER_CFLAGS_Production_normal = $(OTHER_CFLAGS_Release_normal);
Note: See TracChangeset for help on using the changeset viewer.