WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
212927
Removed unneeded POINTER_WIDTH macro from b3
https://bugs.webkit.org/show_bug.cgi?id=212927
Summary
Removed unneeded POINTER_WIDTH macro from b3
Keith Miller
Reported
2020-06-08 15:17:51 PDT
Removed unneeded POINTER_WIDTH macro from b3
Attachments
Patch
(2.00 KB, patch)
2020-06-08 15:19 PDT
,
Keith Miller
ysuzuki
: review+
keith_miller
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Keith Miller
Comment 1
2020-06-08 15:19:08 PDT
Created
attachment 401381
[details]
Patch
Darin Adler
Comment 2
2020-06-08 15:42:00 PDT
Comment on
attachment 401381
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=401381&action=review
> Source/JavaScriptCore/b3/B3Width.h:46 > +constexpr inline Width pointerWidth()
constexpr implies inline, so we never have to say both
https://en.cppreference.com/w/cpp/language/constexpr
Keith Miller
Comment 3
2020-06-08 15:45:02 PDT
Comment on
attachment 401381
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=401381&action=review
>> Source/JavaScriptCore/b3/B3Width.h:46 >> +constexpr inline Width pointerWidth() > > constexpr implies inline, so we never have to say both > >
https://en.cppreference.com/w/cpp/language/constexpr
I was wondering if I needed both... I'll remove the inline.
Keith Miller
Comment 4
2020-06-08 15:46:25 PDT
Committed
r262746
: <
https://trac.webkit.org/changeset/262746
>
Radar WebKit Bug Importer
Comment 5
2020-06-08 15:47:23 PDT
<
rdar://problem/64138322
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug