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

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

Issue 1164002: Split the virtual frame into heavy and light versions.... (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/x64/virtual-frame-x64.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '../../src/disassembler.cc', 269 '../../src/disassembler.cc',
270 '../../src/disassembler.h', 270 '../../src/disassembler.h',
271 '../../src/dtoa-config.c', 271 '../../src/dtoa-config.c',
272 '../../src/diy-fp.cc', 272 '../../src/diy-fp.cc',
273 '../../src/diy-fp.h', 273 '../../src/diy-fp.h',
274 '../../src/double.h', 274 '../../src/double.h',
275 '../../src/execution.cc', 275 '../../src/execution.cc',
276 '../../src/execution.h', 276 '../../src/execution.h',
277 '../../src/factory.cc', 277 '../../src/factory.cc',
278 '../../src/factory.h', 278 '../../src/factory.h',
279 '../../src/fast-codegen.cc',
279 '../../src/fast-codegen.h', 280 '../../src/fast-codegen.h',
280 '../../src/fast-dtoa.cc', 281 '../../src/fast-dtoa.cc',
281 '../../src/fast-dtoa.h', 282 '../../src/fast-dtoa.h',
282 '../../src/flag-definitions.h', 283 '../../src/flag-definitions.h',
283 '../../src/flags.cc', 284 '../../src/flags.cc',
284 '../../src/flags.h', 285 '../../src/flags.h',
285 '../../src/frame-element.cc', 286 '../../src/frame-element.cc',
286 '../../src/frame-element.h', 287 '../../src/frame-element.h',
287 '../../src/frames-inl.h', 288 '../../src/frames-inl.h',
288 '../../src/frames.cc', 289 '../../src/frames.cc',
(...skipping 13 matching lines...) Expand all
302 '../../src/heap-inl.h', 303 '../../src/heap-inl.h',
303 '../../src/heap.cc', 304 '../../src/heap.cc',
304 '../../src/heap.h', 305 '../../src/heap.h',
305 '../../src/heap-profiler.cc', 306 '../../src/heap-profiler.cc',
306 '../../src/heap-profiler.h', 307 '../../src/heap-profiler.h',
307 '../../src/ic-inl.h', 308 '../../src/ic-inl.h',
308 '../../src/ic.cc', 309 '../../src/ic.cc',
309 '../../src/ic.h', 310 '../../src/ic.h',
310 '../../src/interpreter-irregexp.cc', 311 '../../src/interpreter-irregexp.cc',
311 '../../src/interpreter-irregexp.h', 312 '../../src/interpreter-irregexp.h',
313 '../../src/jump-target-heavy-inl.h',
314 '../../src/jump-target-heavy.cc',
315 '../../src/jump-target-inl.h',
316 '../../src/jump-target-light-inl.h',
317 '../../src/jump-target-light.cc',
312 '../../src/jump-target.cc', 318 '../../src/jump-target.cc',
313 '../../src/jump-target.h', 319 '../../src/jump-target.h',
314 '../../src/jump-target-inl.h',
315 '../../src/jsregexp.cc', 320 '../../src/jsregexp.cc',
316 '../../src/jsregexp.h', 321 '../../src/jsregexp.h',
317 '../../src/list-inl.h', 322 '../../src/list-inl.h',
318 '../../src/list.h', 323 '../../src/list.h',
319 '../../src/liveedit.cc', 324 '../../src/liveedit.cc',
320 '../../src/liveedit.h', 325 '../../src/liveedit.h',
321 '../../src/log-inl.h', 326 '../../src/log-inl.h',
322 '../../src/log-utils.cc', 327 '../../src/log-utils.cc',
323 '../../src/log-utils.h', 328 '../../src/log-utils.h',
324 '../../src/log.cc', 329 '../../src/log.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../../src/v8-counters.cc', 401 '../../src/v8-counters.cc',
397 '../../src/v8-counters.h', 402 '../../src/v8-counters.h',
398 '../../src/v8.cc', 403 '../../src/v8.cc',
399 '../../src/v8.h', 404 '../../src/v8.h',
400 '../../src/v8threads.cc', 405 '../../src/v8threads.cc',
401 '../../src/v8threads.h', 406 '../../src/v8threads.h',
402 '../../src/variables.cc', 407 '../../src/variables.cc',
403 '../../src/variables.h', 408 '../../src/variables.h',
404 '../../src/version.cc', 409 '../../src/version.cc',
405 '../../src/version.h', 410 '../../src/version.h',
411 '../../src/virtual-frame-heavy-inl.h',
412 '../../src/virtual-frame-heavy.cc',
406 '../../src/virtual-frame-inl.h', 413 '../../src/virtual-frame-inl.h',
414 '../../src/virtual-frame-light-inl.h',
415 '../../src/virtual-frame-light.cc',
407 '../../src/virtual-frame.cc', 416 '../../src/virtual-frame.cc',
408 '../../src/virtual-frame.h', 417 '../../src/virtual-frame.h',
409 '../../src/zone-inl.h', 418 '../../src/zone-inl.h',
410 '../../src/zone.cc', 419 '../../src/zone.cc',
411 '../../src/zone.h', 420 '../../src/zone.h',
412 ], 421 ],
413 'conditions': [ 422 'conditions': [
414 ['target_arch=="arm"', { 423 ['target_arch=="arm"', {
415 'include_dirs+': [ 424 'include_dirs+': [
416 '../../src/arm', 425 '../../src/arm',
417 ], 426 ],
418 'sources': [ 427 'sources': [
419 '../../src/fast-codegen.cc', 428 '../../src/jump-target-light-inl.h',
429 '../../src/jump-target-light.cc',
430 '../../src/virtual-frame-light-inl.h',
431 '../../src/virtual-frame-light.cc',
420 '../../src/arm/assembler-arm-inl.h', 432 '../../src/arm/assembler-arm-inl.h',
421 '../../src/arm/assembler-arm.cc', 433 '../../src/arm/assembler-arm.cc',
422 '../../src/arm/assembler-arm.h', 434 '../../src/arm/assembler-arm.h',
423 '../../src/arm/builtins-arm.cc', 435 '../../src/arm/builtins-arm.cc',
424 '../../src/arm/codegen-arm.cc', 436 '../../src/arm/codegen-arm.cc',
425 '../../src/arm/codegen-arm.h', 437 '../../src/arm/codegen-arm.h',
426 '../../src/arm/constants-arm.h', 438 '../../src/arm/constants-arm.h',
427 '../../src/arm/constants-arm.cc', 439 '../../src/arm/constants-arm.cc',
428 '../../src/arm/cpu-arm.cc', 440 '../../src/arm/cpu-arm.cc',
429 '../../src/arm/debug-arm.cc', 441 '../../src/arm/debug-arm.cc',
(...skipping 21 matching lines...) Expand all
451 'cflags': ['-m32'], 463 'cflags': ['-m32'],
452 'ldflags': ['-m32'], 464 'ldflags': ['-m32'],
453 }] 465 }]
454 ] 466 ]
455 }], 467 }],
456 ['target_arch=="ia32"', { 468 ['target_arch=="ia32"', {
457 'include_dirs+': [ 469 'include_dirs+': [
458 '../../src/ia32', 470 '../../src/ia32',
459 ], 471 ],
460 'sources': [ 472 'sources': [
473 '../../src/jump-target-heavy-inl.h',
474 '../../src/jump-target-heavy.cc',
475 '../../src/virtual-frame-heavy-inl.h',
476 '../../src/virtual-frame-heavy.cc',
461 '../../src/ia32/assembler-ia32-inl.h', 477 '../../src/ia32/assembler-ia32-inl.h',
462 '../../src/ia32/assembler-ia32.cc', 478 '../../src/ia32/assembler-ia32.cc',
463 '../../src/ia32/assembler-ia32.h', 479 '../../src/ia32/assembler-ia32.h',
464 '../../src/ia32/builtins-ia32.cc', 480 '../../src/ia32/builtins-ia32.cc',
465 '../../src/ia32/codegen-ia32.cc', 481 '../../src/ia32/codegen-ia32.cc',
466 '../../src/ia32/codegen-ia32.h', 482 '../../src/ia32/codegen-ia32.h',
467 '../../src/ia32/cpu-ia32.cc', 483 '../../src/ia32/cpu-ia32.cc',
468 '../../src/ia32/debug-ia32.cc', 484 '../../src/ia32/debug-ia32.cc',
469 '../../src/ia32/disasm-ia32.cc', 485 '../../src/ia32/disasm-ia32.cc',
470 '../../src/ia32/fast-codegen-ia32.cc', 486 '../../src/ia32/fast-codegen-ia32.cc',
(...skipping 11 matching lines...) Expand all
482 '../../src/ia32/stub-cache-ia32.cc', 498 '../../src/ia32/stub-cache-ia32.cc',
483 '../../src/ia32/virtual-frame-ia32.cc', 499 '../../src/ia32/virtual-frame-ia32.cc',
484 '../../src/ia32/virtual-frame-ia32.h', 500 '../../src/ia32/virtual-frame-ia32.h',
485 ], 501 ],
486 }], 502 }],
487 ['target_arch=="x64"', { 503 ['target_arch=="x64"', {
488 'include_dirs+': [ 504 'include_dirs+': [
489 '../../src/x64', 505 '../../src/x64',
490 ], 506 ],
491 'sources': [ 507 'sources': [
492 '../../src/fast-codegen.cc', 508 '../../src/jump-target-heavy-inl.h',
509 '../../src/jump-target-heavy.cc',
510 '../../src/virtual-frame-heavy-inl.h',
511 '../../src/virtual-frame-heavy.cc',
493 '../../src/x64/assembler-x64-inl.h', 512 '../../src/x64/assembler-x64-inl.h',
494 '../../src/x64/assembler-x64.cc', 513 '../../src/x64/assembler-x64.cc',
495 '../../src/x64/assembler-x64.h', 514 '../../src/x64/assembler-x64.h',
496 '../../src/x64/builtins-x64.cc', 515 '../../src/x64/builtins-x64.cc',
497 '../../src/x64/codegen-x64.cc', 516 '../../src/x64/codegen-x64.cc',
498 '../../src/x64/codegen-x64.h', 517 '../../src/x64/codegen-x64.h',
499 '../../src/x64/cpu-x64.cc', 518 '../../src/x64/cpu-x64.cc',
500 '../../src/x64/debug-x64.cc', 519 '../../src/x64/debug-x64.cc',
501 '../../src/x64/disasm-x64.cc', 520 '../../src/x64/disasm-x64.cc',
502 '../../src/x64/fast-codegen-x64.cc', 521 '../../src/x64/fast-codegen-x64.cc',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 ], 656 ],
638 'conditions': [ 657 'conditions': [
639 [ 'OS=="win"', { 658 [ 'OS=="win"', {
640 # This could be gotten by not setting chromium_code, if that's OK. 659 # This could be gotten by not setting chromium_code, if that's OK.
641 'defines': ['_CRT_SECURE_NO_WARNINGS'], 660 'defines': ['_CRT_SECURE_NO_WARNINGS'],
642 }], 661 }],
643 ], 662 ],
644 }, 663 },
645 ], 664 ],
646 } 665 }
OLDNEW
« no previous file with comments | « src/x64/virtual-frame-x64.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698