Commit History

Author SHA1 Message Date
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 years ago
  Marko Lahma 7a6dc642c4 Optimize Array and Completion (#501) 7 years ago
  Marko Lahma 5d408955dc Reduce virtual calls and optimize JsValue equality checks (#497) 7 years ago
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 years ago
  Marko Lahma 93bee1d289 #451 optimize evaluation performance 7 years ago
  Marko Lahma d27b17852d #451 prefer for over foreach when iterating Lists (#483) 7 years ago
  Marko Lahma c59b15f9ff Revert back to MruPropertyCache2 with _set field (#478) 7 years ago
  Marko Lahma 8259c62213 Fix cached data structures to be thread-local (#476) 7 years ago
  Marko Lahma e0d2e2f244 Introduce JsString, JsBoolean etc and support efficient string concatenation (#463) 7 years ago
  Marko Lahma a3c5cb18bf #451 fix string.split and array.join performance (#462) 7 years ago
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 years ago
  Marko Lahma 761a0a469c #451 optimize DeclarativeEnvironmentRecord (#458) 7 years ago
  Marko Lahma b25e243ee8 Reduce string operations memory allocations (#457) 7 years ago
  Marko Lahma 98dc732be2 Optimize array access and add ability to hint array size (#455) 7 years ago
  Marko Lahma 6164795167 Upgrade to latest Esprima, remove redundant casts (#452) 7 years ago
  Marko Lahma 189af9f321 Make ObjectInstance MruPropertyCache2 dictionary lazy (#454) 7 years ago
  Marko Lahma 4582830317 cache common int to string conversions 7 years ago
  Sebastien Ros 4c343af7de Implementing string.startsWith 7 years ago
  Adam Storr 15807f00bb Adding String.padStart and String.padEnd #429 (#434) 7 years ago
  [email protected] 92627e5002 white space fixes 9 years ago
  Sebastien Ros 5f1cdf4d96 Treat MONGOLIAN_VOWEL_SEPARATOR as whitespace 9 years ago
  Sebastien Ros b6d5359a75 Revert "Removing usage of char.IsWhiteSpace" 9 years ago
  Sebastien Ros 51d9256f1c Removing usage of char.IsWhiteSpace 9 years ago
  tormy 5ab087554e fix for issue 141 10 years ago
  Sebastien Ros 0e80b6c67b Improving performance of lastIndexOf 10 years ago
  Sebastien Ros 16f5df6e55 Implementing String.prototype.substr 11 years ago
  Frederic Torres f68c04945e fix string[Infinity] and string.localeCompare.length 11 years ago
  Frederic Torres d4134ff29e Change LastIndexJavaScriptImplementation() 11 years ago
  Frederic Torres d79ec53044 Correct comment 11 years ago
  Frederic Torres 9cf4fdb0a0 Fixed string.lastIndexOf 11 years ago