From 9baa7e07f80c5e32c2e61faa2f675a19f03c3857 Mon Sep 17 00:00:00 2001 From: mstarzinger Date: Wed, 21 Jan 2015 06:24:06 -0800 Subject: [PATCH] Drop TODO that no longer applies after refactoring. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/843563006 Cr-Commit-Position: refs/heads/master@{#26193} --- src/runtime/runtime.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/runtime.cc b/src/runtime/runtime.cc index 443ea4f..d01c141 100644 --- a/src/runtime/runtime.cc +++ b/src/runtime/runtime.cc @@ -22,8 +22,6 @@ namespace internal { // Reference implementation for inlined runtime functions. Only used when the // compiler does not support a certain intrinsic. Don't optimize these, but // implement the intrinsic in the respective compiler instead. -// TODO(mstarzinger): These are place-holder stubs for TurboFan and will -// eventually all have a C++ implementation and this macro will be gone. #define I(name, number_of_args, result_size) \ Object* RuntimeReference_##name(int args_length, Object** args_object, \ Isolate* isolate); -- 2.7.4