Ignore:
Timestamp:
Oct 23, 2007, 2:25:44 PM (18 years ago)
Author:
oliver
Message:

Separating all of the simple binary expression nodes into multiple classes

Reviewed by Maciej

Separating all of the simple (eg. non-read-modify-write) binary operators into separate classes in preparation for further JS optimisations.

Happily this produces a 0.8% to 1.0% performance increase in SunSpider with no further work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r26881 r26925  
    13721372                        isa = PBXProject;
    13731373                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
    1374                         compatibilityVersion = "Xcode 2.4";
    13751374                        hasScannedForEncodings = 1;
    13761375                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
    13771376                        productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
    13781377                        projectDirPath = "";
    1379                         projectRoot = "";
    13801378                        targets = (
    13811379                                932F5BE30822A1C700736975 /* All */,
Note: See TracChangeset for help on using the changeset viewer.