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

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

Issue 1865833002: [generators] Decouple generator resume from fullcodegen. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
« src/deoptimizer.cc ('K') | « test/mjsunit/mjsunit.status ('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 2032 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 '../../src/js/symbol.js', 2043 '../../src/js/symbol.js',
2044 '../../src/js/array.js', 2044 '../../src/js/array.js',
2045 '../../src/js/string.js', 2045 '../../src/js/string.js',
2046 '../../src/js/uri.js', 2046 '../../src/js/uri.js',
2047 '../../src/js/math.js', 2047 '../../src/js/math.js',
2048 '../../src/third_party/fdlibm/fdlibm.js', 2048 '../../src/third_party/fdlibm/fdlibm.js',
2049 '../../src/js/regexp.js', 2049 '../../src/js/regexp.js',
2050 '../../src/js/arraybuffer.js', 2050 '../../src/js/arraybuffer.js',
2051 '../../src/js/typedarray.js', 2051 '../../src/js/typedarray.js',
2052 '../../src/js/iterator-prototype.js', 2052 '../../src/js/iterator-prototype.js',
2053 '../../src/js/generator.js',
2054 '../../src/js/object-observe.js', 2053 '../../src/js/object-observe.js',
2055 '../../src/js/collection.js', 2054 '../../src/js/collection.js',
2056 '../../src/js/weak-collection.js', 2055 '../../src/js/weak-collection.js',
2057 '../../src/js/collection-iterator.js', 2056 '../../src/js/collection-iterator.js',
2058 '../../src/js/promise.js', 2057 '../../src/js/promise.js',
2059 '../../src/js/messages.js', 2058 '../../src/js/messages.js',
2060 '../../src/js/json.js', 2059 '../../src/js/json.js',
2061 '../../src/js/array-iterator.js', 2060 '../../src/js/array-iterator.js',
2062 '../../src/js/string-iterator.js', 2061 '../../src/js/string-iterator.js',
2063 '../../src/js/templates.js', 2062 '../../src/js/templates.js',
2064 '../../src/js/spread.js', 2063 '../../src/js/spread.js',
2065 '../../src/js/proxy.js', 2064 '../../src/js/proxy.js',
2066 '../../src/debug/mirrors.js', 2065 '../../src/debug/mirrors.js',
2067 '../../src/debug/debug.js', 2066 '../../src/debug/debug.js',
2068 '../../src/debug/liveedit.js', 2067 '../../src/debug/liveedit.js',
2069 ], 2068 ],
2070 'experimental_library_files': [ 2069 'experimental_library_files': [
2071 '../../src/js/macros.py', 2070 '../../src/js/macros.py',
2072 '../../src/messages.h', 2071 '../../src/messages.h',
2073 '../../src/js/generator.js',
2074 '../../src/js/harmony-atomics.js', 2072 '../../src/js/harmony-atomics.js',
2075 '../../src/js/harmony-regexp-exec.js', 2073 '../../src/js/harmony-regexp-exec.js',
2076 '../../src/js/harmony-object-observe.js', 2074 '../../src/js/harmony-object-observe.js',
2077 '../../src/js/harmony-sharedarraybuffer.js', 2075 '../../src/js/harmony-sharedarraybuffer.js',
2078 '../../src/js/harmony-simd.js', 2076 '../../src/js/harmony-simd.js',
2079 '../../src/js/harmony-species.js', 2077 '../../src/js/harmony-species.js',
2080 '../../src/js/harmony-unicode-regexps.js', 2078 '../../src/js/harmony-unicode-regexps.js',
2081 '../../src/js/harmony-string-padding.js', 2079 '../../src/js/harmony-string-padding.js',
2082 '../../src/js/promise-extra.js', 2080 '../../src/js/promise-extra.js',
2083 ], 2081 ],
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2270 }], 2268 }],
2271 ['want_separate_host_toolset==1', { 2269 ['want_separate_host_toolset==1', {
2272 'toolsets': ['host'], 2270 'toolsets': ['host'],
2273 }, { 2271 }, {
2274 'toolsets': ['target'], 2272 'toolsets': ['target'],
2275 }], 2273 }],
2276 ], 2274 ],
2277 }, 2275 },
2278 ], 2276 ],
2279 } 2277 }
OLDNEW
« src/deoptimizer.cc ('K') | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698