WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
211853
Making 32-bits JIT build without Unified Build system
https://bugs.webkit.org/show_bug.cgi?id=211853
Summary
Making 32-bits JIT build without Unified Build system
Caio Lima
Reported
2020-05-13 11:20:08 PDT
...
Attachments
Patch
(28.85 KB, patch)
2020-05-13 11:28 PDT
,
Caio Lima
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Caio Lima
Comment 1
2020-05-13 11:28:47 PDT
Created
attachment 399282
[details]
Patch
Adrian Perez
Comment 2
2020-05-13 12:15:45 PDT
Comment on
attachment 399282
[details]
Patch LGTM; please make sure the EWS builders stay green before landing 🙂️
Mark Lam
Comment 3
2020-05-13 12:19:51 PDT
Comment on
attachment 399282
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=399282&action=review
> Source/JavaScriptCore/jit/JITPropertyAccess32_64.cpp:1230 > +template void JIT::emit_op_put_by_val<OpPutByVal>(const Instruction*); > +
Why is this needed?
Caio Lima
Comment 4
2020-05-13 13:26:40 PDT
(In reply to Mark Lam from
comment #3
)
> Comment on
attachment 399282
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=399282&action=review
> > > Source/JavaScriptCore/jit/JITPropertyAccess32_64.cpp:1230 > > +template void JIT::emit_op_put_by_val<OpPutByVal>(const Instruction*); > > + > > Why is this needed?
It is necessary to generate `JIT::emit_op_put_by_val<OpPutByVal>` and allow it be called by `JIT.cpp`. IIUC, without it, `JIT::emit_op_put_by_val<OpPutByVal>` will never be generated and we will have an issue during linking phase.
Caio Lima
Comment 5
2020-05-13 13:27:06 PDT
Comment on
attachment 399282
[details]
Patch Thank you very much for the review!
EWS
Comment 6
2020-05-13 13:37:39 PDT
Committed
r261642
: <
https://trac.webkit.org/changeset/261642
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 399282
[details]
.
Radar WebKit Bug Importer
Comment 7
2020-05-13 13:38:18 PDT
<
rdar://problem/63197853
>
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