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

Side by Side Diff: WATCHLISTS

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 | « BUILD.gn ('k') | src/arm/interface-descriptors-arm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 the V8 project authors. All rights reserved. 1 # Copyright 2013 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 26 matching lines...) Expand all
37 'filepath': 'include/', 37 'filepath': 'include/',
38 }, 38 },
39 'snapshot': { 39 'snapshot': {
40 'filepath': 'src/snapshot/', 40 'filepath': 'src/snapshot/',
41 }, 41 },
42 'debugger': { 42 'debugger': {
43 'filepath': 'src/debug/', 43 'filepath': 'src/debug/',
44 }, 44 },
45 'interpreter': { 45 'interpreter': {
46 'filepath': 'src/interpreter/' \ 46 'filepath': 'src/interpreter/' \
47 '|src/compiler/interpreter' \
48 '|src/compiler/bytecode' \ 47 '|src/compiler/bytecode' \
49 '|test/cctest/interpreter/' \ 48 '|test/cctest/interpreter/' \
50 '|test/unittests/interpreter/', 49 '|test/unittests/interpreter/',
51 }, 50 },
52 'feature_shipping_status': { 51 'feature_shipping_status': {
53 'filepath': 'src/flag-definitions.h', 52 'filepath': 'src/flag-definitions.h',
54 }, 53 },
55 'gc_changes': { 54 'gc_changes': {
56 'filepath': 'src/heap/', 55 'filepath': 'src/heap/',
57 }, 56 },
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ], 92 ],
94 'ia32': [ 93 'ia32': [
95 'v8-x87-ports@googlegroups.com', 94 'v8-x87-ports@googlegroups.com',
96 ], 95 ],
97 'merges': [ 96 'merges': [
98 # Only enabled on branches created with tools/release/create_release.py 97 # Only enabled on branches created with tools/release/create_release.py
99 # 'v8-merges@googlegroups.com', 98 # 'v8-merges@googlegroups.com',
100 ], 99 ],
101 }, 100 },
102 } 101 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/arm/interface-descriptors-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698