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

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

Issue 8340023: Remove stack height tracking from ia32 non-optimizing code generator. Reverts change 8755. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 1 month 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/full-codegen.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 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "print name of functions for which code is generated") 426 "print name of functions for which code is generated")
427 DEFINE_bool(print_source, false, "pretty print source code") 427 DEFINE_bool(print_source, false, "pretty print source code")
428 DEFINE_bool(print_builtin_source, false, 428 DEFINE_bool(print_builtin_source, false,
429 "pretty print source code for builtins") 429 "pretty print source code for builtins")
430 DEFINE_bool(print_ast, false, "print source AST") 430 DEFINE_bool(print_ast, false, "print source AST")
431 DEFINE_bool(print_builtin_ast, false, "print source AST for builtins") 431 DEFINE_bool(print_builtin_ast, false, "print source AST for builtins")
432 DEFINE_bool(print_json_ast, false, "print source AST as JSON") 432 DEFINE_bool(print_json_ast, false, "print source AST as JSON")
433 DEFINE_bool(print_builtin_json_ast, false, 433 DEFINE_bool(print_builtin_json_ast, false,
434 "print source AST for builtins as JSON") 434 "print source AST for builtins as JSON")
435 DEFINE_string(stop_at, "", "function name where to insert a breakpoint") 435 DEFINE_string(stop_at, "", "function name where to insert a breakpoint")
436 DEFINE_bool(verify_stack_height, false, "verify stack height tracing on ia32")
437 436
438 // compiler.cc 437 // compiler.cc
439 DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins") 438 DEFINE_bool(print_builtin_scopes, false, "print scopes for builtins")
440 DEFINE_bool(print_scopes, false, "print scopes") 439 DEFINE_bool(print_scopes, false, "print scopes")
441 440
442 // contexts.cc 441 // contexts.cc
443 DEFINE_bool(trace_contexts, false, "trace contexts operations") 442 DEFINE_bool(trace_contexts, false, "trace contexts operations")
444 443
445 // heap.cc 444 // heap.cc
446 DEFINE_bool(gc_greedy, false, "perform GC prior to some allocations") 445 DEFINE_bool(gc_greedy, false, "perform GC prior to some allocations")
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 #undef FLAG 549 #undef FLAG
551 550
552 #undef DEFINE_bool 551 #undef DEFINE_bool
553 #undef DEFINE_int 552 #undef DEFINE_int
554 #undef DEFINE_string 553 #undef DEFINE_string
555 554
556 #undef FLAG_MODE_DECLARE 555 #undef FLAG_MODE_DECLARE
557 #undef FLAG_MODE_DEFINE 556 #undef FLAG_MODE_DEFINE
558 #undef FLAG_MODE_DEFINE_DEFAULTS 557 #undef FLAG_MODE_DEFINE_DEFAULTS
559 #undef FLAG_MODE_META 558 #undef FLAG_MODE_META
OLDNEW
« no previous file with comments | « no previous file | src/full-codegen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698