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

Unified Diff: src/ia32/macro-assembler-ia32.cc

Issue 7639020: Perform TODO(gc) cleanup for TODO-lockdown. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 4 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
Index: src/ia32/macro-assembler-ia32.cc
diff --git a/src/ia32/macro-assembler-ia32.cc b/src/ia32/macro-assembler-ia32.cc
index e05c87e77dc55ac030b54825f590433035aec4b9..8876a192c74436dc65d3108cfa1590ef16bb1e2c 100644
--- a/src/ia32/macro-assembler-ia32.cc
+++ b/src/ia32/macro-assembler-ia32.cc
@@ -1405,8 +1405,8 @@ void MacroAssembler::TryGetFunctionPrototype(Register function,
void MacroAssembler::CallStub(CodeStub* stub, unsigned ast_id) {
+ // TODO(1599): Do not call stubs from stubs that do not allow stub calls.
// ASSERT(allow_stub_calls()); // Calls are not allowed in some stubs.
- // TODO(gc): Fix this!
call(stub->GetCode(), RelocInfo::CODE_TARGET, ast_id);
}
« no previous file with comments | « src/ia32/deoptimizer-ia32.cc ('k') | src/ic-inl.h » ('j') | src/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698