Closed
Bug 1265133
Opened 7 years ago
Closed 7 years ago
wasmTextToBinary cannot parse comments in the code
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
Details
Attachments
(1 file)
4.50 KB,
patch
|
sunfish
:
review+
|
Details | Diff | Splinter Review |
Currently we don't support comments in the wasmTextToBinary. However we are trying to use this function in the binaryen's spidermonkify.py script (and binaryen can produce code with comments). Also, I'm trying to add some basic support of debug info annotations as comments, so it will be useful to just ignore them in SM.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8742012 -
Flags: review?(sunfish)
Comment 2•7 years ago
|
||
Comment on attachment 8742012 [details] [diff] [review] Adds s-expr comments support for wasmTextToBinary. Review of attachment 8742012 [details] [diff] [review]: ----------------------------------------------------------------- Nice!
Attachment #8742012 -
Flags: review?(sunfish) → review+
Assignee | ||
Comment 3•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6176127005ea
Assignee: nobody → ydelendik
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f58b6c6a39f9
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•