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

Unified Diff: src/codegen-ia32.h

Issue 57052: * String type inference using compiler framework. (Closed)
Patch Set: Changes relative to head of bleeding edge (don't do diff with earlier versions) Created 11 years, 9 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.h ('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
diff --git a/src/codegen-ia32.h b/src/codegen-ia32.h
index d2a31f56ef3228ea507cc105d7cbadecf4154df2..165f87717fc8a9c362330460d0e4ae882fdf397e 100644
--- a/src/codegen-ia32.h
+++ b/src/codegen-ia32.h
@@ -431,8 +431,9 @@ class CodeGenerator: public AstVisitor {
// control destination.
void ToBoolean(ControlDestination* destination);
- void GenericBinaryOperation(Token::Value op,
- StaticType* type,
+ void GenericBinaryOperation(
+ Token::Value op,
+ SmiAnalysis* type,
const OverwriteMode overwrite_mode = NO_OVERWRITE);
// If possible, combine two constant smi values using op to produce
@@ -445,7 +446,7 @@ class CodeGenerator: public AstVisitor {
void ConstantSmiBinaryOperation(Token::Value op,
Result* operand,
Handle<Object> constant_operand,
- StaticType* type,
+ SmiAnalysis* type,
bool reversed,
OverwriteMode overwrite_mode);
« no previous file with comments | « src/builtins.h ('k') | src/codegen-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698