Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (787 - 789 of 1030)

Ticket Resolution Summary Owner Reporter
#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

#1045 fixed :DEFAULT-INITARGS ignored during ObjC object initialization Gary Byers
Description

See http://clozure.com/pipermail/openmcl-devel/2013-January/013959.html. I don't remember whether there's a good reason for this or not.

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