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

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

Issue 227553005: Remove gc greedy mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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/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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 DEFINE_bool(trap_on_abort, false, "replace aborts by breakpoints") 736 DEFINE_bool(trap_on_abort, false, "replace aborts by breakpoints")
737 737
738 // compiler.cc 738 // compiler.cc
739 DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins") 739 DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins")
740 DEFINE_bool(print_scopes, false, "print scopes") 740 DEFINE_bool(print_scopes, false, "print scopes")
741 741
742 // contexts.cc 742 // contexts.cc
743 DEFINE_bool(trace_contexts, false, "trace contexts operations") 743 DEFINE_bool(trace_contexts, false, "trace contexts operations")
744 744
745 // heap.cc 745 // heap.cc
746 DEFINE_bool(gc_greedy, false, "perform GC prior to some allocations")
747 DEFINE_bool(gc_verbose, false, "print stuff during garbage collection") 746 DEFINE_bool(gc_verbose, false, "print stuff during garbage collection")
748 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC") 747 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
749 DEFINE_bool(code_stats, false, "report code statistics after GC") 748 DEFINE_bool(code_stats, false, "report code statistics after GC")
750 DEFINE_bool(verify_native_context_separation, false, 749 DEFINE_bool(verify_native_context_separation, false,
751 "verify that code holds on to at most one native context after GC") 750 "verify that code holds on to at most one native context after GC")
752 DEFINE_bool(print_handles, false, "report handles after GC") 751 DEFINE_bool(print_handles, false, "report handles after GC")
753 DEFINE_bool(print_global_handles, false, "report global handles after GC") 752 DEFINE_bool(print_global_handles, false, "report global handles after GC")
754 753
755 // ic.cc 754 // ic.cc
756 DEFINE_bool(trace_ic, false, "trace inline cache state transitions") 755 DEFINE_bool(trace_ic, false, "trace inline cache state transitions")
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 #undef DEFINE_ALIAS_float 920 #undef DEFINE_ALIAS_float
922 #undef DEFINE_ALIAS_args 921 #undef DEFINE_ALIAS_args
923 922
924 #undef FLAG_MODE_DECLARE 923 #undef FLAG_MODE_DECLARE
925 #undef FLAG_MODE_DEFINE 924 #undef FLAG_MODE_DEFINE
926 #undef FLAG_MODE_DEFINE_DEFAULTS 925 #undef FLAG_MODE_DEFINE_DEFAULTS
927 #undef FLAG_MODE_META 926 #undef FLAG_MODE_META
928 #undef FLAG_MODE_DEFINE_IMPLICATIONS 927 #undef FLAG_MODE_DEFINE_IMPLICATIONS
929 928
930 #undef COMMA 929 #undef COMMA
OLDNEW
« no previous file with comments | « no previous file | src/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698