Closed
Bug 1123383
Opened 10 years ago
Closed 10 years ago
SIMD (interpreter): remove Clamp
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: ProgramFOX, Assigned: ProgramFOX)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [DocArea=JS])
Attachments
(1 file, 2 obsolete files)
|
6.02 KB,
patch
|
ProgramFOX
:
review+
|
Details | Diff | Splinter Review |
Clamp has been removed from the SIMD polyfill:
https://github.com/johnmccutchan/ecmascript_simd/commit/6ff76ae9995501646d3b7d2df2fab4d7c3a0ef9f
| Assignee | ||
Comment 1•10 years ago
|
||
Proposed patch that removes Clamp.
Attachment #8551380 -
Flags: review?(benj)
| Assignee | ||
Comment 2•10 years ago
|
||
Whoops, nevermind; I just noticed that Clamp got re-added [0]. Marking this as invalid.
[0]: https://github.com/johnmccutchan/ecmascript_simd/commit/6751101cd09bb3e60e548ab32f05f5e6090fc4b1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•10 years ago
|
Attachment #8551380 -
Flags: review?(benj)
| Assignee | ||
Comment 3•10 years ago
|
||
Reopening this bug because Clamp got removed again:
https://github.com/johnmccutchan/ecmascript_simd/commit/901b6c7d5a54136e447cec36a8821176db5c423c
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Updated•10 years ago
|
Keywords: dev-doc-needed
Whiteboard: [DocArea=JS]
Comment 4•10 years ago
|
||
Comment on attachment 8551380 [details] [diff] [review]
Patch - Removed Clamp
Review of attachment 8551380 [details] [diff] [review]:
-----------------------------------------------------------------
Hey ProgramFOX,
Just realized this was on my todo-list, but actually you already have a patch, so let's move it forward! r=me on the rebased patch (there shouldn't be a lot to change). Can you please rebase it, send it to the try server (on a separate try run), so that we can land it? Thanks!
Attachment #8551380 -
Flags: review+
| Assignee | ||
Comment 6•10 years ago
|
||
Sure, I'll rebase it as soon as bug 1124291 is landed (so I only have to rebase it once).
Flags: needinfo?(programfox)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → programfox
| Assignee | ||
Comment 7•10 years ago
|
||
Rebased patch.
Try push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=b53c2153817c
Attachment #8551380 -
Attachment is obsolete: true
Attachment #8631514 -
Flags: review+
| Assignee | ||
Comment 8•10 years ago
|
||
Try returned all green, adding checkin-needed.
Keywords: checkin-needed
Comment 9•10 years ago
|
||
sorry this failed to apply:
patching file js/src/builtin/SIMD.cpp
Hunk #1 FAILED at 1103
1 out of 1 hunks FAILED -- saving rejects to file js/src/builtin/SIMD.cpp.rej
patching file js/src/builtin/SIMD.h
Hunk #1 FAILED at 55
Hunk #2 FAILED at 108
2 out of 2 hunks FAILED -- saving rejects to file js/src/builtin/SIMD.h.rej
patching file js/src/tests/ecma_7/SIMD/clamp.js
Hunk #1 FAILED at 0
1 out of 1 hunks FAILED -- saving rejects to file js/src/tests/ecma_7/SIMD/clamp.js.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
can you take a look, thanks!
Flags: needinfo?(programfox)
Keywords: checkin-needed
| Assignee | ||
Comment 10•10 years ago
|
||
Ah, yup, it looks like I have to rebase my patch. I'm working on it.
Flags: needinfo?(programfox)
| Assignee | ||
Comment 11•10 years ago
|
||
Rebased patch.
Try push:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ee7f479748fb
Attachment #8631514 -
Attachment is obsolete: true
Attachment #8632464 -
Flags: review+
| Assignee | ||
Comment 12•10 years ago
|
||
After retriggering J3 on Android (an exception occurred), all tests passed, adding checkin-needed.
Keywords: checkin-needed
Comment 13•10 years ago
|
||
Keywords: checkin-needed
Comment 14•10 years ago
|
||
Comment 15•10 years ago
|
||
sorry had to back this out seems this caused https://treeherder.mozilla.org/logviewer.html#?job_id=11613830&repo=mozilla-inbound
Flags: needinfo?(programfox)
Comment 16•10 years ago
|
||
| Assignee | ||
Comment 17•10 years ago
|
||
Hmm... I have no idea... it didn't happen on try either.
Pulsebot posted here that my patch got pushed again; does this mean that the errors were caused by another patch, or do I still have to take a closer look at it?
Flags: needinfo?(cbook)
Comment 18•10 years ago
|
||
Your patch wasn't at fault and I relanded it.
Flags: needinfo?(programfox)
Flags: needinfo?(cbook)
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•