Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: tools/v8.xcodeproj/project.pbxproj

Issue 125141: Attempt to reduce performance penalty for logging and profiling (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/gyp/v8.gyp ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 7BF891930E73098D000BAF8A /* All */ = { 10 7BF891930E73098D000BAF8A /* All */ = {
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 897F76820E71B6AC007ACF34 /* PBXContainerItemProxy */ = { 266 897F76820E71B6AC007ACF34 /* PBXContainerItemProxy */ = {
267 isa = PBXContainerItemProxy; 267 isa = PBXContainerItemProxy;
268 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */; 268 containerPortal = 8915B8680E719336009C4E19 /* Project ob ject */;
269 proxyType = 1; 269 proxyType = 1;
270 remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5; 270 remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5;
271 remoteInfo = v8; 271 remoteInfo = v8;
272 }; 272 };
273 /* End PBXContainerItemProxy section */ 273 /* End PBXContainerItemProxy section */
274 274
275 /* Begin PBXFileReference section */ 275 /* Begin PBXFileReference section */
276 22A76C900FF259E600FDC694 /* log-inl.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "log-inl.h"; so urceTree = "<group>"; };
276 58242A1E0FA1F14D00BD6F59 /* json-delay.js */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jso n-delay.js"; sourceTree = "<group>"; }; 277 58242A1E0FA1F14D00BD6F59 /* json-delay.js */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jso n-delay.js"; sourceTree = "<group>"; };
277 58950D4E0F55514900F3E8BA /* jump-target-arm.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "j ump-target-arm.cc"; path = "arm/jump-target-arm.cc"; sourceTree = "<group>"; }; 278 58950D4E0F55514900F3E8BA /* jump-target-arm.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "j ump-target-arm.cc"; path = "arm/jump-target-arm.cc"; sourceTree = "<group>"; };
278 58950D4F0F55514900F3E8BA /* jump-target-ia32.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = " jump-target-ia32.cc"; path = "ia32/jump-target-ia32.cc"; sourceTree = "<group>"; }; 279 58950D4F0F55514900F3E8BA /* jump-target-ia32.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = " jump-target-ia32.cc"; path = "ia32/jump-target-ia32.cc"; sourceTree = "<group>"; };
279 58950D500F55514900F3E8BA /* jump-target.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "jump- target.cc"; sourceTree = "<group>"; }; 280 58950D500F55514900F3E8BA /* jump-target.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "jump- target.cc"; sourceTree = "<group>"; };
280 58950D510F55514900F3E8BA /* jump-target.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jump-targe t.h"; sourceTree = "<group>"; }; 281 58950D510F55514900F3E8BA /* jump-target.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "jump-targe t.h"; sourceTree = "<group>"; };
281 58950D520F55514900F3E8BA /* register-allocator-arm.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; na me = "register-allocator-arm.cc"; path = "arm/register-allocator-arm.cc"; source Tree = "<group>"; }; 282 58950D520F55514900F3E8BA /* register-allocator-arm.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; na me = "register-allocator-arm.cc"; path = "arm/register-allocator-arm.cc"; source Tree = "<group>"; };
282 58950D530F55514900F3E8BA /* register-allocator-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; n ame = "register-allocator-ia32.cc"; path = "ia32/register-allocator-ia32.cc"; so urceTree = "<group>"; }; 283 58950D530F55514900F3E8BA /* register-allocator-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; n ame = "register-allocator-ia32.cc"; path = "ia32/register-allocator-ia32.cc"; so urceTree = "<group>"; };
283 58950D540F55514900F3E8BA /* register-allocator.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "register-allocator.cc"; sourceTree = "<group>"; }; 284 58950D540F55514900F3E8BA /* register-allocator.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "register-allocator.cc"; sourceTree = "<group>"; };
284 58950D550F55514900F3E8BA /* register-allocator.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "reg ister-allocator.h"; sourceTree = "<group>"; }; 285 58950D550F55514900F3E8BA /* register-allocator.h */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "reg ister-allocator.h"; sourceTree = "<group>"; };
285 58950D560F55514900F3E8BA /* virtual-frame-arm.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "virtual-frame-arm.cc"; path = "arm/virtual-frame-arm.cc"; sourceTree = "<group> "; }; 286 58950D560F55514900F3E8BA /* virtual-frame-arm.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "virtual-frame-arm.cc"; path = "arm/virtual-frame-arm.cc"; sourceTree = "<group> "; };
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 children = ( 616 children = (
616 897FF0D40E719A8500D62E90 /* v8-debug.h */, 617 897FF0D40E719A8500D62E90 /* v8-debug.h */,
617 897FF0D50E719A8500D62E90 /* v8.h */, 618 897FF0D50E719A8500D62E90 /* v8.h */,
618 ); 619 );
619 path = include; 620 path = include;
620 sourceTree = "<group>"; 621 sourceTree = "<group>";
621 }; 622 };
622 897FF0D70E719AB300D62E90 /* C++ */ = { 623 897FF0D70E719AB300D62E90 /* C++ */ = {
623 isa = PBXGroup; 624 isa = PBXGroup;
624 children = ( 625 children = (
626 22A76C900FF259E600FDC694 /* log-inl.h */,
625 897FF0F60E719B8F00D62E90 /* accessors.cc */, 627 897FF0F60E719B8F00D62E90 /* accessors.cc */,
626 897FF0F70E719B8F00D62E90 /* accessors.h */, 628 897FF0F70E719B8F00D62E90 /* accessors.h */,
627 897FF0F80E719B8F00D62E90 /* allocation.cc */, 629 897FF0F80E719B8F00D62E90 /* allocation.cc */,
628 897FF0F90E719B8F00D62E90 /* allocation.h */, 630 897FF0F90E719B8F00D62E90 /* allocation.h */,
629 897FF0FA0E719B8F00D62E90 /* api.cc */, 631 897FF0FA0E719B8F00D62E90 /* api.cc */,
630 897FF0FB0E719B8F00D62E90 /* api.h */, 632 897FF0FB0E719B8F00D62E90 /* api.h */,
631 893986D40F29020C007D5254 /* apiutils.h */, 633 893986D40F29020C007D5254 /* apiutils.h */,
632 897FF0FC0E719B8F00D62E90 /* arguments.h */, 634 897FF0FC0E719B8F00D62E90 /* arguments.h */,
633 897FF0FD0E719B8F00D62E90 /* assembler-arm-inl.h */, 635 897FF0FD0E719B8F00D62E90 /* assembler-arm-inl.h */,
634 897FF0FE0E719B8F00D62E90 /* assembler-arm.cc */, 636 897FF0FE0E719B8F00D62E90 /* assembler-arm.cc */,
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 89F23C930E78D5B6006B2466 /* Debug */, 1625 89F23C930E78D5B6006B2466 /* Debug */,
1624 89F23C940E78D5B6006B2466 /* Release */, 1626 89F23C940E78D5B6006B2466 /* Release */,
1625 ); 1627 );
1626 defaultConfigurationIsVisible = 0; 1628 defaultConfigurationIsVisible = 0;
1627 defaultConfigurationName = Release; 1629 defaultConfigurationName = Release;
1628 }; 1630 };
1629 /* End XCConfigurationList section */ 1631 /* End XCConfigurationList section */
1630 }; 1632 };
1631 rootObject = 8915B8680E719336009C4E19 /* Project object */; 1633 rootObject = 8915B8680E719336009C4E19 /* Project object */;
1632 } 1634 }
OLDNEW
« no previous file with comments | « tools/gyp/v8.gyp ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698