WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
217082
[JSC] Annotate JIT operation functions called from B3 etc.
https://bugs.webkit.org/show_bug.cgi?id=217082
Summary
[JSC] Annotate JIT operation functions called from B3 etc.
Yusuke Suzuki
Reported
2020-09-29 01:18:53 PDT
[JSC] Annotate JIT operation functions called from B3 etc.
Attachments
Patch
(40.62 KB, patch)
2020-09-29 01:20 PDT
,
Yusuke Suzuki
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(40.55 KB, patch)
2020-09-29 01:24 PDT
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Patch
(42.45 KB, patch)
2020-09-29 01:32 PDT
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Patch
(42.42 KB, patch)
2020-09-29 02:05 PDT
,
Yusuke Suzuki
saam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2020-09-29 01:20:03 PDT
Created
attachment 409972
[details]
Patch
Yusuke Suzuki
Comment 2
2020-09-29 01:24:46 PDT
Created
attachment 409974
[details]
Patch
Yusuke Suzuki
Comment 3
2020-09-29 01:32:54 PDT
Created
attachment 409975
[details]
Patch
Yusuke Suzuki
Comment 4
2020-09-29 02:05:48 PDT
Created
attachment 409977
[details]
Patch
Saam Barati
Comment 5
2020-09-29 09:55:47 PDT
Comment on
attachment 409977
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=409977&action=review
> Source/JavaScriptCore/b3/B3ReduceLoopStrength.h:46 > +ALWAYS_INLINE void fastForwardCopy32(uint32_t* dst, const uint32_t* src, size_t size)
why not put this in the cpp file?
Yusuke Suzuki
Comment 6
2020-09-29 11:10:17 PDT
Comment on
attachment 409977
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=409977&action=review
>> Source/JavaScriptCore/b3/B3ReduceLoopStrength.h:46 >> +ALWAYS_INLINE void fastForwardCopy32(uint32_t* dst, const uint32_t* src, size_t size) > > why not put this in the cpp file?
Since it is also used by testb3. I don't want to create two duplicate machine code functions for `operationFastForwardCopy32` and `fastForwardCopy32`. And currently, operation is not supported to be exposed as JS_EXPORT_PRIVATE
Yusuke Suzuki
Comment 7
2020-09-29 11:12:35 PDT
Committed
r267754
: <
https://trac.webkit.org/changeset/267754
>
Radar WebKit Bug Importer
Comment 8
2020-09-29 11:13:21 PDT
<
rdar://problem/69755354
>
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