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

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: Update 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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 '../../src/interpreter/constant-array-builder.cc', 941 '../../src/interpreter/constant-array-builder.cc',
942 '../../src/interpreter/constant-array-builder.h', 942 '../../src/interpreter/constant-array-builder.h',
943 '../../src/interpreter/control-flow-builders.cc', 943 '../../src/interpreter/control-flow-builders.cc',
944 '../../src/interpreter/control-flow-builders.h', 944 '../../src/interpreter/control-flow-builders.h',
945 '../../src/interpreter/handler-table-builder.cc', 945 '../../src/interpreter/handler-table-builder.cc',
946 '../../src/interpreter/handler-table-builder.h', 946 '../../src/interpreter/handler-table-builder.h',
947 '../../src/interpreter/interpreter.cc', 947 '../../src/interpreter/interpreter.cc',
948 '../../src/interpreter/interpreter.h', 948 '../../src/interpreter/interpreter.h',
949 '../../src/interpreter/interpreter-assembler.cc', 949 '../../src/interpreter/interpreter-assembler.cc',
950 '../../src/interpreter/interpreter-assembler.h', 950 '../../src/interpreter/interpreter-assembler.h',
951 '../../src/interpreter/interpreter-intrinsics.cc',
952 '../../src/interpreter/interpreter-intrinsics.h',
951 '../../src/interpreter/register-translator.cc', 953 '../../src/interpreter/register-translator.cc',
952 '../../src/interpreter/register-translator.h', 954 '../../src/interpreter/register-translator.h',
953 '../../src/interpreter/source-position-table.cc', 955 '../../src/interpreter/source-position-table.cc',
954 '../../src/interpreter/source-position-table.h', 956 '../../src/interpreter/source-position-table.h',
955 '../../src/isolate-inl.h', 957 '../../src/isolate-inl.h',
956 '../../src/isolate.cc', 958 '../../src/isolate.cc',
957 '../../src/isolate.h', 959 '../../src/isolate.h',
958 '../../src/json-parser.h', 960 '../../src/json-parser.h',
959 '../../src/json-stringifier.h', 961 '../../src/json-stringifier.h',
960 '../../src/key-accumulator.h', 962 '../../src/key-accumulator.h',
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 }], 2258 }],
2257 ['want_separate_host_toolset==1', { 2259 ['want_separate_host_toolset==1', {
2258 'toolsets': ['host'], 2260 'toolsets': ['host'],
2259 }, { 2261 }, {
2260 'toolsets': ['target'], 2262 'toolsets': ['target'],
2261 }], 2263 }],
2262 ], 2264 ],
2263 }, 2265 },
2264 ], 2266 ],
2265 } 2267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698