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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Additional test for debugger stepping and wider constant array builder test. Created 4 years, 9 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
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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 '../../src/interpreter/constant-array-builder.cc', 944 '../../src/interpreter/constant-array-builder.cc',
945 '../../src/interpreter/constant-array-builder.h', 945 '../../src/interpreter/constant-array-builder.h',
946 '../../src/interpreter/control-flow-builders.cc', 946 '../../src/interpreter/control-flow-builders.cc',
947 '../../src/interpreter/control-flow-builders.h', 947 '../../src/interpreter/control-flow-builders.h',
948 '../../src/interpreter/handler-table-builder.cc', 948 '../../src/interpreter/handler-table-builder.cc',
949 '../../src/interpreter/handler-table-builder.h', 949 '../../src/interpreter/handler-table-builder.h',
950 '../../src/interpreter/interpreter.cc', 950 '../../src/interpreter/interpreter.cc',
951 '../../src/interpreter/interpreter.h', 951 '../../src/interpreter/interpreter.h',
952 '../../src/interpreter/interpreter-assembler.cc', 952 '../../src/interpreter/interpreter-assembler.cc',
953 '../../src/interpreter/interpreter-assembler.h', 953 '../../src/interpreter/interpreter-assembler.h',
954 '../../src/interpreter/register-translator.cc',
955 '../../src/interpreter/register-translator.h',
956 '../../src/interpreter/source-position-table.cc', 954 '../../src/interpreter/source-position-table.cc',
957 '../../src/interpreter/source-position-table.h', 955 '../../src/interpreter/source-position-table.h',
958 '../../src/isolate-inl.h', 956 '../../src/isolate-inl.h',
959 '../../src/isolate.cc', 957 '../../src/isolate.cc',
960 '../../src/isolate.h', 958 '../../src/isolate.h',
961 '../../src/json-parser.h', 959 '../../src/json-parser.h',
962 '../../src/json-stringifier.h', 960 '../../src/json-stringifier.h',
963 '../../src/keys.h', 961 '../../src/keys.h',
964 '../../src/keys.cc', 962 '../../src/keys.cc',
965 '../../src/layout-descriptor-inl.h', 963 '../../src/layout-descriptor-inl.h',
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2268 }], 2266 }],
2269 ['want_separate_host_toolset==1', { 2267 ['want_separate_host_toolset==1', {
2270 'toolsets': ['host'], 2268 'toolsets': ['host'],
2271 }, { 2269 }, {
2272 'toolsets': ['target'], 2270 'toolsets': ['target'],
2273 }], 2271 }],
2274 ], 2272 ],
2275 }, 2273 },
2276 ], 2274 ],
2277 } 2275 }
OLDNEW
« test/unittests/interpreter/constant-array-builder-unittest.cc ('K') | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698