Index: src/full-codegen.cc |
=================================================================== |
--- src/full-codegen.cc (revision 8885) |
+++ src/full-codegen.cc (working copy) |
@@ -317,7 +317,6 @@ |
// field, and then a sequence of entries. Each entry is a pair of AST id |
// and code-relative pc offset. |
masm()->Align(kIntSize); |
- masm()->RecordComment("[ Stack check table"); |
unsigned offset = masm()->pc_offset(); |
unsigned length = stack_checks_.length(); |
__ dd(length); |
@@ -325,7 +324,6 @@ |
__ dd(stack_checks_[i].id); |
__ dd(stack_checks_[i].pc_and_state); |
} |
- masm()->RecordComment("]"); |
return offset; |
} |