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

Side by Side Diff: tools/gyp/v8.gyp

Issue 16095004: Extract GlobalValueNumberer and helper classes from hydrogen.cc and move to hydrogen-gvn.cc. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« src/hydrogen.h ('K') | « src/hydrogen-gvn.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 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 '../../src/heap-profiler.cc', 317 '../../src/heap-profiler.cc',
318 '../../src/heap-profiler.h', 318 '../../src/heap-profiler.h',
319 '../../src/heap-snapshot-generator-inl.h', 319 '../../src/heap-snapshot-generator-inl.h',
320 '../../src/heap-snapshot-generator.cc', 320 '../../src/heap-snapshot-generator.cc',
321 '../../src/heap-snapshot-generator.h', 321 '../../src/heap-snapshot-generator.h',
322 '../../src/heap.cc', 322 '../../src/heap.cc',
323 '../../src/heap.h', 323 '../../src/heap.h',
324 '../../src/hydrogen-instructions.cc', 324 '../../src/hydrogen-instructions.cc',
325 '../../src/hydrogen-instructions.h', 325 '../../src/hydrogen-instructions.h',
326 '../../src/hydrogen.cc', 326 '../../src/hydrogen.cc',
327 '../../src/hydrogen-gvn.cc',
327 '../../src/hydrogen.h', 328 '../../src/hydrogen.h',
328 '../../src/ic-inl.h', 329 '../../src/ic-inl.h',
329 '../../src/ic.cc', 330 '../../src/ic.cc',
330 '../../src/ic.h', 331 '../../src/ic.h',
331 '../../src/incremental-marking.cc', 332 '../../src/incremental-marking.cc',
332 '../../src/incremental-marking.h', 333 '../../src/incremental-marking.h',
333 '../../src/interface.cc', 334 '../../src/interface.cc',
334 '../../src/interface.h', 335 '../../src/interface.h',
335 '../../src/interpreter-irregexp.cc', 336 '../../src/interpreter-irregexp.cc',
336 '../../src/interpreter-irregexp.h', 337 '../../src/interpreter-irregexp.h',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 }], 919 }],
919 ['v8_compress_startup_data=="bz2"', { 920 ['v8_compress_startup_data=="bz2"', {
920 'libraries': [ 921 'libraries': [
921 '-lbz2', 922 '-lbz2',
922 ] 923 ]
923 }], 924 }],
924 ], 925 ],
925 }, 926 },
926 ], 927 ],
927 } 928 }
OLDNEW
« src/hydrogen.h ('K') | « src/hydrogen-gvn.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698