Changeset 112313 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Mar 27, 2012, 2:15:43 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r112285 r112313 1 2012-03-27 Matt Lilek <[email protected]> 2 3 Stop compiling Interpreter.cpp with -fno-var-tracking 4 https://bugs.webkit.org/show_bug.cgi?id=82299 5 6 Reviewed by Anders Carlsson. 7 8 * JavaScriptCore.xcodeproj/project.pbxproj: 9 1 10 2012-03-27 Pratik Solanki <[email protected]> 2 11 -
trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r112145 r112313 202 202 14280875107EC13E0013E7B2 /* JSLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65EA4C99092AF9E20093D800 /* JSLock.cpp */; }; 203 203 1429D77C0ED20D7300B89619 /* Interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1429D77B0ED20D7300B89619 /* Interpreter.h */; settings = {ATTRIBUTES = (Private, ); }; }; 204 1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D7D30ED2128200B89619 /* Interpreter.cpp */; settings = {COMPILER_FLAGS = "-fno-var-tracking"; };};204 1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D7D30ED2128200B89619 /* Interpreter.cpp */; }; 205 205 1429D8780ED21ACD00B89619 /* ExceptionHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D8770ED21ACD00B89619 /* ExceptionHelpers.cpp */; }; 206 206 1429D8850ED21C3D00B89619 /* SamplingTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D8830ED21C3D00B89619 /* SamplingTool.cpp */; };
Note:
See TracChangeset
for help on using the changeset viewer.