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

Side by Side Diff: src/v8.gyp

Issue 1993653003: Initial support for emitting unwinding information in perf jitdump. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Enable with --perf-prof-unwinding-info. Created 4 years, 5 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/s390/assembler-s390.cc ('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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'deoptimizer.h', 772 'deoptimizer.h',
773 'disasm.h', 773 'disasm.h',
774 'disassembler.cc', 774 'disassembler.cc',
775 'disassembler.h', 775 'disassembler.h',
776 'diy-fp.cc', 776 'diy-fp.cc',
777 'diy-fp.h', 777 'diy-fp.h',
778 'double.h', 778 'double.h',
779 'dtoa.cc', 779 'dtoa.cc',
780 'dtoa.h', 780 'dtoa.h',
781 'effects.h', 781 'effects.h',
782 'eh-frame.cc',
783 'eh-frame.h',
782 'elements-kind.cc', 784 'elements-kind.cc',
783 'elements-kind.h', 785 'elements-kind.h',
784 'elements.cc', 786 'elements.cc',
785 'elements.h', 787 'elements.h',
786 'execution.cc', 788 'execution.cc',
787 'execution.h', 789 'execution.h',
788 'extensions/externalize-string-extension.cc', 790 'extensions/externalize-string-extension.cc',
789 'extensions/externalize-string-extension.h', 791 'extensions/externalize-string-extension.h',
790 'extensions/free-buffer-extension.cc', 792 'extensions/free-buffer-extension.cc',
791 'extensions/free-buffer-extension.h', 793 'extensions/free-buffer-extension.h',
(...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 }], 2285 }],
2284 ['want_separate_host_toolset==1', { 2286 ['want_separate_host_toolset==1', {
2285 'toolsets': ['host'], 2287 'toolsets': ['host'],
2286 }, { 2288 }, {
2287 'toolsets': ['target'], 2289 'toolsets': ['target'],
2288 }], 2290 }],
2289 ], 2291 ],
2290 }, 2292 },
2291 ], 2293 ],
2292 } 2294 }
OLDNEW
« no previous file with comments | « src/s390/assembler-s390.cc ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698