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

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

Issue 342054: Introduce a switch for the new snapshot code and switch... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 DEFINE_bool(cleanup_ics_at_gc, true, 189 DEFINE_bool(cleanup_ics_at_gc, true,
190 "Flush inline caches prior to mark compact collection.") 190 "Flush inline caches prior to mark compact collection.")
191 DEFINE_bool(cleanup_caches_in_maps_at_gc, true, 191 DEFINE_bool(cleanup_caches_in_maps_at_gc, true,
192 "Flush code caches in maps during mark compact cycle.") 192 "Flush code caches in maps during mark compact cycle.")
193 193
194 DEFINE_bool(canonicalize_object_literal_maps, true, 194 DEFINE_bool(canonicalize_object_literal_maps, true,
195 "Canonicalize maps for object literals.") 195 "Canonicalize maps for object literals.")
196 196
197 // mksnapshot.cc 197 // mksnapshot.cc
198 DEFINE_bool(h, false, "print this message") 198 DEFINE_bool(h, false, "print this message")
199 DEFINE_bool(new_snapshot, true, "use new snapshot implementation")
199 200
200 // parser.cc 201 // parser.cc
201 DEFINE_bool(allow_natives_syntax, false, "allow natives syntax") 202 DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
202 203
203 // rewriter.cc 204 // rewriter.cc
204 DEFINE_bool(optimize_ast, true, "optimize the ast") 205 DEFINE_bool(optimize_ast, true, "optimize the ast")
205 206
206 // simulator-arm.cc 207 // simulator-arm.cc
207 DEFINE_bool(trace_sim, false, "trace simulator execution") 208 DEFINE_bool(trace_sim, false, "trace simulator execution")
208 DEFINE_int(stop_sim_at, 0, "Simulator stop after x number of instructions") 209 DEFINE_int(stop_sim_at, 0, "Simulator stop after x number of instructions")
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 #undef FLAG 401 #undef FLAG
401 402
402 #undef DEFINE_bool 403 #undef DEFINE_bool
403 #undef DEFINE_int 404 #undef DEFINE_int
404 #undef DEFINE_string 405 #undef DEFINE_string
405 406
406 #undef FLAG_MODE_DECLARE 407 #undef FLAG_MODE_DECLARE
407 #undef FLAG_MODE_DEFINE 408 #undef FLAG_MODE_DEFINE
408 #undef FLAG_MODE_DEFINE_DEFAULTS 409 #undef FLAG_MODE_DEFINE_DEFAULTS
409 #undef FLAG_MODE_META 410 #undef FLAG_MODE_META
OLDNEW
« no previous file with comments | « src/arm/assembler-arm.h ('k') | src/global-handles.cc » ('j') | src/mksnapshot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698