提交历史

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