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

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

Issue 1369003: Change a TypeInfo function from inline to non-inline, reducing stack usage du... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 9 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/type-info-inl.h ('k') | tools/visual_studio/v8_base.vcproj » ('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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 '../../src/spaces.cc', 381 '../../src/spaces.cc',
382 '../../src/spaces.h', 382 '../../src/spaces.h',
383 '../../src/string-stream.cc', 383 '../../src/string-stream.cc',
384 '../../src/string-stream.h', 384 '../../src/string-stream.h',
385 '../../src/stub-cache.cc', 385 '../../src/stub-cache.cc',
386 '../../src/stub-cache.h', 386 '../../src/stub-cache.h',
387 '../../src/token.cc', 387 '../../src/token.cc',
388 '../../src/token.h', 388 '../../src/token.h',
389 '../../src/top.cc', 389 '../../src/top.cc',
390 '../../src/top.h', 390 '../../src/top.h',
391 » '../../src/type-info-inl.h', 391 » '../../src/type-info.cc',
392 '../../src/type-info.h', 392 '../../src/type-info.h',
393 '../../src/unicode-inl.h', 393 '../../src/unicode-inl.h',
394 '../../src/unicode.cc', 394 '../../src/unicode.cc',
395 '../../src/unicode.h', 395 '../../src/unicode.h',
396 '../../src/utils.cc', 396 '../../src/utils.cc',
397 '../../src/utils.h', 397 '../../src/utils.h',
398 '../../src/v8-counters.cc', 398 '../../src/v8-counters.cc',
399 '../../src/v8-counters.h', 399 '../../src/v8-counters.h',
400 '../../src/v8.cc', 400 '../../src/v8.cc',
401 '../../src/v8.h', 401 '../../src/v8.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 ], 651 ],
652 'conditions': [ 652 'conditions': [
653 [ 'OS=="win"', { 653 [ 'OS=="win"', {
654 # This could be gotten by not setting chromium_code, if that's OK. 654 # This could be gotten by not setting chromium_code, if that's OK.
655 'defines': ['_CRT_SECURE_NO_WARNINGS'], 655 'defines': ['_CRT_SECURE_NO_WARNINGS'],
656 }], 656 }],
657 ], 657 ],
658 }, 658 },
659 ], 659 ],
660 } 660 }
OLDNEW
« no previous file with comments | « src/type-info-inl.h ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698