| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 535)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -287,10 +287,11 @@
|
|
|
| void GenericBinaryOperation(Token::Value op,
|
| const OverwriteMode overwrite_mode = NO_OVERWRITE);
|
| +
|
| void Comparison(Condition cc, bool strict = false);
|
|
|
| // Inline small integer literals. To prevent long attacker-controlled byte
|
| - // sequences, we only inline small Smi:s.
|
| + // sequences, we only inline small Smis.
|
| static const int kMaxSmiInlinedBits = 16;
|
| bool IsInlineSmi(Literal* literal);
|
| void SmiComparison(Condition cc, Handle<Object> value, bool strict = false);
|
|
|