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

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

Issue 23604020: Initial prototype of object layout generation. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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
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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 '../../src/log.h', 417 '../../src/log.h',
418 '../../src/macro-assembler.h', 418 '../../src/macro-assembler.h',
419 '../../src/mark-compact.cc', 419 '../../src/mark-compact.cc',
420 '../../src/mark-compact.h', 420 '../../src/mark-compact.h',
421 '../../src/marking-thread.h', 421 '../../src/marking-thread.h',
422 '../../src/marking-thread.cc', 422 '../../src/marking-thread.cc',
423 '../../src/messages.cc', 423 '../../src/messages.cc',
424 '../../src/messages.h', 424 '../../src/messages.h',
425 '../../src/natives.h', 425 '../../src/natives.h',
426 '../../src/objects-debug.cc', 426 '../../src/objects-debug.cc',
427 '../../src/objects-gen.cc',
428 '../../src/objects-gen.h',
427 '../../src/objects-inl.h', 429 '../../src/objects-inl.h',
428 '../../src/objects-printer.cc', 430 '../../src/objects-printer.cc',
429 '../../src/objects-visiting.cc', 431 '../../src/objects-visiting.cc',
430 '../../src/objects-visiting.h', 432 '../../src/objects-visiting.h',
431 '../../src/objects.cc', 433 '../../src/objects.cc',
432 '../../src/objects.h', 434 '../../src/objects.h',
433 '../../src/once.cc', 435 '../../src/once.cc',
434 '../../src/once.h', 436 '../../src/once.h',
435 '../../src/optimizing-compiler-thread.h', 437 '../../src/optimizing-compiler-thread.h',
436 '../../src/optimizing-compiler-thread.cc', 438 '../../src/optimizing-compiler-thread.cc',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 }], 1052 }],
1051 ['v8_compress_startup_data=="bz2"', { 1053 ['v8_compress_startup_data=="bz2"', {
1052 'libraries': [ 1054 'libraries': [
1053 '-lbz2', 1055 '-lbz2',
1054 ] 1056 ]
1055 }], 1057 }],
1056 ], 1058 ],
1057 }, 1059 },
1058 ], 1060 ],
1059 } 1061 }
OLDNEW
« src/objects.layout ('K') | « src/objects-printer.cc ('k') | tools/objects-gen.cc.mustache » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698