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

Side by Side Diff: src/v8.gyp

Issue 2691993004: [wasm] Introduce WasmStackGuard builtin (Closed)
Patch Set: Rebase Created 3 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 | « src/runtime/runtime-wasm.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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'builtins/builtins-promise.h', 509 'builtins/builtins-promise.h',
510 'builtins/builtins-proxy.cc', 510 'builtins/builtins-proxy.cc',
511 'builtins/builtins-reflect.cc', 511 'builtins/builtins-reflect.cc',
512 'builtins/builtins-regexp.cc', 512 'builtins/builtins-regexp.cc',
513 'builtins/builtins-regexp.h', 513 'builtins/builtins-regexp.h',
514 'builtins/builtins-sharedarraybuffer.cc', 514 'builtins/builtins-sharedarraybuffer.cc',
515 'builtins/builtins-string.cc', 515 'builtins/builtins-string.cc',
516 'builtins/builtins-symbol.cc', 516 'builtins/builtins-symbol.cc',
517 'builtins/builtins-typedarray.cc', 517 'builtins/builtins-typedarray.cc',
518 'builtins/builtins-utils.h', 518 'builtins/builtins-utils.h',
519 'builtins/builtins-wasm.cc',
519 'builtins/builtins.cc', 520 'builtins/builtins.cc',
520 'builtins/builtins.h', 521 'builtins/builtins.h',
521 'cached-powers.cc', 522 'cached-powers.cc',
522 'cached-powers.h', 523 'cached-powers.h',
523 'cancelable-task.cc', 524 'cancelable-task.cc',
524 'cancelable-task.h', 525 'cancelable-task.h',
525 'char-predicates.cc', 526 'char-predicates.cc',
526 'char-predicates-inl.h', 527 'char-predicates-inl.h',
527 'char-predicates.h', 528 'char-predicates.h',
528 'checks.h', 529 'checks.h',
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 'conditions': [ 2505 'conditions': [
2505 ['want_separate_host_toolset_mkpeephole==1', { 2506 ['want_separate_host_toolset_mkpeephole==1', {
2506 'toolsets': ['host'], 2507 'toolsets': ['host'],
2507 }, { 2508 }, {
2508 'toolsets': ['target'], 2509 'toolsets': ['target'],
2509 }], 2510 }],
2510 ], 2511 ],
2511 }, 2512 },
2512 ], 2513 ],
2513 } 2514 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-wasm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698