Changes between Version 2 and Version 3 of SquirrelFishPerfIdeas


Ignore:
Timestamp:
Apr 20, 2008 5:30:45 PM (16 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SquirrelFishPerfIdeas

    v2 v3  
    55   * If we can limit or remove the functionality of randomFunc.arguments, then for functions that do not themselves use arguments we could just overwrite the extra args.
    66
    7 * Make variants of instructions that can read directly from the constant pool, to avoid all the "load" insns you get when dealing with constants.
     7 * Make variants of instructions that can read directly from the constant pool, to avoid all the "load" insns you get when dealing with constants.
    88
    9 * Atomize constant strings, so any given string is only in the constant pool once.
     9 * Atomize constant strings, so any given string is only in the constant pool once.
    1010
    11 * Maybe sorting opcode implementations by frequency of use would make things faster.
     11 * Maybe sorting opcode implementations by frequency of use would make things faster.
    1212
    1313'''Larger ideas:'''