Custom Query (1030 matches)
Results (199 - 201 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #202 | invalid | add DTrace provider | ||
| Description |
It might be worthwhile to investigate adding a DTrace provider to OpenMCL. |
|||
| #224 | fixed | release notes for 1.2 | ||
| Description |
Create release notes (possibly as wiki page on the Trac) for a 1.2 release. |
|||
| #246 | fixed | x8664::max-1-bit-constant-index probably too big | ||
| Description |
x8664::max-1-bit-constant-index seems to be too big. The maximum displacement in an x86 memory operand is a 32-bit signed displacement. This limit can be exceeded in the set-constant-bit vinsns. For example, (defun foo (b)
(declare (type (simple-array bit (*)) b))
(setf (aref b x8664::max-1-bit-constant-index) 1))
produces bogus code. |
|||
Note:
See TracQuery
for help on using queries.
