• Home
  • Raw
  • Download

Lines Matching refs:Optimized

1645         Optimized Math.pow so it can work on unboxed doubles.
2487 Optimized adding of strings on 64-bit platforms.
2505 Optimized handling and adding of strings, for-in and Array.join.
2576 Optimized calls to API getters.
2652 Optimized array construction ported to x64 and ARM architectures.
2671 Optimized array construction; it is now handled purely in native
2685 Optimized generated IA32 math code by using SSE2 instructions when
2698 Optimized creation of objects from simple constructor functions on
2708 Optimized stack guard checks on ARM.
2710 Optimized API operations by inlining more in the API.
2712 Optimized creation of objects from simple constructor functions.
2762 Optimized initialization of some arrays in the builtins.
2849 Optimized the called as constructor check for API calls.
2912 Optimized Date object construction and string concatenation.
2960 Optimized math on ARM platforms.
2979 Optimized interceptor accesses where the property is on the object
3026 Optimized compilation performance by improving internal data
3042 Optimized virtual frame operations in the code generator to speed
3051 Optimized lexical scanner by dealing with whitespace as part of
3100 Optimized floating-point operations on ARM.
3164 Optimized strict equality checks.
3195 Optimized String.prototype.match.
3224 Optimized String.prototype.replace.
3265 Optimized regular expression matching by avoiding to create
3276 Optimized creation of nested literals like JSON objects.
3286 Optimized double-to-integer conversions in bit operations by using
3289 Optimized initialization sequences that store to multiple
3307 Optimized code that uses eval.
3377 Optimized object literals by improving data locality.
3409 Optimized String.replace by avoiding the construction of certain
3549 Optimized flattening of strings and string equality checking.
3621 Optimized switch statements where all labels are constant small
3624 Optimized String.prototype.indexOf for common cases.
3654 Optimized calling conventions on ARM. The conventions on ARM and
3679 Optimized repeated calls to eval with the same strings. These
3684 Optimized a couple of Array operation.