Changes between Version 24 and Version 25 of squirrelfish


Ignore:
Timestamp:
Mar 30, 2008 10:49:30 PM (16 years ago)
Author:
cwzwarich@uwaterloo.ca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v24 v25  
    101101 * TypeOfValueNode
    102102
     103Where SunSpider tests currently fail codegen:
     104
     105 * 3d-cube: new expr (invoking Array constructor)
     106 * 3d-morph: function call (not local var)
     107 * 3d-raytrace: function expression
     108 * access-binary-trees: function expression
     109 * access-fannkuch: function call (not local var)
     110 * access-nbody: function expression
     111 * access-nsieve: function call (not local var)
     112 * bitops-3bit-bits-in-byte: read-modify expr (+=)
     113 * bitops-bits-in-byte: read-modify exr (<<=)
     114 * bitops-bitwise-and: SUCCESS
     115 * bitops-nsieve-bits: new expr (invoking Array constructor)
     116 * controlflow-recursive: function call (not local var)
     117 * crypto-aes: array literal
     118 * crypto-md5: read-modify expr (+=)
     119 * crypto-sha1: read-modify expr (+=)
     120 * date-format-tofte: function expression
     121 * date-format-xparb: array literal
     122 * math-cordic: array literal
     123 * math-partial-sums: read-modify expr (*=)
     124 * math-spectral-norm: read-modify expr (*=)
     125 * regexp-dna: array literal
     126 * string-base64: array literal
     127 * string-fasta: dot function call (seq.substring(seqi, seqi + lenOut))
     128 * string-tagcloud: function expression
     129 * string-unpack-code: function expression
     130 * string-validate-input: new expr (invoking Array constructor)
     131
    103132Optimize dynamic scopes that aren't closures not to save the environment on return
    104133