| Index: src/compiler/simplified-lowering.h
|
| diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h
|
| index f9410f8b41eef519d9f5e433275da9abb75df9a2..056837ab87f5cf50cde529f0c0946e0d512a1400 100644
|
| --- a/src/compiler/simplified-lowering.h
|
| +++ b/src/compiler/simplified-lowering.h
|
| @@ -43,6 +43,11 @@ class SimplifiedLowering final {
|
| void DoStringLessThan(Node* node);
|
| void DoStringLessThanOrEqual(Node* node);
|
|
|
| + // TODO(bmeurer): This is a gigantic hack to support the gigantic LoadBuffer
|
| + // typing hack to support the gigantic "asm.js should be fast without proper
|
| + // verifier"-hack, ... Kill this! Soon! Really soon! I'm serious!
|
| + bool abort_compilation_ = false;
|
| +
|
| private:
|
| JSGraph* const jsgraph_;
|
| Zone* const zone_;
|
|
|