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

Side by Side Diff: src/v8.gyp

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: more comments. Created 3 years, 10 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 | « src/type-feedback-vector-inl.h ('k') | src/x64/macro-assembler-x64.cc » ('j') | 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'asmjs/switch-logic.cc', 432 'asmjs/switch-logic.cc',
433 'assembler.cc', 433 'assembler.cc',
434 'assembler.h', 434 'assembler.h',
435 'assembler-inl.h', 435 'assembler-inl.h',
436 'assert-scope.h', 436 'assert-scope.h',
437 'assert-scope.cc', 437 'assert-scope.cc',
438 'ast/ast-expression-rewriter.cc', 438 'ast/ast-expression-rewriter.cc',
439 'ast/ast-expression-rewriter.h', 439 'ast/ast-expression-rewriter.h',
440 'ast/ast-function-literal-id-reindexer.cc', 440 'ast/ast-function-literal-id-reindexer.cc',
441 'ast/ast-function-literal-id-reindexer.h', 441 'ast/ast-function-literal-id-reindexer.h',
442 'ast/ast-literal-reindexer.cc',
443 'ast/ast-literal-reindexer.h',
444 'ast/ast-numbering.cc', 442 'ast/ast-numbering.cc',
445 'ast/ast-numbering.h', 443 'ast/ast-numbering.h',
446 'ast/ast-traversal-visitor.h', 444 'ast/ast-traversal-visitor.h',
447 'ast/ast-type-bounds.h', 445 'ast/ast-type-bounds.h',
448 'ast/ast-types.cc', 446 'ast/ast-types.cc',
449 'ast/ast-types.h', 447 'ast/ast-types.h',
450 'ast/ast-value-factory.cc', 448 'ast/ast-value-factory.cc',
451 'ast/ast-value-factory.h', 449 'ast/ast-value-factory.h',
452 'ast/ast.cc', 450 'ast/ast.cc',
453 'ast/ast.h', 451 'ast/ast.h',
(...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 'conditions': [ 2502 'conditions': [
2505 ['want_separate_host_toolset_mkpeephole==1', { 2503 ['want_separate_host_toolset_mkpeephole==1', {
2506 'toolsets': ['host'], 2504 'toolsets': ['host'],
2507 }, { 2505 }, {
2508 'toolsets': ['target'], 2506 'toolsets': ['target'],
2509 }], 2507 }],
2510 ], 2508 ],
2511 }, 2509 },
2512 ], 2510 ],
2513 } 2511 }
OLDNEW
« no previous file with comments | « src/type-feedback-vector-inl.h ('k') | src/x64/macro-assembler-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698