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

Side by Side Diff: tools/visual_studio/v8_base_x64.vcproj

Issue 1164002: Split the virtual frame into heavy and light versions.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 9 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/visual_studio/v8_base_arm.vcproj ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="v8_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 </File> 571 </File>
572 <File 572 <File
573 RelativePath="..\..\src\jump-target.h" 573 RelativePath="..\..\src\jump-target.h"
574 > 574 >
575 </File> 575 </File>
576 <File 576 <File
577 RelativePath="..\..\src\jump-target-inl.h" 577 RelativePath="..\..\src\jump-target-inl.h"
578 > 578 >
579 </File> 579 </File>
580 <File 580 <File
581 RelativePath="..\..\src\jump-target-heavy-inl.h"
582 >
583 </File>
584 <File
581 RelativePath="..\..\src\jump-target.cc" 585 RelativePath="..\..\src\jump-target.cc"
582 > 586 >
583 </File> 587 </File>
584 <File 588 <File
585 RelativePath="..\..\src\x64\jump-target-x64.cc" 589 RelativePath="..\..\src\x64\jump-target-x64.cc"
586 > 590 >
587 </File> 591 </File>
588 <File 592 <File
593 RelativePath="..\..\src\jump-target-heavy.cc"
594 >
595 </File>
596 <File
589 RelativePath="..\..\src\jsregexp.cc" 597 RelativePath="..\..\src\jsregexp.cc"
590 > 598 >
591 </File> 599 </File>
592 <File 600 <File
593 RelativePath="..\..\src\jsregexp.h" 601 RelativePath="..\..\src\jsregexp.h"
594 > 602 >
595 </File> 603 </File>
596 <File 604 <File
597 RelativePath="..\..\src\list-inl.h" 605 RelativePath="..\..\src\list-inl.h"
598 > 606 >
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 </File> 975 </File>
968 <File 976 <File
969 RelativePath="..\..\src\version.h" 977 RelativePath="..\..\src\version.h"
970 > 978 >
971 </File> 979 </File>
972 <File 980 <File
973 RelativePath="..\..\src\virtual-frame-inl.h" 981 RelativePath="..\..\src\virtual-frame-inl.h"
974 > 982 >
975 </File> 983 </File>
976 <File 984 <File
985 RelativePath="..\..\src\virtual-frame-heavy-inl. h"
986 >
987 </File>
988 <File
977 RelativePath="..\..\src\virtual-frame.h" 989 RelativePath="..\..\src\virtual-frame.h"
978 > 990 >
979 </File> 991 </File>
980 <File 992 <File
981 RelativePath="..\..\src\x64\virtual-frame-x64.h" 993 RelativePath="..\..\src\x64\virtual-frame-x64.h"
982 > 994 >
983 </File> 995 </File>
984 <File 996 <File
985 RelativePath="..\..\src\virtual-frame.cc" 997 RelativePath="..\..\src\virtual-frame.cc"
986 > 998 >
987 </File> 999 </File>
988 <File 1000 <File
989 RelativePath="..\..\src\x64\virtual-frame-x64.cc " 1001 RelativePath="..\..\src\x64\virtual-frame-x64.cc "
990 > 1002 >
991 </File> 1003 </File>
992 <File 1004 <File
1005 RelativePath="..\..\src\virtual-frame-heavy.cc"
1006 >
1007 </File>
1008 <File
993 RelativePath="..\..\src\zone-inl.h" 1009 RelativePath="..\..\src\zone-inl.h"
994 > 1010 >
995 </File> 1011 </File>
996 <File 1012 <File
997 RelativePath="..\..\src\zone.cc" 1013 RelativePath="..\..\src\zone.cc"
998 > 1014 >
999 </File> 1015 </File>
1000 <File 1016 <File
1001 RelativePath="..\..\src\zone.h" 1017 RelativePath="..\..\src\zone.h"
1002 > 1018 >
(...skipping 28 matching lines...) Expand all
1031 </File> 1047 </File>
1032 <File 1048 <File
1033 RelativePath="..\..\include\v8.h" 1049 RelativePath="..\..\include\v8.h"
1034 > 1050 >
1035 </File> 1051 </File>
1036 </Filter> 1052 </Filter>
1037 </Files> 1053 </Files>
1038 <Globals> 1054 <Globals>
1039 </Globals> 1055 </Globals>
1040 </VisualStudioProject> 1056 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base_arm.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698