WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
210721
[JSC] LLInt slow path call should not have third argument
https://bugs.webkit.org/show_bug.cgi?id=210721
Summary
[JSC] LLInt slow path call should not have third argument
Yusuke Suzuki
Reported
2020-04-19 08:16:56 PDT
[JSC] LLInt slow path call should not have third argument
Attachments
Patch
(8.66 KB, patch)
2020-04-19 08:18 PDT
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Patch
(9.76 KB, patch)
2020-04-19 08:26 PDT
,
Yusuke Suzuki
mark.lam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2020-04-19 08:18:12 PDT
Created
attachment 396908
[details]
Patch
Yusuke Suzuki
Comment 2
2020-04-19 08:26:21 PDT
Created
attachment 396909
[details]
Patch
Mark Lam
Comment 3
2020-04-19 08:56:34 PDT
Comment on
attachment 396909
[details]
Patch r=me
Saam Barati
Comment 4
2020-04-19 13:41:56 PDT
Comment on
attachment 396909
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=396909&action=review
Wasn’t the goal to speed this up though?
> Source/JavaScriptCore/ChangeLog:8 > + LLInt callSlowPath does not work with third argument in Windows, CLoop etc. LLInt slow-path should not take third argument,
Why doesn’t it work?
Mark Lam
Comment 5
2020-04-19 13:59:28 PDT
(In reply to Saam Barati from
comment #4
)
> Comment on
attachment 396909
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=396909&action=review
> > Wasn’t the goal to speed this up though? > > > Source/JavaScriptCore/ChangeLog:8 > > + LLInt callSlowPath does not work with third argument in Windows, CLoop etc. LLInt slow-path should not take third argument, > > Why doesn’t it work?
Because the CLoop is able to call arbitrary native functions. It needs to be taught how call a native function with different arguments. As for Windows, I suspect it is just a matter teaching it how to call with a 3rd argument due to ABI differences.
Mark Lam
Comment 6
2020-04-19 14:00:16 PDT
(In reply to Mark Lam from
comment #5
)
> (In reply to Saam Barati from
comment #4
) > > Comment on
attachment 396909
[details]
> > Patch > > > > View in context: > >
https://bugs.webkit.org/attachment.cgi?id=396909&action=review
> > > > Wasn’t the goal to speed this up though? > > > > > Source/JavaScriptCore/ChangeLog:8 > > > + LLInt callSlowPath does not work with third argument in Windows, CLoop etc. LLInt slow-path should not take third argument, > > > > Why doesn’t it work? > > Because the CLoop is able to call arbitrary native functions.
typo: I meant "is NOT able to"
Yusuke Suzuki
Comment 7
2020-04-19 16:50:45 PDT
I think this change does not introduce speed down in LLInt since LLInt is anyway loading metadata in asm side. For baseline, it would be possible that this causes speed down. I think in this case, the right thing is introducing JIT operation instead of sharing this with LLInt. I'll create a patch for Baseline after landing this to fix Windows.
Yusuke Suzuki
Comment 8
2020-04-19 16:53:45 PDT
Committed
r260344
: <
https://trac.webkit.org/changeset/260344
>
Radar WebKit Bug Importer
Comment 9
2020-04-19 16:54:14 PDT
<
rdar://problem/62033808
>
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