Open
Bug 1863986
Opened 2 years ago
Updated 1 year ago
wasm32 codegen 2: introduce basic wasm32 codegen support
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | affected |
People
(Reporter: dbezhetskov, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
In this bug we introduce the smallest wasm32 codegen support.
It includes custom IR and codegen which could be found inside /wasm32 folder and masm implementation.
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Dmitry, can you tell us a bit more about this patch? What does it implement, how complete is it, are other changes needed on top of this, etc.
Flags: needinfo?(dbezhetskov)
| Reporter | ||
Comment 3•2 years ago
|
||
Sure, I'm preparing the design doc and next patches on top of that one, just need to rebase/refactor a bit and upload them.
Flags: needinfo?(dbezhetskov)
| Reporter | ||
Comment 4•2 years ago
|
||
So, there is the link to the design doc: https://docs.google.com/document/d/1aXb0ZWuRTaE-VPZ9y_Q6ZTqDTv_MtCMQ6ClB-qV9T2g/
Updated•2 years ago
|
Comment 5•1 year ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: dbezhetskov → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•