Chromium Code Reviews| Index: src/interpreter/interpreter.h |
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
| index b235f0ae0f9541a22ef575e00336cad23dc38436..345ddd156e4f5d2f00168e7d0b28806352de6c8d 100644 |
| --- a/src/interpreter/interpreter.h |
| +++ b/src/interpreter/interpreter.h |
| @@ -33,6 +33,9 @@ class Interpreter { |
| // Initializes the interpreter dispatch table. |
| void Initialize(); |
| + // Returns the interrupt budget which shoud be used for the profiler counter. |
|
Jakob Kummerow
2016/02/17 17:45:36
nit: s/shoud/should/
rmcilroy
2016/02/18 16:05:56
Done.
|
| + static int InterruptBudget(); |
| + |
| // Generate bytecode for |info|. |
| static bool MakeBytecode(CompilationInfo* info); |