-
Notifications
You must be signed in to change notification settings - Fork 43
Tracking issue for issues marked as pending prototype data #396
Comments
I'm inclined to close both of these issues as it's unclear what the next steps are - is there something concrete that you suggest we should do? For #173, as the float->int trick is sufficient for the application that the issue was filed for, and there were no further responses to that thread, it's unclear what more needs to be done. For #125 as well, as benchmarks to test integer vs. floating-point instructions haven't come up, and the last request for benchmarks was almost a year ago with no response, it makes sense to me to close as well. More details in the notes for the meeting this was discussed in. |
Sounds good to me. @Maratyszcza, @zeux, is it ok to close these as owners? Do you have any next steps recommendations? |
For #173 the only action item would be to open a v8 ticket to investigate alternative codegen sequences. Since it's not clear how we can amend the proposal it's fine to close the issue I think. |
I'm ok with closing #125 |
Would you consider this open issue for loading constants an appropriate follow up? Without this we would need extra instructions to synthesize INT_MAX, and a register move anyway. |
(I should note that I'm hoping to be able to resolve that issue in a max. performant fashion once we get the MVP out and discuss the "fast mode" instructions such as fast recip and float->int; if float->int doesn't have any guarantees about the behavior of out of range/NaN values we can do optimal lowering, and such instruction would be applicable to many use cases - but it's outside of the MVP scope per previous discussion) |
Sounds good, thanks. |
Closing this issue as the issues this is tracking are closed. |
Uh oh!
There was an error while loading. Please reload this page.
These issues were marked as pending prototype data. This issue is to track discussions on addressing these before freezing the instruction set.
The text was updated successfully, but these errors were encountered: