| Index: src/x64/codegen-x64.h
|
| diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
|
| index 4593a28393e4f12771f2c8dd46efbdce0375d3d3..4b0c77d2039166dc31089f0cb27125d57f38ea83 100644
|
| --- a/src/x64/codegen-x64.h
|
| +++ b/src/x64/codegen-x64.h
|
| @@ -572,7 +572,11 @@ class CodeGenerator: public AstVisitor {
|
| // Fast support for number to string.
|
| void GenerateNumberToString(ZoneList<Expression*>* args);
|
|
|
| - // Simple condition analysis.
|
| + // Fast call to math functions.
|
| + void GenerateMathSin(ZoneList<Expression*>* args);
|
| + void GenerateMathCos(ZoneList<Expression*>* args);
|
| +
|
| +// Simple condition analysis.
|
| enum ConditionAnalysis {
|
| ALWAYS_TRUE,
|
| ALWAYS_FALSE,
|
|
|