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

Unified Diff: vm/opt_code_generator_ia32.cc

Issue 10449106: Remove unused function GeneratePreEntryCode from ia32 code generator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vm/opt_code_generator_ia32.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/opt_code_generator_ia32.cc
===================================================================
--- vm/opt_code_generator_ia32.cc (revision 8186)
+++ vm/opt_code_generator_ia32.cc (working copy)
@@ -369,14 +369,6 @@
}
-// Check for stack overflow.
-// Note that first 5 bytes may be patched with a jump.
-// TODO(srdjan): Add check that no object is inlined in the first
-// 5 bytes (length of a jump instruction).
-void OptimizingCodeGenerator::GeneratePreEntryCode() {
-}
-
-
void OptimizingCodeGenerator::CallDeoptimize(intptr_t node_id,
intptr_t token_index) {
__ call(&StubCode::DeoptimizeLabel());
« no previous file with comments | « vm/opt_code_generator_ia32.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698