[parrot/parrot] 58e1e2: [Pmc2c] Replaced a string with a constant string.

noreply at github.com noreply at github.com
Thu Sep 8 19:25:36 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot

  Commit: 58e1e20e54a96c6a58fc55d3249855da4c083640
      https://github.com/parrot/parrot/commit/58e1e20e54a96c6a58fc55d3249855da4c083640
  Author: chromatic <chromatic at wgz.org>
  Date:   2011-09-08 (Thu, 08 Sep 2011)

  Changed paths:
    M lib/Parrot/Pmc2c/PMC.pm

  Log Message:
  -----------
  [Pmc2c] Replaced a string with a constant string.

This is a tiny bit of bookkeeping I noticed on the way to something better.


  Commit: a23acf45f21bb1d22e28bc1c8eebbb4b84532020
      https://github.com/parrot/parrot/commit/a23acf45f21bb1d22e28bc1c8eebbb4b84532020
  Author: chromatic <chromatic at wgz.org>
  Date:   2011-09-08 (Thu, 08 Sep 2011)

  Changed paths:
    M compilers/opsc/src/Ops/File.pm
  M compilers/opsc/src/builtins.pir

  Log Message:
  -----------
  [opsc] Added fixed-width transcoding to opsc.

Where this is possible, it speeds up opsc on one benchmark by 35%, at the
expense of a one-time transcoding cost. As our .ops files are primarily ASCII
and only theoretically Latin-1, this is a huge improvement.


Compare: https://github.com/parrot/parrot/compare/8299931...a23acf4


More information about the parrot-commits mailing list