Status: New
Owner: ----
New issue 1269 by [email protected]: Remove redundant usage of FACTORY
macro in api.cc
http://code.google.com/p/v8/issues/detail?id=1269
The FACTORY macro (v8::internal::Isolate::Current()->factory()) is
unnecessarily used in few cases in api.cc.
This macro should be changed to isolate->factory() where the current
isolate variable is avialable to avoid the unnecessary function calls.
Attachments:
0001-remove-unnecessary-FACTORY-macros.patch 11.7 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev