Marko Lahma
|
1cf16df954
Make execution context struct and other performance tweaks (#502)
|
7 년 전 |
Marko Lahma
|
7a6dc642c4
Optimize Array and Completion (#501)
|
7 년 전 |
Marko Lahma
|
b0a379b328
Optimize some hot paths (#464)
|
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
|
707244db2c
Introduce object pooling (#479)
|
7 년 전 |
Marko Lahma
|
d139547080
#451 remove tail recursion and faster environment records (#475)
|
7 년 전 |
Marko Lahma
|
34defd2fbc
#451 string comparison related performance improvements (#470)
|
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
|
189af9f321
Make ObjectInstance MruPropertyCache2 dictionary lazy (#454)
|
7 년 전 |
Marko Lahma
|
aaf42cc900
Cache common JsValue allocations (#456)
|
7 년 전 |
Sebastien Ros
|
bd0d1d742f
Adding Symbol object
|
8 년 전 |
Sébastien Ros
|
4cf1b7428b
Changing JsValue to a class (#324)
|
9 년 전 |
Sebastien Ros
|
3042aa9aa0
Supporting lazily initialized objects
|
9 년 전 |
Sébastien Ros
|
44afa32a47
Preventing multiple descriptor evaluation
|
9 년 전 |
Sebastien Ros
|
3e95f2d81a
Refactoring ObjectInstance to support specialization
|
10 년 전 |
Sebastien Ros
|
55b14dcf34
Optimizing property access performance
|
10 년 전 |
Sebastien Ros
|
6e70af7b21
#27: Fixing CLR member assignment
|
11 년 전 |
Sebastien Ros
|
3c02c5bd17
Fixing [[DefaultValue]] function
|
11 년 전 |
Sebastien Ros
|
7a61b8013a
Fixing Error, Object and Object Prototype tests
|
11 년 전 |
Sebastien Ros
|
aec69fb32b
Fixing [[Configurable]] check for accessors
|
11 년 전 |
Sebastien Ros
|
936d5eb9fe
Fixing unit tests
|
11 년 전 |
Sebastien Ros
|
24a479c429
Removing TypeConverter JsValue direct conversions
|
11 년 전 |
Sebastien Ros
|
f591dea25e
Fixing some more unit tests
|
11 년 전 |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 년 전 |
Sebastien Ros
|
37bf2f5e2b
Refactoring PropertyDescriptor
|
11 년 전 |