Changes between Version 12 and Version 13 of SquirrelFishPerfIdeas
- Timestamp:
- Jun 28, 2008, 1:24:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SquirrelFishPerfIdeas
v12 v13 21 21 * Better codegen framework. We don't have a great way to pick from one of several instructions, using a "tile matching" algorithm may be a good way. This could enable super-instructions, type-specialized instructions, and handling of the fact that you may want different codegen in value, condition and void contexts. 22 22 23 * Cull frameworks like dojo, jQuery, MochiKit, Scriptaculous, Prototype, YUI, and ASP.NET AJAX, for patterns to optimize for. For example, ASP.NET AJAX is obsessed with the "arguments" object.23 * Cull frameworks like SproutCore, dojo, jQuery, MochiKit, Scriptaculous, Prototype, YUI, and ASP.NET AJAX, for patterns to optimize for. For example, ASP.NET AJAX is obsessed with the "arguments" object. 24 24 25 25 * Produce code that expects but verifies int values when we see expressions like "<<" and "++".