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

Unified Diff: src/builtins-ia32.cc

Issue 1935: New static flags system (Closed)
Patch Set: Merge, again. Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/builtins.cc ('k') | src/checks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins-ia32.cc
diff --git a/src/builtins-ia32.cc b/src/builtins-ia32.cc
index 57843febae998e7d87326391cc6f8024c3c3f5ff..ab12076f41142a483dd51ed9870a03bc8077dd70 100644
--- a/src/builtins-ia32.cc
+++ b/src/builtins-ia32.cc
@@ -50,9 +50,6 @@ void Builtins::Generate_Adaptor(MacroAssembler* masm,
}
-DEFINE_bool(inline_new, true, "use fast inline allocation");
-
-
void Builtins::Generate_JSConstructCall(MacroAssembler* masm) {
// ----------- S t a t e -------------
// -- eax: number of arguments
« no previous file with comments | « src/builtins.cc ('k') | src/checks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698