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

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

Issue 1645763003: [Interpreter] TurboFan implementation of intrinsics. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merged with oth@'s changes. 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
« no previous file with comments | « test/unittests/interpreter/bytecode-array-builder-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 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 '../../src/interpreter/constant-array-builder.cc', 953 '../../src/interpreter/constant-array-builder.cc',
954 '../../src/interpreter/constant-array-builder.h', 954 '../../src/interpreter/constant-array-builder.h',
955 '../../src/interpreter/control-flow-builders.cc', 955 '../../src/interpreter/control-flow-builders.cc',
956 '../../src/interpreter/control-flow-builders.h', 956 '../../src/interpreter/control-flow-builders.h',
957 '../../src/interpreter/handler-table-builder.cc', 957 '../../src/interpreter/handler-table-builder.cc',
958 '../../src/interpreter/handler-table-builder.h', 958 '../../src/interpreter/handler-table-builder.h',
959 '../../src/interpreter/interpreter.cc', 959 '../../src/interpreter/interpreter.cc',
960 '../../src/interpreter/interpreter.h', 960 '../../src/interpreter/interpreter.h',
961 '../../src/interpreter/interpreter-assembler.cc', 961 '../../src/interpreter/interpreter-assembler.cc',
962 '../../src/interpreter/interpreter-assembler.h', 962 '../../src/interpreter/interpreter-assembler.h',
963 '../../src/interpreter/interpreter-intrinsics.cc',
964 '../../src/interpreter/interpreter-intrinsics.h',
963 '../../src/interpreter/source-position-table.cc', 965 '../../src/interpreter/source-position-table.cc',
964 '../../src/interpreter/source-position-table.h', 966 '../../src/interpreter/source-position-table.h',
965 '../../src/isolate-inl.h', 967 '../../src/isolate-inl.h',
966 '../../src/isolate.cc', 968 '../../src/isolate.cc',
967 '../../src/isolate.h', 969 '../../src/isolate.h',
968 '../../src/json-parser.h', 970 '../../src/json-parser.h',
969 '../../src/json-stringifier.h', 971 '../../src/json-stringifier.h',
970 '../../src/keys.h', 972 '../../src/keys.h',
971 '../../src/keys.cc', 973 '../../src/keys.cc',
972 '../../src/layout-descriptor-inl.h', 974 '../../src/layout-descriptor-inl.h',
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 }], 2277 }],
2276 ['want_separate_host_toolset==1', { 2278 ['want_separate_host_toolset==1', {
2277 'toolsets': ['host'], 2279 'toolsets': ['host'],
2278 }, { 2280 }, {
2279 'toolsets': ['target'], 2281 'toolsets': ['target'],
2280 }], 2282 }],
2281 ], 2283 ],
2282 }, 2284 },
2283 ], 2285 ],
2284 } 2286 }
OLDNEW
« no previous file with comments | « test/unittests/interpreter/bytecode-array-builder-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698