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

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

Issue 2274001: Revert r4715. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 7 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/globals.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 2008 the V8 project authors. All rights reserved. 1 // Copyright 2008 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 DEFINE_bool(trace_contexts, false, "trace contexts operations") 326 DEFINE_bool(trace_contexts, false, "trace contexts operations")
327 327
328 // heap.cc 328 // heap.cc
329 DEFINE_bool(gc_greedy, false, "perform GC prior to some allocations") 329 DEFINE_bool(gc_greedy, false, "perform GC prior to some allocations")
330 DEFINE_bool(gc_verbose, false, "print stuff during garbage collection") 330 DEFINE_bool(gc_verbose, false, "print stuff during garbage collection")
331 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC") 331 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
332 DEFINE_bool(code_stats, false, "report code statistics after GC") 332 DEFINE_bool(code_stats, false, "report code statistics after GC")
333 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC") 333 DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC")
334 DEFINE_bool(print_handles, false, "report handles after GC") 334 DEFINE_bool(print_handles, false, "report handles after GC")
335 DEFINE_bool(print_global_handles, false, "report global handles after GC") 335 DEFINE_bool(print_global_handles, false, "report global handles after GC")
336 DEFINE_bool(print_rset, false, "print remembered sets before GC")
336 337
337 // ic.cc 338 // ic.cc
338 DEFINE_bool(trace_ic, false, "trace inline cache state transitions") 339 DEFINE_bool(trace_ic, false, "trace inline cache state transitions")
339 340
340 // objects.cc 341 // objects.cc
341 DEFINE_bool(trace_normalization, 342 DEFINE_bool(trace_normalization,
342 false, 343 false,
343 "prints when objects are turned into dictionaries.") 344 "prints when objects are turned into dictionaries.")
344 345
345 // runtime.cc 346 // runtime.cc
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 #undef FLAG 443 #undef FLAG
443 444
444 #undef DEFINE_bool 445 #undef DEFINE_bool
445 #undef DEFINE_int 446 #undef DEFINE_int
446 #undef DEFINE_string 447 #undef DEFINE_string
447 448
448 #undef FLAG_MODE_DECLARE 449 #undef FLAG_MODE_DECLARE
449 #undef FLAG_MODE_DEFINE 450 #undef FLAG_MODE_DEFINE
450 #undef FLAG_MODE_DEFINE_DEFAULTS 451 #undef FLAG_MODE_DEFINE_DEFAULTS
451 #undef FLAG_MODE_META 452 #undef FLAG_MODE_META
OLDNEW
« no previous file with comments | « src/builtins.cc ('k') | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698