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

Side by Side Diff: src/v8.gyp

Issue 2500443004: [wasm] OOB traps: build protected instruction list during codegen (Closed)
Patch Set: Removing spurious changes Created 4 years 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 | « src/trap-handler/trap-handler.h ('k') | src/wasm/wasm-module.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 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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 'ic/stub-cache.h', 1231 'ic/stub-cache.h',
1232 'tracing/trace-event.cc', 1232 'tracing/trace-event.cc',
1233 'tracing/trace-event.h', 1233 'tracing/trace-event.h',
1234 'tracing/traced-value.cc', 1234 'tracing/traced-value.cc',
1235 'tracing/traced-value.h', 1235 'tracing/traced-value.h',
1236 'tracing/tracing-category-observer.cc', 1236 'tracing/tracing-category-observer.cc',
1237 'tracing/tracing-category-observer.h', 1237 'tracing/tracing-category-observer.h',
1238 'transitions-inl.h', 1238 'transitions-inl.h',
1239 'transitions.cc', 1239 'transitions.cc',
1240 'transitions.h', 1240 'transitions.h',
1241 'trap-handler/trap-handler.h',
1241 'type-feedback-vector-inl.h', 1242 'type-feedback-vector-inl.h',
1242 'type-feedback-vector.cc', 1243 'type-feedback-vector.cc',
1243 'type-feedback-vector.h', 1244 'type-feedback-vector.h',
1244 'type-hints.cc', 1245 'type-hints.cc',
1245 'type-hints.h', 1246 'type-hints.h',
1246 'type-info.cc', 1247 'type-info.cc',
1247 'type-info.h', 1248 'type-info.h',
1248 'unicode-inl.h', 1249 'unicode-inl.h',
1249 'unicode.cc', 1250 'unicode.cc',
1250 'unicode.h', 1251 'unicode.h',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
2473 'conditions': [ 2474 'conditions': [
2474 ['want_separate_host_toolset_mkpeephole==1', { 2475 ['want_separate_host_toolset_mkpeephole==1', {
2475 'toolsets': ['host'], 2476 'toolsets': ['host'],
2476 }, { 2477 }, {
2477 'toolsets': ['target'], 2478 'toolsets': ['target'],
2478 }], 2479 }],
2479 ], 2480 ],
2480 }, 2481 },
2481 ], 2482 ],
2482 } 2483 }
OLDNEW
« no previous file with comments | « src/trap-handler/trap-handler.h ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698