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

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

Issue 1673333004: [Interpreter] Make InterpreterAssembler a subclass of CodeStubAssembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address review comments. Created 4 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 | « test/unittests/unittests.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 # 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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 '../../src/compiler/instruction-codes.h', 599 '../../src/compiler/instruction-codes.h',
600 '../../src/compiler/instruction-selector-impl.h', 600 '../../src/compiler/instruction-selector-impl.h',
601 '../../src/compiler/instruction-selector.cc', 601 '../../src/compiler/instruction-selector.cc',
602 '../../src/compiler/instruction-selector.h', 602 '../../src/compiler/instruction-selector.h',
603 '../../src/compiler/instruction-scheduler.cc', 603 '../../src/compiler/instruction-scheduler.cc',
604 '../../src/compiler/instruction-scheduler.h', 604 '../../src/compiler/instruction-scheduler.h',
605 '../../src/compiler/instruction.cc', 605 '../../src/compiler/instruction.cc',
606 '../../src/compiler/instruction.h', 606 '../../src/compiler/instruction.h',
607 '../../src/compiler/int64-lowering.cc', 607 '../../src/compiler/int64-lowering.cc',
608 '../../src/compiler/int64-lowering.h', 608 '../../src/compiler/int64-lowering.h',
609 '../../src/compiler/interpreter-assembler.cc',
610 '../../src/compiler/interpreter-assembler.h',
611 '../../src/compiler/js-builtin-reducer.cc', 609 '../../src/compiler/js-builtin-reducer.cc',
612 '../../src/compiler/js-builtin-reducer.h', 610 '../../src/compiler/js-builtin-reducer.h',
613 '../../src/compiler/js-call-reducer.cc', 611 '../../src/compiler/js-call-reducer.cc',
614 '../../src/compiler/js-call-reducer.h', 612 '../../src/compiler/js-call-reducer.h',
615 '../../src/compiler/js-context-relaxation.cc', 613 '../../src/compiler/js-context-relaxation.cc',
616 '../../src/compiler/js-context-relaxation.h', 614 '../../src/compiler/js-context-relaxation.h',
617 '../../src/compiler/js-context-specialization.cc', 615 '../../src/compiler/js-context-specialization.cc',
618 '../../src/compiler/js-context-specialization.h', 616 '../../src/compiler/js-context-specialization.h',
619 '../../src/compiler/js-create-lowering.cc', 617 '../../src/compiler/js-create-lowering.cc',
620 '../../src/compiler/js-create-lowering.h', 618 '../../src/compiler/js-create-lowering.h',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 '../../src/interpreter/bytecode-generator.h', 936 '../../src/interpreter/bytecode-generator.h',
939 '../../src/interpreter/bytecode-traits.h', 937 '../../src/interpreter/bytecode-traits.h',
940 '../../src/interpreter/constant-array-builder.cc', 938 '../../src/interpreter/constant-array-builder.cc',
941 '../../src/interpreter/constant-array-builder.h', 939 '../../src/interpreter/constant-array-builder.h',
942 '../../src/interpreter/control-flow-builders.cc', 940 '../../src/interpreter/control-flow-builders.cc',
943 '../../src/interpreter/control-flow-builders.h', 941 '../../src/interpreter/control-flow-builders.h',
944 '../../src/interpreter/handler-table-builder.cc', 942 '../../src/interpreter/handler-table-builder.cc',
945 '../../src/interpreter/handler-table-builder.h', 943 '../../src/interpreter/handler-table-builder.h',
946 '../../src/interpreter/interpreter.cc', 944 '../../src/interpreter/interpreter.cc',
947 '../../src/interpreter/interpreter.h', 945 '../../src/interpreter/interpreter.h',
946 '../../src/interpreter/interpreter-assembler.cc',
947 '../../src/interpreter/interpreter-assembler.h',
948 '../../src/interpreter/register-translator.cc', 948 '../../src/interpreter/register-translator.cc',
949 '../../src/interpreter/register-translator.h', 949 '../../src/interpreter/register-translator.h',
950 '../../src/interpreter/source-position-table.cc', 950 '../../src/interpreter/source-position-table.cc',
951 '../../src/interpreter/source-position-table.h', 951 '../../src/interpreter/source-position-table.h',
952 '../../src/isolate-inl.h', 952 '../../src/isolate-inl.h',
953 '../../src/isolate.cc', 953 '../../src/isolate.cc',
954 '../../src/isolate.h', 954 '../../src/isolate.h',
955 '../../src/json-parser.h', 955 '../../src/json-parser.h',
956 '../../src/json-stringifier.h', 956 '../../src/json-stringifier.h',
957 '../../src/key-accumulator.h', 957 '../../src/key-accumulator.h',
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 }], 2205 }],
2206 ['want_separate_host_toolset==1', { 2206 ['want_separate_host_toolset==1', {
2207 'toolsets': ['host'], 2207 'toolsets': ['host'],
2208 }, { 2208 }, {
2209 'toolsets': ['target'], 2209 'toolsets': ['target'],
2210 }], 2210 }],
2211 ], 2211 ],
2212 }, 2212 },
2213 ], 2213 ],
2214 } 2214 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698