Chromium Code Reviews

Unified Diff: src/codegen-ia32.h

Issue 42067: Fix issue 268 by explicitly calling Unuse (to deallocate all contained... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/codegen-arm.cc ('k') | src/codegen-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen-ia32.h
===================================================================
--- src/codegen-ia32.h (revision 1482)
+++ src/codegen-ia32.h (working copy)
@@ -340,6 +340,8 @@
// Accessors
Scope* scope() const { return scope_; }
+ // Clearing and generating deferred code.
+ void ClearDeferred();
void ProcessDeferred();
bool is_eval() { return is_eval_; }
« no previous file with comments | « src/codegen-arm.cc ('k') | src/codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine