Lines Matching refs:Optimized

4357         Optimized boot-up memory use.
4359 Optimized regular expressions.
6033 Optimized Math.pow so it can work on unboxed doubles.
6875 Optimized adding of strings on 64-bit platforms.
6893 Optimized handling and adding of strings, for-in and Array.join.
6964 Optimized calls to API getters.
7040 Optimized array construction ported to x64 and ARM architectures.
7059 Optimized array construction; it is now handled purely in native
7073 Optimized generated IA32 math code by using SSE2 instructions when
7086 Optimized creation of objects from simple constructor functions on
7096 Optimized stack guard checks on ARM.
7098 Optimized API operations by inlining more in the API.
7100 Optimized creation of objects from simple constructor functions.
7150 Optimized initialization of some arrays in the builtins.
7237 Optimized the called as constructor check for API calls.
7300 Optimized Date object construction and string concatenation.
7348 Optimized math on ARM platforms.
7367 Optimized interceptor accesses where the property is on the object
7414 Optimized compilation performance by improving internal data
7430 Optimized virtual frame operations in the code generator to speed
7439 Optimized lexical scanner by dealing with whitespace as part of
7488 Optimized floating-point operations on ARM.
7552 Optimized strict equality checks.
7583 Optimized String.prototype.match.
7612 Optimized String.prototype.replace.
7653 Optimized regular expression matching by avoiding to create
7664 Optimized creation of nested literals like JSON objects.
7674 Optimized double-to-integer conversions in bit operations by using
7677 Optimized initialization sequences that store to multiple
7695 Optimized code that uses eval.
7765 Optimized object literals by improving data locality.
7797 Optimized String.replace by avoiding the construction of certain
7937 Optimized flattening of strings and string equality checking.
8009 Optimized switch statements where all labels are constant small
8012 Optimized String.prototype.indexOf for common cases.
8042 Optimized calling conventions on ARM. The conventions on ARM and
8067 Optimized repeated calls to eval with the same strings. These
8072 Optimized a couple of Array operation.