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

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

Issue 125141: Attempt to reduce performance penalty for logging and profiling (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « src/v8.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '../../src/interpreter-irregexp.h', 157 '../../src/interpreter-irregexp.h',
158 '../../src/jump-target.cc', 158 '../../src/jump-target.cc',
159 '../../src/jump-target.h', 159 '../../src/jump-target.h',
160 '../../src/jump-target-inl.h', 160 '../../src/jump-target-inl.h',
161 '../../src/jsregexp-inl.h', 161 '../../src/jsregexp-inl.h',
162 '../../src/jsregexp.cc', 162 '../../src/jsregexp.cc',
163 '../../src/jsregexp.h', 163 '../../src/jsregexp.h',
164 '../../src/list-inl.h', 164 '../../src/list-inl.h',
165 '../../src/list.h', 165 '../../src/list.h',
166 '../../src/log.cc', 166 '../../src/log.cc',
167 '../../src/log-inl.h',
167 '../../src/log.h', 168 '../../src/log.h',
168 '../../src/log-utils.cc', 169 '../../src/log-utils.cc',
169 '../../src/log-utils.h', 170 '../../src/log-utils.h',
170 '../../src/macro-assembler.h', 171 '../../src/macro-assembler.h',
171 '../../src/mark-compact.cc', 172 '../../src/mark-compact.cc',
172 '../../src/mark-compact.h', 173 '../../src/mark-compact.h',
173 '../../src/memory.h', 174 '../../src/memory.h',
174 '../../src/messages.cc', 175 '../../src/messages.cc',
175 '../../src/messages.h', 176 '../../src/messages.h',
176 '../../src/natives.h', 177 '../../src/natives.h',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 ], 733 ],
733 'msvs_settings': { 734 'msvs_settings': {
734 'VCLinkerTool': { 735 'VCLinkerTool': {
735 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', 736 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT',
736 }, 737 },
737 }, 738 },
738 }, 739 },
739 }], 740 }],
740 ], 741 ],
741 } 742 }
OLDNEW
« no previous file with comments | « src/v8.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698