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

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

Issue 1933: Generalized the EvalCache into a CompilationCache and enabled... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 3 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
« src/compilation-cache.h ('K') | « test/cctest/test-api.cc ('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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 </File> 374 </File>
375 <File 375 <File
376 RelativePath="..\..\src\codegen.cc" 376 RelativePath="..\..\src\codegen.cc"
377 > 377 >
378 </File> 378 </File>
379 <File 379 <File
380 RelativePath="..\..\src\codegen.h" 380 RelativePath="..\..\src\codegen.h"
381 > 381 >
382 </File> 382 </File>
383 <File 383 <File
384 RelativePath="..\..\src\compilation-cache.cc"
385 >
386 </File>
387 <File
388 RelativePath="..\..\src\compilation-cache.h"
389 >
390 </File>
391 <File
384 RelativePath="..\..\src\compiler.cc" 392 RelativePath="..\..\src\compiler.cc"
385 > 393 >
386 </File> 394 </File>
387 <File 395 <File
388 RelativePath="..\..\src\compiler.h" 396 RelativePath="..\..\src\compiler.h"
389 > 397 >
390 </File> 398 </File>
391 <File 399 <File
392 RelativePath="..\..\src\contexts.cc" 400 RelativePath="..\..\src\contexts.cc"
393 > 401 >
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 </File> 910 </File>
903 <File 911 <File
904 RelativePath="..\..\public\v8.h" 912 RelativePath="..\..\public\v8.h"
905 > 913 >
906 </File> 914 </File>
907 </Filter> 915 </Filter>
908 </Files> 916 </Files>
909 <Globals> 917 <Globals>
910 </Globals> 918 </Globals>
911 </VisualStudioProject> 919 </VisualStudioProject>
OLDNEW
« src/compilation-cache.h ('K') | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698