Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Release 1.3
-
Component/s: None
-
Labels:None
-
Approval:Ok
Description
Add an &more version to the bit operations bit-and bit-or bit-xor bit-and-not (via reduce),
Inline the n-ary version of the math ops, + - * /, inline the n-ary versions of bit-and bit-or bit-xor bit-and-not
Attachments
Activity
Rich Hickey
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Release.Next [ 10038 ] | |
| Fix Version/s | Approved Backlog [ 10034 ] | |
| Reporter | Assembla Importer [ importer ] | |
| Priority | Blocker [ 1 ] |
Christopher Redinger
made changes -
| Priority | Blocker [ 1 ] | Major [ 3 ] |
Christopher Redinger
made changes -
| Assignee | Alan Dipert [ alan@thinkrelevance.com ] |
Christopher Redinger
made changes -
| Attachment | inlinemath.patch [ 10196 ] |
Alan Dipert
made changes -
| Attachment | 184-inlining-nary-math.diff [ 10214 ] |
Alan Dipert
made changes -
| Description |
Add an &more version to the bit operations bit-and bit-or bit-xor bit-and-not (via reduce),
Inline the n-ary version of the math ops, + - * /, inline the n-ary versions of bit-and bit-or bit-xor bit-and-not Optimization to / such that the & more version expands to equivalent of (/ x (reduce * y more)) rather than (reduce / (/ x y) more) |
Add an &more version to the bit operations bit-and bit-or bit-xor bit-and-not (via reduce),
Inline the n-ary version of the math ops, + - * /, inline the n-ary versions of bit-and bit-or bit-xor bit-and-not |
Alan Dipert
made changes -
| Waiting On | stu |
Alan Dipert
made changes -
| Waiting On | stu |
Alan Dipert
made changes -
| Attachment | 184-inlining-nary-math-2.diff [ 10218 ] |
Alan Dipert
made changes -
| Waiting On | stu |
Alan Dipert
made changes -
| Waiting On | stu |
Alan Dipert
made changes -
| Attachment | 184-inlining-nary-math-3.diff [ 10220 ] |
Alan Dipert
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Completed [ 1 ] |
Aaron Bedra
made changes -
| Approval | Test | Ok |
Stuart Halloway
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Converted from http://www.assembla.com/spaces/clojure/tickets/184
Attachments:
inlinemath.patch - https://www.assembla.com/spaces/clojure/documents/dlFRFQKPyr3RaoeJe5aVNr/download/dlFRFQKPyr3RaoeJe5aVNr