| Index: src/arm64/builtins-arm64.cc
|
| diff --git a/src/arm64/builtins-arm64.cc b/src/arm64/builtins-arm64.cc
|
| index 38bf7999f81b661dd8e4fb1f81ecad6cefa33545..dfac40469ee426340ed7060e1d688e4ec44be6d0 100644
|
| --- a/src/arm64/builtins-arm64.cc
|
| +++ b/src/arm64/builtins-arm64.cc
|
| @@ -917,7 +917,6 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
|
|
| // TODO(rmcilroy): List of things not currently dealt with here but done in
|
| // fullcodegen's prologue:
|
| - // - Support profiler (specifically profiling_counter).
|
| // - Call ProfileEntryHookStub when isolate has a function_entry_hook.
|
| // - Code aging of the BytecodeArray object.
|
|
|
|
|