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

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

Issue 656123005: Implement loop variable assignment analysis. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added unit tests. Created 6 years, 1 month 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 | « test/cctest/compiler/test-loop-assignment-analysis.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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 '../../src/codegen.cc', 386 '../../src/codegen.cc',
387 '../../src/codegen.h', 387 '../../src/codegen.h',
388 '../../src/compilation-cache.cc', 388 '../../src/compilation-cache.cc',
389 '../../src/compilation-cache.h', 389 '../../src/compilation-cache.h',
390 '../../src/compilation-statistics.cc', 390 '../../src/compilation-statistics.cc',
391 '../../src/compilation-statistics.h', 391 '../../src/compilation-statistics.h',
392 '../../src/compiler/access-builder.cc', 392 '../../src/compiler/access-builder.cc',
393 '../../src/compiler/access-builder.h', 393 '../../src/compiler/access-builder.h',
394 '../../src/compiler/ast-graph-builder.cc', 394 '../../src/compiler/ast-graph-builder.cc',
395 '../../src/compiler/ast-graph-builder.h', 395 '../../src/compiler/ast-graph-builder.h',
396 '../../src/compiler/ast-loop-assignment-analyzer.cc',
397 '../../src/compiler/ast-loop-assignment-analyzer.h',
396 '../../src/compiler/basic-block-instrumentor.cc', 398 '../../src/compiler/basic-block-instrumentor.cc',
397 '../../src/compiler/basic-block-instrumentor.h', 399 '../../src/compiler/basic-block-instrumentor.h',
398 '../../src/compiler/change-lowering.cc', 400 '../../src/compiler/change-lowering.cc',
399 '../../src/compiler/change-lowering.h', 401 '../../src/compiler/change-lowering.h',
400 '../../src/compiler/code-generator-impl.h', 402 '../../src/compiler/code-generator-impl.h',
401 '../../src/compiler/code-generator.cc', 403 '../../src/compiler/code-generator.cc',
402 '../../src/compiler/code-generator.h', 404 '../../src/compiler/code-generator.h',
403 '../../src/compiler/common-node-cache.h', 405 '../../src/compiler/common-node-cache.h',
404 '../../src/compiler/common-operator.cc', 406 '../../src/compiler/common-operator.cc',
405 '../../src/compiler/common-operator.h', 407 '../../src/compiler/common-operator.h',
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 }], 1730 }],
1729 ['v8_compress_startup_data=="bz2"', { 1731 ['v8_compress_startup_data=="bz2"', {
1730 'libraries': [ 1732 'libraries': [
1731 '-lbz2', 1733 '-lbz2',
1732 ] 1734 ]
1733 }], 1735 }],
1734 ], 1736 ],
1735 }, 1737 },
1736 ], 1738 ],
1737 } 1739 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-loop-assignment-analysis.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698