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

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

Issue 553149: Implement simple fast-path code for functions containing this property stores and global variables. (Closed)
Patch Set: Incorporated codereview comments. Created 10 years, 10 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
« no previous file with comments | « tools/visual_studio/v8_base.vcproj ('k') | tools/visual_studio/v8_base_x64.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 <?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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 </File> 398 </File>
399 <File 399 <File
400 RelativePath="..\..\src\factory.cc" 400 RelativePath="..\..\src\factory.cc"
401 > 401 >
402 </File> 402 </File>
403 <File 403 <File
404 RelativePath="..\..\src\factory.h" 404 RelativePath="..\..\src\factory.h"
405 > 405 >
406 </File> 406 </File>
407 <File 407 <File
408 RelativePath="..\..\src\arm\fast-codegen-arm.cc"
409 >
410 </File>
411 <File
408 RelativePath="..\..\src\fast-codegen.cc" 412 RelativePath="..\..\src\fast-codegen.cc"
409 > 413 >
410 </File> 414 </File>
411 <File 415 <File
412 RelativePath="..\..\src\fast-codegen.h" 416 RelativePath="..\..\src\fast-codegen.h"
413 > 417 >
414 </File> 418 </File>
415 <File 419 <File
416 RelativePath="..\..\src\flags.cc" 420 RelativePath="..\..\src\flags.cc"
417 > 421 >
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 </File> 994 </File>
991 <File 995 <File
992 RelativePath="..\..\include\v8.h" 996 RelativePath="..\..\include\v8.h"
993 > 997 >
994 </File> 998 </File>
995 </Filter> 999 </Filter>
996 </Files> 1000 </Files>
997 <Globals> 1001 <Globals>
998 </Globals> 1002 </Globals>
999 </VisualStudioProject> 1003 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_base.vcproj ('k') | tools/visual_studio/v8_base_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698