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

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

Issue 115347: Reduce the memory used by frame elements from two words to one by... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 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/virtual-frame.h ('K') | « tools/gyp/v8.gyp ('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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 </File> 402 </File>
403 <File 403 <File
404 RelativePath="..\..\src\ia32\frames-ia32.h" 404 RelativePath="..\..\src\ia32\frames-ia32.h"
405 > 405 >
406 </File> 406 </File>
407 <File 407 <File
408 RelativePath="..\..\src\frames-inl.h" 408 RelativePath="..\..\src\frames-inl.h"
409 > 409 >
410 </File> 410 </File>
411 <File 411 <File
412 RelativePath="..\..\src\frame-element.h"
413 >
414 </File>
415 <File
412 RelativePath="..\..\src\frames.cc" 416 RelativePath="..\..\src\frames.cc"
413 > 417 >
414 </File> 418 </File>
415 <File 419 <File
416 RelativePath="..\..\src\frames.h" 420 RelativePath="..\..\src\frames.h"
417 > 421 >
418 </File> 422 </File>
419 <File 423 <File
420 RelativePath="..\..\src\func-name-inferrer.cc" 424 RelativePath="..\..\src\func-name-inferrer.cc"
421 > 425 >
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 </File> 498 </File>
495 <File 499 <File
496 RelativePath="..\..\src\interpreter-irregexp.h" 500 RelativePath="..\..\src\interpreter-irregexp.h"
497 > 501 >
498 </File> 502 </File>
499 <File 503 <File
500 RelativePath="..\..\src\jump-target.h" 504 RelativePath="..\..\src\jump-target.h"
501 > 505 >
502 </File> 506 </File>
503 <File 507 <File
508 RelativePath="..\..\src\jump-target-inl.h"
509 >
510 </File>
511 <File
504 RelativePath="..\..\src\jump-target.cc" 512 RelativePath="..\..\src\jump-target.cc"
505 > 513 >
506 </File> 514 </File>
507 <File 515 <File
508 RelativePath="..\..\src\ia32\jump-target-ia32.cc " 516 RelativePath="..\..\src\ia32\jump-target-ia32.cc "
509 > 517 >
510 </File> 518 </File>
511 <File 519 <File
512 RelativePath="..\..\src\jsregexp-inl.h" 520 RelativePath="..\..\src\jsregexp-inl.h"
513 > 521 >
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 </File> 930 </File>
923 <File 931 <File
924 RelativePath="..\..\include\v8.h" 932 RelativePath="..\..\include\v8.h"
925 > 933 >
926 </File> 934 </File>
927 </Filter> 935 </Filter>
928 </Files> 936 </Files>
929 <Globals> 937 <Globals>
930 </Globals> 938 </Globals>
931 </VisualStudioProject> 939 </VisualStudioProject>
OLDNEW
« src/virtual-frame.h ('K') | « tools/gyp/v8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698