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

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

Issue 1216593003: [turbofan] Optimize string "length" property access based on types. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE Created 5 years, 5 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 | « test/unittests/compiler/js-typed-lowering-unittest.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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 '../../src/compiler/js-graph.cc', 512 '../../src/compiler/js-graph.cc',
513 '../../src/compiler/js-graph.h', 513 '../../src/compiler/js-graph.h',
514 '../../src/compiler/js-inlining.cc', 514 '../../src/compiler/js-inlining.cc',
515 '../../src/compiler/js-inlining.h', 515 '../../src/compiler/js-inlining.h',
516 '../../src/compiler/js-intrinsic-lowering.cc', 516 '../../src/compiler/js-intrinsic-lowering.cc',
517 '../../src/compiler/js-intrinsic-lowering.h', 517 '../../src/compiler/js-intrinsic-lowering.h',
518 '../../src/compiler/js-operator.cc', 518 '../../src/compiler/js-operator.cc',
519 '../../src/compiler/js-operator.h', 519 '../../src/compiler/js-operator.h',
520 '../../src/compiler/js-type-feedback.cc', 520 '../../src/compiler/js-type-feedback.cc',
521 '../../src/compiler/js-type-feedback.h', 521 '../../src/compiler/js-type-feedback.h',
522 '../../src/compiler/js-type-feedback-lowering.cc',
523 '../../src/compiler/js-type-feedback-lowering.h',
522 '../../src/compiler/js-typed-lowering.cc', 524 '../../src/compiler/js-typed-lowering.cc',
523 '../../src/compiler/js-typed-lowering.h', 525 '../../src/compiler/js-typed-lowering.h',
524 '../../src/compiler/jump-threading.cc', 526 '../../src/compiler/jump-threading.cc',
525 '../../src/compiler/jump-threading.h', 527 '../../src/compiler/jump-threading.h',
526 '../../src/compiler/linkage-impl.h', 528 '../../src/compiler/linkage-impl.h',
527 '../../src/compiler/linkage.cc', 529 '../../src/compiler/linkage.cc',
528 '../../src/compiler/linkage.h', 530 '../../src/compiler/linkage.h',
529 '../../src/compiler/liveness-analyzer.cc', 531 '../../src/compiler/liveness-analyzer.cc',
530 '../../src/compiler/liveness-analyzer.h', 532 '../../src/compiler/liveness-analyzer.h',
531 '../../src/compiler/load-elimination.cc', 533 '../../src/compiler/load-elimination.cc',
(...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 }], 1927 }],
1926 ['want_separate_host_toolset==1', { 1928 ['want_separate_host_toolset==1', {
1927 'toolsets': ['host'], 1929 'toolsets': ['host'],
1928 }, { 1930 }, {
1929 'toolsets': ['target'], 1931 'toolsets': ['target'],
1930 }], 1932 }],
1931 ], 1933 ],
1932 }, 1934 },
1933 ], 1935 ],
1934 } 1936 }
OLDNEW
« no previous file with comments | « test/unittests/compiler/js-typed-lowering-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698