Cranelift: finish implementing x86 32-bits support
Categories
(Core :: JavaScript: WebAssembly, task, P5)
Tracking
()
People
(Reporter: bbouvier, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
3.74 KB,
patch
|
Details | Diff | Splinter Review |
This is the Bugzilla mirror entry for https://github.com/CraneStation/cranelift/issues/765 . I've attached a patch that just enables ifdefery for 32-bits support, in case somebody wanted to have a look at this ;)
Reporter | ||
Comment 1•6 years ago
|
||
This is very probably P5, considering the global tendency of x86 32-bits usage to go down over time, and with respect to other priorities.
Comment 2•6 years ago
|
||
Starting to work on this! Thanks.
Reporter | ||
Comment 3•6 years ago
|
||
Cool, assigning to you then. Thanks!
Reporter | ||
Comment 4•6 years ago
|
||
This sets up the right ISA target in Cranelift (duh!) and fixes return values sign-extensions.
@bbouvier: if you haven't done that yet, please go to the cranelift github page and open a pullrequest. They're highly active at the moment, and will most likely be very supportive of your efforts.
(In reply to tt_1 from comment #5)
@bbouvier: if you haven't done that yet, please go to the cranelift github page and open a pullrequest. They're highly active at the moment, and will most likely be very supportive of your efforts.
damit, just realized that your patch is for spidermonkey, I'm sorry :(
Reporter | ||
Comment 7•6 years ago
|
||
(In reply to tt_1 from comment #6)
damit, just realized that your patch is for spidermonkey, I'm sorry :(
No worries! Also I'm :bnjbvr on Github, and working with Ujjwal Sharma (:ryzokuken on Github) to add more x86 support.
Reporter | ||
Comment 8•6 years ago
|
||
Ujjwal has moved on to other projects now. Thanks for your contributions!
Updated•5 years ago
|
Description
•