ChangeLog

22
33 Reviewed by Oliver Hunt.
44
 5 Please don't die in a fire while trying to compile Interpreter.cpp on GCC 4.2.
 6 Added "-fno-var-tracking" compiler flag.
 7
 8 https://bugs.webkit.org/show_bug.cgi?id=22704
 9
 10 * JavaScriptCore.xcodeproj/project.pbxproj:
 11
 122008-12-05 Gavin Barraclough <barraclough@apple.com>
 13
 14 Reviewed by Oliver Hunt.
 15
516 Ordering of branch operands in MacroAssembler in unnecessarily inconsistent.
617
718 je, jg etc take an immediate operand as the second argument, but for the
39061

JavaScriptCore.xcodeproj/project.pbxproj

4242 141211340A48795800480255 /* minidom.c in Sources */ = {isa = PBXBuildFile; fileRef = 141211020A48780900480255 /* minidom.c */; };
4343 1421359B0A677F4F00A8195E /* JSBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1421359A0A677F4F00A8195E /* JSBase.cpp */; };
4444 1429D77C0ED20D7300B89619 /* Interpreter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1429D77B0ED20D7300B89619 /* Interpreter.h */; settings = {ATTRIBUTES = (Private, ); }; };
45  1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D7D30ED2128200B89619 /* Interpreter.cpp */; };
 45 1429D7D40ED2128200B89619 /* Interpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D7D30ED2128200B89619 /* Interpreter.cpp */; settings = {COMPILER_FLAGS = "-fno-var-tracking"; }; };
4646 1429D8780ED21ACD00B89619 /* ExceptionHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D8770ED21ACD00B89619 /* ExceptionHelpers.cpp */; };
4747 1429D8850ED21C3D00B89619 /* SamplingTool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1429D8830ED21C3D00B89619 /* SamplingTool.cpp */; };
4848 1429D8860ED21C3D00B89619 /* SamplingTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1429D8840ED21C3D00B89619 /* SamplingTool.h */; };
39060