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

Side by Side Diff: src/flag-definitions.h

Issue 7970009: Merged from GC branch to bleeding_edge (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated test expectations. More passes, but not all. Created 9 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
« no previous file with comments | « no previous file | src/ia32/macro-assembler-ia32.cc » ('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 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 DEFINE_bool(debug_serialization, false, 452 DEFINE_bool(debug_serialization, false,
453 "write debug information into the snapshot.") 453 "write debug information into the snapshot.")
454 454
455 // spaces.cc 455 // spaces.cc
456 DEFINE_bool(collect_heap_spill_statistics, false, 456 DEFINE_bool(collect_heap_spill_statistics, false,
457 "report heap spill statistics along with heap_stats " 457 "report heap spill statistics along with heap_stats "
458 "(requires heap_stats)") 458 "(requires heap_stats)")
459 459
460 DEFINE_bool(trace_isolates, false, "trace isolate state changes") 460 DEFINE_bool(trace_isolates, false, "trace isolate state changes")
461 461
462 DEFINE_bool(trace_live_byte_count, false,
463 "trace updates to page live byte count")
464
462 // VM state 465 // VM state
463 DEFINE_bool(log_state_changes, false, "Log state changes.") 466 DEFINE_bool(log_state_changes, false, "Log state changes.")
464 467
465 // Regexp 468 // Regexp
466 DEFINE_bool(regexp_possessive_quantifier, 469 DEFINE_bool(regexp_possessive_quantifier,
467 false, 470 false,
468 "enable possessive quantifier syntax for testing") 471 "enable possessive quantifier syntax for testing")
469 DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode execution") 472 DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode execution")
470 DEFINE_bool(trace_regexp_assembler, 473 DEFINE_bool(trace_regexp_assembler,
471 false, 474 false,
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 #undef FLAG 536 #undef FLAG
534 537
535 #undef DEFINE_bool 538 #undef DEFINE_bool
536 #undef DEFINE_int 539 #undef DEFINE_int
537 #undef DEFINE_string 540 #undef DEFINE_string
538 541
539 #undef FLAG_MODE_DECLARE 542 #undef FLAG_MODE_DECLARE
540 #undef FLAG_MODE_DEFINE 543 #undef FLAG_MODE_DEFINE
541 #undef FLAG_MODE_DEFINE_DEFAULTS 544 #undef FLAG_MODE_DEFINE_DEFAULTS
542 #undef FLAG_MODE_META 545 #undef FLAG_MODE_META
OLDNEW
« no previous file with comments | « no previous file | src/ia32/macro-assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698