Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 1030)

Ticket Resolution Summary Owner Reporter
#1000 fixed floating-point callbacks and ARM hard-float conventions Gary Byers
Description

DEFCALLBACK expands into code which unconditionally assumes that the ARM soft-float ABI is in effect, so callbacks which accept floating-point arguments or return floating-point results won't work correctly if the hard-float ABI is in use.

DEFCALLBACK should generate code which works under either ABI, as long as the older soft-float ABI is in widespread use.

#1031 fixed ASH optimization shouldn't assume that types are numeric types Gary Byers
Description

The currently last COND clause in ACODE-OPTIMIZE-ASH tries to inline some calls to ASH based on information about the arguments' types; it erroneously assumes that if the types are subtypes of FIXNUM, they must be represented as NUMERIC-CTYPEs in CCL. Types specified as (e.g.) (MEMBER 23 5) are subtypes of FIXNUM that aren't represented as NUMERIC-CTYPEs.

This clause in ACODE-OPTIMIZE-ASH shouldn't make this assumption.

see http://clozure.com/pipermail/openmcl-devel/2012-November/013919.html

#1041 fixed incorrect bignum remainder on ARM Gary Byers
Description

http://clozure.com/pipermail/openmcl-devel/2012-December/013952.html

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.