I notice that some functions in the V8 source use the
INLINE() macro in their declaration, declared for GCC >=4 as

#define INLINE(header) inline header  __attribute__((always_inline))

and plenty more functions just are declared inline as in
inline foo();

Should they be all one way or all the other?  Shall we make this a bug?


-- 
William Hesse
Software Engineer
[email protected]

Google Denmark ApS
Frederiksborggade 20B, 1 sal
1360 København K
Denmark
CVR nr. 28 86 69 84

If you received this communication by mistake, please don't forward it to
anyone else (it may contain confidential or privileged information), please
erase all copies of it, including all attachments, and please let the sender
know it went to the wrong person. Thanks.

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to