提交歷史

作者 SHA1 備註 提交日期
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 年之前
  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 8aef7b02e7 #451 don't translate flags to boolean?, separate *Set properties 7 年之前
  Marko Lahma 573f1a1515 #451 optimize ArrayInstance 7 年之前
  Marko Lahma 93bee1d289 #451 optimize evaluation performance 7 年之前
  Marko Lahma e0d2e2f244 Introduce JsString, JsBoolean etc and support efficient string concatenation (#463) 7 年之前
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 年之前
  Marko Lahma 98dc732be2 Optimize array access and add ability to hint array size (#455) 7 年之前
  Marko Lahma 4582830317 cache common int to string conversions 7 年之前
  Sebastien Ros 3e95f2d81a Refactoring ObjectInstance to support specialization 10 年之前
  Sebastien Ros 55b14dcf34 Optimizing property access performance 10 年之前
  Sebastien Ros 7a61b8013a Fixing Error, Object and Object Prototype tests 11 年之前
  Sebastien Ros 936d5eb9fe Fixing unit tests 11 年之前
  Sebastien Ros 24a479c429 Removing TypeConverter JsValue direct conversions 11 年之前
  Sebastien Ros 1227c2992f Implementing JsValue 11 年之前
  Sebastien Ros 37bf2f5e2b Refactoring PropertyDescriptor 11 年之前
  Sebastien Ros cc305fbf76 Incremental work of property descriptors 11 年之前
  Sebastien Ros e17adc30ab Passing more unit tests 11 年之前
  Sebastien Ros ce52901d34 Fixing Global member configurability 12 年之前
  Sebastien Ros 1427db5177 Fixing all unit test for Array.prototype 12 年之前
  Sebastien Ros 461857c4db Fixing some Prototype values 12 年之前
  Sebastien Ros 4146ed62b1 Using official driver 12 年之前
  Sebastien Ros 1e30fd461f Adding undefined state for object attributes 12 年之前
  Sebastien Ros 544dfae042 Implementing Object.constructor functions 12 年之前
  Sebastien Ros b95ee27b63 Implementing Array.prototype.concat 12 年之前
  Sebastien Ros 01ae03bfdf Splitting configuration in another step 12 年之前
  Sebastien Ros c0c320e41c Refactoring prototype chain construction 12 年之前
  Sebastien Ros 6fe243f4eb Fixing primitive object function calls 12 年之前