Changeset 33323
- Timestamp:
- 05/12/08 23:03:18 (6 months ago)
- Location:
- branches/squirrelfish/JavaScriptCore
- Files:
-
- 3 modified
-
ChangeLog (modified) (1 diff)
-
JavaScriptCore.xcodeproj/project.pbxproj (modified) (2 diffs)
-
kjs/AllInOneFile.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/squirrelfish/JavaScriptCore/ChangeLog
r33321 r33323 1 2008-05-02 Geoffrey Garen <ggaren@apple.com> 2 3 Rubber stamped by Oliver Hunt. 4 5 Removed ExecState.cpp from AllInOneFile.cpp, for a .2% speedup. 6 7 * JavaScriptCore.xcodeproj/project.pbxproj: 8 * kjs/AllInOneFile.cpp: 9 1 10 2008-05-01 Oliver Hunt <oliver@apple.com> 2 11 -
branches/squirrelfish/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r33306 r33323 71 71 148A1627095D16BB00666D0D /* ListRefPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 148A1626095D16BB00666D0D /* ListRefPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; 72 72 148A1ECE0D10C23B0069A47C /* RefPtrHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 148A1ECD0D10C23B0069A47C /* RefPtrHashMap.h */; settings = {ATTRIBUTES = (Private, ); }; }; 73 14909A2D0DCAF6CD00B29EB3 /* ExecState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14BD53F40A3E12D800BAF59C /* ExecState.cpp */; }; 73 74 149B15EA0D81F986009CB8C7 /* Opcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 149B15E40D81F986009CB8C7 /* Opcode.h */; }; 74 75 149B15EB0D81F986009CB8C7 /* Opcode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 149B15E50D81F986009CB8C7 /* Opcode.cpp */; }; … … 1508 1509 1440F8AF0A508D200005F061 /* JSCallbackConstructor.cpp in Sources */, 1509 1510 1440F8920A508B100005F061 /* JSCallbackFunction.cpp in Sources */, 1511 14909A2D0DCAF6CD00B29EB3 /* ExecState.cpp in Sources */, 1510 1512 14ABDF600A437FEF00ECCA01 /* JSCallbackObject.cpp in Sources */, 1511 1513 140B7D1D0DC69AF7009C42B8 /* JSActivation.cpp in Sources */, -
branches/squirrelfish/JavaScriptCore/kjs/AllInOneFile.cpp
r33300 r33323 40 40 #include "dtoa.cpp" 41 41 #include "error_object.cpp" 42 #include "ExecState.cpp"43 42 #include "function_object.cpp" 44 43 #include "grammar.cpp"