Commit History

Author SHA1 Message Date
  Marko Lahma e0701ca211 ES6 Math functions (#569) 6 years ago
  Marko Lahma 3b06e02101 New interpreter engine (#559) 6 years ago
  Marko Lahma 3cbb20e1ad ES6 string functions (#560) 6 years ago
  Marko Lahma e4055925c6 ES6 array functions (#555) 6 years ago
  Marko Lahma 6353bb42f7 ES6 Map, Set and initial Iterators (#541) 7 years ago
  Marko Lahma c6881dc92c #451 optimize object expressions and type conversions (#521) 7 years ago
  Marko Lahma f9e65d3340 Optimize DeclarativeEnvironmentRecord (#518) 7 years ago
  Marko Lahma b5c4b570ce Optimize declarative environment record handling for functions (#517) 7 years ago
  Marko Lahma e63a0222b8 #451 harmonize exception throwing (#515) 7 years ago
  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