Changes between Version 29 and Version 30 of squirrelfish


Ignore:
Timestamp:
Mar 31, 2008 1:54:57 AM (16 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v29 v30  
    104104Where SunSpider tests currently fail codegen:
    105105
     106 Where SunSpider tests currently fail codegen:
     107
    106108 * 3d-cube: new expr (invoking Array constructor)
    107  * 3d-morph: function call (not local var)
     109 * 3d-morph: bracket assignment (a[i] = 0)
    108110 * 3d-raytrace: function expression
    109111 * access-binary-trees: function expression
    110  * access-fannkuch: function call (not local var)
     112 * access-fannkuch: bracket assignment (perm1[i] = i)
    111113 * access-nbody: function expression
    112  * access-nsieve: function call (not local var)
     114 * access-nsieve: codegen seemingly ok, dies at PropertySlot::ungettableGetter
    113115 * bitops-3bit-bits-in-byte: read-modify expr (+=)
    114116 * bitops-bits-in-byte: read-modify exr (<<=)
    115117 * bitops-bitwise-and: SUCCESS
    116118 * bitops-nsieve-bits: new expr (invoking Array constructor)
    117  * controlflow-recursive: function call (not local var)
    118  * crypto-aes: array literal
     119 * controlflow-recursive: codegen ok, dies at PropertySlot::ungettableGetter
     120 * crypto-aes: new expr (invoking Array constructor)
    119121 * crypto-md5: read-modify expr (+=)
    120122 * crypto-sha1: read-modify expr (+=)
    121123 * date-format-tofte: function expression
    122  * date-format-xparb: array literal
    123  * math-cordic: array literal
     124 * date-format-xparb: function expression
     125 * math-cordic: new expr (invoking Date constructor)
    124126 * math-partial-sums: read-modify expr (*=)
    125127 * math-spectral-norm: read-modify expr (*=)
    126  * regexp-dna: array literal
    127  * string-base64: array literal
     128 * regexp-dna: regexp literal
     129 * string-base64: hashtable assertion failure :-(
    128130 * string-fasta: dot function call (seq.substring(seqi, seqi + lenOut))
    129131 * string-tagcloud: function expression