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

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

Issue 28573002: Revert "HeapProfiler: for the test purposes we would like to trace object movements." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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/builtins.cc ('k') | src/heap-snapshot-generator.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 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 DEFINE_bool(track_gc_object_stats, false, 534 DEFINE_bool(track_gc_object_stats, false,
535 "track object counts and memory usage") 535 "track object counts and memory usage")
536 DEFINE_bool(parallel_sweeping, true, "enable parallel sweeping") 536 DEFINE_bool(parallel_sweeping, true, "enable parallel sweeping")
537 DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping") 537 DEFINE_bool(concurrent_sweeping, false, "enable concurrent sweeping")
538 DEFINE_int(sweeper_threads, 0, 538 DEFINE_int(sweeper_threads, 0,
539 "number of parallel and concurrent sweeping threads") 539 "number of parallel and concurrent sweeping threads")
540 #ifdef VERIFY_HEAP 540 #ifdef VERIFY_HEAP
541 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC") 541 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC")
542 #endif 542 #endif
543 543
544
545 // heap-snapshot-generator.cc
546 DEFINE_bool(heap_profiler_trace_objects, false,
547 "Dump heap object allocations/movements/size_updates")
548
549
550 // v8.cc 544 // v8.cc
551 DEFINE_bool(use_idle_notification, true, 545 DEFINE_bool(use_idle_notification, true,
552 "Use idle notification to reduce memory footprint.") 546 "Use idle notification to reduce memory footprint.")
553 // ic.cc 547 // ic.cc
554 DEFINE_bool(use_ic, true, "use inline caching") 548 DEFINE_bool(use_ic, true, "use inline caching")
555 549
556 // macro-assembler-ia32.cc 550 // macro-assembler-ia32.cc
557 DEFINE_bool(native_code_counters, false, 551 DEFINE_bool(native_code_counters, false,
558 "generate extra code for manipulating stats counters") 552 "generate extra code for manipulating stats counters")
559 553
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 #undef DEFINE_ALIAS_float 873 #undef DEFINE_ALIAS_float
880 #undef DEFINE_ALIAS_args 874 #undef DEFINE_ALIAS_args
881 875
882 #undef FLAG_MODE_DECLARE 876 #undef FLAG_MODE_DECLARE
883 #undef FLAG_MODE_DEFINE 877 #undef FLAG_MODE_DEFINE
884 #undef FLAG_MODE_DEFINE_DEFAULTS 878 #undef FLAG_MODE_DEFINE_DEFAULTS
885 #undef FLAG_MODE_META 879 #undef FLAG_MODE_META
886 #undef FLAG_MODE_DEFINE_IMPLICATIONS 880 #undef FLAG_MODE_DEFINE_IMPLICATIONS
887 881
888 #undef COMMA 882 #undef COMMA
OLDNEW
« no previous file with comments | « src/builtins.cc ('k') | src/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698