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

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

Issue 10877028: Rollback of r12341, r12342, r12343, r12344, r12345, r12347 in trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 4 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/d8.cc ('k') | src/heap.h » ('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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 DEFINE_bool(incremental_marking, true, "use incremental marking") 383 DEFINE_bool(incremental_marking, true, "use incremental marking")
384 DEFINE_bool(incremental_marking_steps, true, "do incremental marking steps") 384 DEFINE_bool(incremental_marking_steps, true, "do incremental marking steps")
385 DEFINE_bool(trace_incremental_marking, false, 385 DEFINE_bool(trace_incremental_marking, false,
386 "trace progress of the incremental marking") 386 "trace progress of the incremental marking")
387 DEFINE_bool(track_gc_object_stats, false, 387 DEFINE_bool(track_gc_object_stats, false,
388 "track object counts and memory usage") 388 "track object counts and memory usage")
389 389
390 // v8.cc 390 // v8.cc
391 DEFINE_bool(use_idle_notification, true, 391 DEFINE_bool(use_idle_notification, true,
392 "Use idle notification to reduce memory footprint.") 392 "Use idle notification to reduce memory footprint.")
393
394 DEFINE_bool(send_idle_notification, false,
395 "Send idle notifcation between stress runs.")
393 // ic.cc 396 // ic.cc
394 DEFINE_bool(use_ic, true, "use inline caching") 397 DEFINE_bool(use_ic, true, "use inline caching")
395 398
396 #ifdef LIVE_OBJECT_LIST 399 #ifdef LIVE_OBJECT_LIST
397 // liveobjectlist.cc 400 // liveobjectlist.cc
398 DEFINE_string(lol_workdir, NULL, "path for lol temp files") 401 DEFINE_string(lol_workdir, NULL, "path for lol temp files")
399 DEFINE_bool(verify_lol, false, "perform debugging verification for lol") 402 DEFINE_bool(verify_lol, false, "perform debugging verification for lol")
400 #endif 403 #endif
401 404
402 // macro-assembler-ia32.cc 405 // macro-assembler-ia32.cc
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 #undef DEFINE_bool 690 #undef DEFINE_bool
688 #undef DEFINE_int 691 #undef DEFINE_int
689 #undef DEFINE_string 692 #undef DEFINE_string
690 #undef DEFINE_implication 693 #undef DEFINE_implication
691 694
692 #undef FLAG_MODE_DECLARE 695 #undef FLAG_MODE_DECLARE
693 #undef FLAG_MODE_DEFINE 696 #undef FLAG_MODE_DEFINE
694 #undef FLAG_MODE_DEFINE_DEFAULTS 697 #undef FLAG_MODE_DEFINE_DEFAULTS
695 #undef FLAG_MODE_META 698 #undef FLAG_MODE_META
696 #undef FLAG_MODE_DEFINE_IMPLICATIONS 699 #undef FLAG_MODE_DEFINE_IMPLICATIONS
OLDNEW
« no previous file with comments | « src/d8.cc ('k') | src/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698