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

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

Issue 10697015: Separating transitions from descriptors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Using WhitenessWitness in TransitionArray code. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « tools/grokdump.py ('k') | no next file » | 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../../src/api.cc', 227 '../../src/api.cc',
228 '../../src/api.h', 228 '../../src/api.h',
229 '../../src/apiutils.h', 229 '../../src/apiutils.h',
230 '../../src/arguments.h', 230 '../../src/arguments.h',
231 '../../src/assembler.cc', 231 '../../src/assembler.cc',
232 '../../src/assembler.h', 232 '../../src/assembler.h',
233 '../../src/ast.cc', 233 '../../src/ast.cc',
234 '../../src/ast.h', 234 '../../src/ast.h',
235 '../../src/atomicops.h', 235 '../../src/atomicops.h',
236 '../../src/atomicops_internals_x86_gcc.cc', 236 '../../src/atomicops_internals_x86_gcc.cc',
237 '../../src/bignum-dtoa.cc',
238 '../../src/bignum-dtoa.h',
237 '../../src/bignum.cc', 239 '../../src/bignum.cc',
238 '../../src/bignum.h', 240 '../../src/bignum.h',
239 '../../src/bignum-dtoa.cc',
240 '../../src/bignum-dtoa.h',
241 '../../src/bootstrapper.cc', 241 '../../src/bootstrapper.cc',
242 '../../src/bootstrapper.h', 242 '../../src/bootstrapper.h',
243 '../../src/builtins.cc', 243 '../../src/builtins.cc',
244 '../../src/builtins.h', 244 '../../src/builtins.h',
245 '../../src/bytecodes-irregexp.h', 245 '../../src/bytecodes-irregexp.h',
246 '../../src/cached-powers.cc', 246 '../../src/cached-powers.cc',
247 '../../src/cached-powers.h', 247 '../../src/cached-powers.h',
248 '../../src/char-predicates-inl.h', 248 '../../src/char-predicates-inl.h',
249 '../../src/char-predicates.h', 249 '../../src/char-predicates.h',
250 '../../src/checks.cc', 250 '../../src/checks.cc',
(...skipping 10 matching lines...) Expand all
261 '../../src/compilation-cache.h', 261 '../../src/compilation-cache.h',
262 '../../src/compiler.cc', 262 '../../src/compiler.cc',
263 '../../src/compiler.h', 263 '../../src/compiler.h',
264 '../../src/contexts.cc', 264 '../../src/contexts.cc',
265 '../../src/contexts.h', 265 '../../src/contexts.h',
266 '../../src/conversions-inl.h', 266 '../../src/conversions-inl.h',
267 '../../src/conversions.cc', 267 '../../src/conversions.cc',
268 '../../src/conversions.h', 268 '../../src/conversions.h',
269 '../../src/counters.cc', 269 '../../src/counters.cc',
270 '../../src/counters.h', 270 '../../src/counters.h',
271 '../../src/cpu.h',
272 '../../src/cpu-profiler-inl.h', 271 '../../src/cpu-profiler-inl.h',
273 '../../src/cpu-profiler.cc', 272 '../../src/cpu-profiler.cc',
274 '../../src/cpu-profiler.h', 273 '../../src/cpu-profiler.h',
274 '../../src/cpu.h',
275 '../../src/data-flow.cc', 275 '../../src/data-flow.cc',
276 '../../src/data-flow.h', 276 '../../src/data-flow.h',
277 '../../src/date.cc', 277 '../../src/date.cc',
278 '../../src/date.h', 278 '../../src/date.h',
279 '../../src/dateparser-inl.h',
279 '../../src/dateparser.cc', 280 '../../src/dateparser.cc',
280 '../../src/dateparser.h', 281 '../../src/dateparser.h',
281 '../../src/dateparser-inl.h', 282 '../../src/debug-agent.cc',
283 '../../src/debug-agent.h',
282 '../../src/debug.cc', 284 '../../src/debug.cc',
283 '../../src/debug.h', 285 '../../src/debug.h',
284 '../../src/debug-agent.cc',
285 '../../src/debug-agent.h',
286 '../../src/deoptimizer.cc', 286 '../../src/deoptimizer.cc',
287 '../../src/deoptimizer.h', 287 '../../src/deoptimizer.h',
288 '../../src/disasm.h', 288 '../../src/disasm.h',
289 '../../src/disassembler.cc', 289 '../../src/disassembler.cc',
290 '../../src/disassembler.h', 290 '../../src/disassembler.h',
291 '../../src/diy-fp.cc', 291 '../../src/diy-fp.cc',
292 '../../src/diy-fp.h', 292 '../../src/diy-fp.h',
293 '../../src/double.h', 293 '../../src/double.h',
294 '../../src/dtoa.cc', 294 '../../src/dtoa.cc',
295 '../../src/dtoa.h', 295 '../../src/dtoa.h',
296 '../../src/elements-kind.cc',
297 '../../src/elements-kind.h',
296 '../../src/elements.cc', 298 '../../src/elements.cc',
297 '../../src/elements.h', 299 '../../src/elements.h',
298 '../../src/elements-kind.cc',
299 '../../src/elements-kind.h',
300 '../../src/execution.cc', 300 '../../src/execution.cc',
301 '../../src/execution.h', 301 '../../src/execution.h',
302 '../../src/extensions/externalize-string-extension.cc',
303 '../../src/extensions/externalize-string-extension.h',
304 '../../src/extensions/gc-extension.cc',
305 '../../src/extensions/gc-extension.h',
302 '../../src/factory.cc', 306 '../../src/factory.cc',
303 '../../src/factory.h', 307 '../../src/factory.h',
304 '../../src/fast-dtoa.cc', 308 '../../src/fast-dtoa.cc',
305 '../../src/fast-dtoa.h', 309 '../../src/fast-dtoa.h',
306 '../../src/flag-definitions.h',
307 '../../src/fixed-dtoa.cc', 310 '../../src/fixed-dtoa.cc',
308 '../../src/fixed-dtoa.h', 311 '../../src/fixed-dtoa.h',
312 '../../src/flag-definitions.h',
309 '../../src/flags.cc', 313 '../../src/flags.cc',
310 '../../src/flags.h', 314 '../../src/flags.h',
311 '../../src/frames-inl.h', 315 '../../src/frames-inl.h',
312 '../../src/frames.cc', 316 '../../src/frames.cc',
313 '../../src/frames.h', 317 '../../src/frames.h',
314 '../../src/full-codegen.cc', 318 '../../src/full-codegen.cc',
315 '../../src/full-codegen.h', 319 '../../src/full-codegen.h',
316 '../../src/func-name-inferrer.cc', 320 '../../src/func-name-inferrer.cc',
317 '../../src/func-name-inferrer.h', 321 '../../src/func-name-inferrer.h',
318 '../../src/global-handles.cc', 322 '../../src/global-handles.cc',
319 '../../src/global-handles.h', 323 '../../src/global-handles.h',
320 '../../src/globals.h', 324 '../../src/globals.h',
321 '../../src/handles-inl.h', 325 '../../src/handles-inl.h',
322 '../../src/handles.cc', 326 '../../src/handles.cc',
323 '../../src/handles.h', 327 '../../src/handles.h',
324 '../../src/hashmap.h', 328 '../../src/hashmap.h',
325 '../../src/heap-inl.h', 329 '../../src/heap-inl.h',
330 '../../src/heap-profiler.cc',
331 '../../src/heap-profiler.h',
326 '../../src/heap.cc', 332 '../../src/heap.cc',
327 '../../src/heap.h', 333 '../../src/heap.h',
328 '../../src/heap-profiler.cc', 334 '../../src/hydrogen-instructions.cc',
329 '../../src/heap-profiler.h', 335 '../../src/hydrogen-instructions.h',
330 '../../src/hydrogen.cc', 336 '../../src/hydrogen.cc',
331 '../../src/hydrogen.h', 337 '../../src/hydrogen.h',
332 '../../src/hydrogen-instructions.cc',
333 '../../src/hydrogen-instructions.h',
334 '../../src/ic-inl.h', 338 '../../src/ic-inl.h',
335 '../../src/ic.cc', 339 '../../src/ic.cc',
336 '../../src/ic.h', 340 '../../src/ic.h',
337 '../../src/incremental-marking.cc', 341 '../../src/incremental-marking.cc',
338 '../../src/incremental-marking.h', 342 '../../src/incremental-marking.h',
339 '../../src/inspector.cc', 343 '../../src/inspector.cc',
340 '../../src/inspector.h', 344 '../../src/inspector.h',
341 '../../src/interface.cc', 345 '../../src/interface.cc',
342 '../../src/interface.h', 346 '../../src/interface.h',
343 '../../src/interpreter-irregexp.cc', 347 '../../src/interpreter-irregexp.cc',
344 '../../src/interpreter-irregexp.h', 348 '../../src/interpreter-irregexp.h',
349 '../../src/isolate.cc',
350 '../../src/isolate.h',
345 '../../src/json-parser.h', 351 '../../src/json-parser.h',
346 '../../src/jsregexp.cc', 352 '../../src/jsregexp.cc',
347 '../../src/jsregexp.h', 353 '../../src/jsregexp.h',
348 '../../src/isolate.cc',
349 '../../src/isolate.h',
350 '../../src/lazy-instance.h', 354 '../../src/lazy-instance.h',
351 '../../src/list-inl.h', 355 '../../src/list-inl.h',
352 '../../src/list.h', 356 '../../src/list.h',
357 '../../src/lithium-allocator-inl.h',
358 '../../src/lithium-allocator.cc',
359 '../../src/lithium-allocator.h',
353 '../../src/lithium.cc', 360 '../../src/lithium.cc',
354 '../../src/lithium.h', 361 '../../src/lithium.h',
355 '../../src/lithium-allocator.cc',
356 '../../src/lithium-allocator.h',
357 '../../src/lithium-allocator-inl.h',
358 '../../src/liveedit.cc', 362 '../../src/liveedit.cc',
359 '../../src/liveedit.h', 363 '../../src/liveedit.h',
360 '../../src/liveobjectlist-inl.h', 364 '../../src/liveobjectlist-inl.h',
361 '../../src/liveobjectlist.cc', 365 '../../src/liveobjectlist.cc',
362 '../../src/liveobjectlist.h', 366 '../../src/liveobjectlist.h',
363 '../../src/log-inl.h', 367 '../../src/log-inl.h',
364 '../../src/log-utils.cc', 368 '../../src/log-utils.cc',
365 '../../src/log-utils.h', 369 '../../src/log-utils.h',
366 '../../src/log.cc', 370 '../../src/log.cc',
367 '../../src/log.h', 371 '../../src/log.h',
368 '../../src/macro-assembler.h', 372 '../../src/macro-assembler.h',
369 '../../src/mark-compact.cc', 373 '../../src/mark-compact.cc',
370 '../../src/mark-compact.h', 374 '../../src/mark-compact.h',
371 '../../src/messages.cc', 375 '../../src/messages.cc',
372 '../../src/messages.h', 376 '../../src/messages.h',
373 '../../src/natives.h', 377 '../../src/natives.h',
374 '../../src/objects-debug.cc', 378 '../../src/objects-debug.cc',
379 '../../src/objects-inl.h',
375 '../../src/objects-printer.cc', 380 '../../src/objects-printer.cc',
376 '../../src/objects-inl.h',
377 '../../src/objects-visiting.cc', 381 '../../src/objects-visiting.cc',
378 '../../src/objects-visiting.h', 382 '../../src/objects-visiting.h',
379 '../../src/objects.cc', 383 '../../src/objects.cc',
380 '../../src/objects.h', 384 '../../src/objects.h',
381 '../../src/once.cc', 385 '../../src/once.cc',
382 '../../src/once.h', 386 '../../src/once.h',
383 '../../src/parser.cc', 387 '../../src/parser.cc',
384 '../../src/parser.h', 388 '../../src/parser.h',
385 '../../src/platform-posix.h', 389 '../../src/platform-posix.h',
386 '../../src/platform-tls-mac.h', 390 '../../src/platform-tls-mac.h',
387 '../../src/platform-tls-win32.h', 391 '../../src/platform-tls-win32.h',
388 '../../src/platform-tls.h', 392 '../../src/platform-tls.h',
389 '../../src/platform.h', 393 '../../src/platform.h',
390 '../../src/preparse-data-format.h', 394 '../../src/preparse-data-format.h',
391 '../../src/preparse-data.cc', 395 '../../src/preparse-data.cc',
392 '../../src/preparse-data.h', 396 '../../src/preparse-data.h',
393 '../../src/preparser.cc', 397 '../../src/preparser.cc',
394 '../../src/preparser.h', 398 '../../src/preparser.h',
395 '../../src/prettyprinter.cc', 399 '../../src/prettyprinter.cc',
396 '../../src/prettyprinter.h', 400 '../../src/prettyprinter.h',
397 '../../src/property.cc',
398 '../../src/property.h',
399 '../../src/property-details.h',
400 '../../src/profile-generator-inl.h', 401 '../../src/profile-generator-inl.h',
401 '../../src/profile-generator.cc', 402 '../../src/profile-generator.cc',
402 '../../src/profile-generator.h', 403 '../../src/profile-generator.h',
404 '../../src/property-details.h',
405 '../../src/property.cc',
406 '../../src/property.h',
403 '../../src/regexp-macro-assembler-irregexp-inl.h', 407 '../../src/regexp-macro-assembler-irregexp-inl.h',
404 '../../src/regexp-macro-assembler-irregexp.cc', 408 '../../src/regexp-macro-assembler-irregexp.cc',
405 '../../src/regexp-macro-assembler-irregexp.h', 409 '../../src/regexp-macro-assembler-irregexp.h',
406 '../../src/regexp-macro-assembler-tracer.cc', 410 '../../src/regexp-macro-assembler-tracer.cc',
407 '../../src/regexp-macro-assembler-tracer.h', 411 '../../src/regexp-macro-assembler-tracer.h',
408 '../../src/regexp-macro-assembler.cc', 412 '../../src/regexp-macro-assembler.cc',
409 '../../src/regexp-macro-assembler.h', 413 '../../src/regexp-macro-assembler.h',
410 '../../src/regexp-stack.cc', 414 '../../src/regexp-stack.cc',
411 '../../src/regexp-stack.h', 415 '../../src/regexp-stack.h',
412 '../../src/rewriter.cc', 416 '../../src/rewriter.cc',
413 '../../src/rewriter.h', 417 '../../src/rewriter.h',
418 '../../src/runtime-profiler.cc',
419 '../../src/runtime-profiler.h',
414 '../../src/runtime.cc', 420 '../../src/runtime.cc',
415 '../../src/runtime.h', 421 '../../src/runtime.h',
416 '../../src/runtime-profiler.cc',
417 '../../src/runtime-profiler.h',
418 '../../src/safepoint-table.cc', 422 '../../src/safepoint-table.cc',
419 '../../src/safepoint-table.h', 423 '../../src/safepoint-table.h',
424 '../../src/scanner-character-streams.cc',
425 '../../src/scanner-character-streams.h',
420 '../../src/scanner.cc', 426 '../../src/scanner.cc',
421 '../../src/scanner.h', 427 '../../src/scanner.h',
422 '../../src/scanner-character-streams.cc',
423 '../../src/scanner-character-streams.h',
424 '../../src/scopeinfo.cc', 428 '../../src/scopeinfo.cc',
425 '../../src/scopeinfo.h', 429 '../../src/scopeinfo.h',
426 '../../src/scopes.cc', 430 '../../src/scopes.cc',
427 '../../src/scopes.h', 431 '../../src/scopes.h',
428 '../../src/serialize.cc', 432 '../../src/serialize.cc',
429 '../../src/serialize.h', 433 '../../src/serialize.h',
430 '../../src/small-pointer-list.h', 434 '../../src/small-pointer-list.h',
431 '../../src/smart-array-pointer.h', 435 '../../src/smart-array-pointer.h',
432 '../../src/snapshot-common.cc', 436 '../../src/snapshot-common.cc',
433 '../../src/snapshot.h', 437 '../../src/snapshot.h',
434 '../../src/spaces-inl.h', 438 '../../src/spaces-inl.h',
435 '../../src/spaces.cc', 439 '../../src/spaces.cc',
436 '../../src/spaces.h', 440 '../../src/spaces.h',
437 '../../src/store-buffer-inl.h', 441 '../../src/store-buffer-inl.h',
438 '../../src/store-buffer.cc', 442 '../../src/store-buffer.cc',
439 '../../src/store-buffer.h', 443 '../../src/store-buffer.h',
440 '../../src/string-search.cc', 444 '../../src/string-search.cc',
441 '../../src/string-search.h', 445 '../../src/string-search.h',
442 '../../src/string-stream.cc', 446 '../../src/string-stream.cc',
443 '../../src/string-stream.h', 447 '../../src/string-stream.h',
444 '../../src/strtod.cc', 448 '../../src/strtod.cc',
445 '../../src/strtod.h', 449 '../../src/strtod.h',
446 '../../src/stub-cache.cc', 450 '../../src/stub-cache.cc',
447 '../../src/stub-cache.h', 451 '../../src/stub-cache.h',
448 '../../src/token.cc', 452 '../../src/token.cc',
449 '../../src/token.h', 453 '../../src/token.h',
454 '../../src/transitions-inl.h',
455 '../../src/transitions.cc',
456 '../../src/transitions.h',
450 '../../src/type-info.cc', 457 '../../src/type-info.cc',
451 '../../src/type-info.h', 458 '../../src/type-info.h',
452 '../../src/unbound-queue-inl.h', 459 '../../src/unbound-queue-inl.h',
453 '../../src/unbound-queue.h', 460 '../../src/unbound-queue.h',
454 '../../src/unicode-inl.h', 461 '../../src/unicode-inl.h',
455 '../../src/unicode.cc', 462 '../../src/unicode.cc',
456 '../../src/unicode.h', 463 '../../src/unicode.h',
457 '../../src/utils-inl.h', 464 '../../src/utils-inl.h',
458 '../../src/utils.cc', 465 '../../src/utils.cc',
459 '../../src/utils.h', 466 '../../src/utils.h',
(...skipping 12 matching lines...) Expand all
472 '../../src/v8utils.h', 479 '../../src/v8utils.h',
473 '../../src/variables.cc', 480 '../../src/variables.cc',
474 '../../src/variables.h', 481 '../../src/variables.h',
475 '../../src/version.cc', 482 '../../src/version.cc',
476 '../../src/version.h', 483 '../../src/version.h',
477 '../../src/vm-state-inl.h', 484 '../../src/vm-state-inl.h',
478 '../../src/vm-state.h', 485 '../../src/vm-state.h',
479 '../../src/zone-inl.h', 486 '../../src/zone-inl.h',
480 '../../src/zone.cc', 487 '../../src/zone.cc',
481 '../../src/zone.h', 488 '../../src/zone.h',
482 '../../src/extensions/externalize-string-extension.cc',
483 '../../src/extensions/externalize-string-extension.h',
484 '../../src/extensions/gc-extension.cc',
485 '../../src/extensions/gc-extension.h',
486 ], 489 ],
487 'conditions': [ 490 'conditions': [
488 ['want_separate_host_toolset==1', { 491 ['want_separate_host_toolset==1', {
489 'toolsets': ['host', 'target'], 492 'toolsets': ['host', 'target'],
490 }, { 493 }, {
491 'toolsets': ['target'], 494 'toolsets': ['target'],
492 }], 495 }],
493 ['v8_target_arch=="arm"', { 496 ['v8_target_arch=="arm"', {
494 'sources': [ 497 'sources': [
495 '../../src/arm/assembler-arm-inl.h', 498 '../../src/arm/assembler-arm-inl.h',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 }], 991 }],
989 ], 992 ],
990 'dependencies': [ 993 'dependencies': [
991 'v8' 994 'v8'
992 ], 995 ],
993 }, 996 },
994 ], 997 ],
995 }], 998 }],
996 ], 999 ],
997 } 1000 }
OLDNEW
« no previous file with comments | « tools/grokdump.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698