Changes between Version 2 and Version 3 of SquirrelFishPerfIdeas
- Timestamp:
- Apr 20, 2008 5:30:45 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SquirrelFishPerfIdeas
v2 v3 5 5 * 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. 6 6 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. 8 8 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. 10 10 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. 12 12 13 13 '''Larger ideas:'''