Title: [106429] trunk/Source/_javascript_Core
Revision
106429
Author
[email protected]
Date
2012-01-31 21:25:09 -0800 (Tue, 31 Jan 2012)

Log Message

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

Reviewed by Filip Pizlo.
        
_javascript_Core is too fast. I'm just the man to fix it.

* Configurations/_javascript_Core.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (106428 => 106429)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-01 05:19:38 UTC (rev 106428)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-01 05:25:09 UTC (rev 106429)
@@ -1,3 +1,14 @@
+2012-01-31  Geoffrey Garen  <[email protected]>
+
+        Stop using -fomit-frame-pointer
+        https://bugs.webkit.org/show_bug.cgi?id=77403
+
+        Reviewed by Filip Pizlo.
+        
+        _javascript_Core is too fast. I'm just the man to fix it.
+
+        * Configurations/_javascript_Core.xcconfig:
+
 2012-01-31  Michael Saboff  <[email protected]>
 
         StringProtoFuncToUpperCase should call StringImpl::upper similar to StringProtoToLowerCase

Modified: trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig (106428 => 106429)


--- trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig	2012-02-01 05:19:38 UTC (rev 106428)
+++ trunk/Source/_javascript_Core/Configurations/_javascript_Core.xcconfig	2012-02-01 05:25:09 UTC (rev 106429)
@@ -48,7 +48,3 @@
 INSTALL_PATH = $(_javascript_CORE_FRAMEWORKS_DIR);
 DYLIB_INSTALL_NAME_BASE = $(NORMAL_JAVASCRIPTCORE_FRAMEWORKS_DIR);
 PRODUCT_NAME = _javascript_Core;
-
-OTHER_CFLAGS = $(OTHER_CFLAGS_$(CONFIGURATION)_$(CURRENT_VARIANT));
-OTHER_CFLAGS_Release_normal = -fomit-frame-pointer -funwind-tables;
-OTHER_CFLAGS_Production_normal = $(OTHER_CFLAGS_Release_normal);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to