Bug 6159 - ALWAYS_INLINE uses __attribute__((always_inline)) without inline
Summary: ALWAYS_INLINE uses __attribute__((always_inline)) without inline
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 02:50 PST by Maciej Stachowiak
Modified: 2005-12-20 12:17 PST (History)
0 users

See Also:


Attachments
fix (2.57 KB, patch)
2005-12-20 02:51 PST, Maciej Stachowiak
no flags Details | Formatted Diff | Diff
corrected fix, last patch had other stuff in it mistakenly (557 bytes, patch)
2005-12-20 02:52 PST, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2005-12-20 02:50:32 PST
According to various online documentation, this is technically wrong.
Comment 1 Maciej Stachowiak 2005-12-20 02:51:01 PST
Created attachment 5173 [details]
fix
Comment 2 Maciej Stachowiak 2005-12-20 02:52:14 PST
Created attachment 5174 [details]
corrected fix, last patch had other stuff in it mistakenly
Comment 3 Darin Adler 2005-12-20 09:09:32 PST
Comment on attachment 5174 [details]
corrected fix, last patch had other stuff in it mistakenly

r=me