Reviewers: Yang,

Description:
Drop TODO that no longer applies after refactoring.

[email protected]

Please review this at https://codereview.chromium.org/843563006/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -2 lines):
  M src/runtime/runtime.cc


Index: src/runtime/runtime.cc
diff --git a/src/runtime/runtime.cc b/src/runtime/runtime.cc
index 443ea4fc7766ed2c8ca8f93242377833da56bdb2..d01c141424cb4a5e88f3909742fff075607f1eaa 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);


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to