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
|
aaf42cc900
Cache common JsValue allocations (#456)
|
7 年之前 |
Marko Lahma
|
c2f013df48
#451 optimize EvaluateMemberExpression static member access (#453)
|
7 年之前 |
Marko Lahma
|
0e6b4dc384
use struct for DiyFp
|
7 年之前 |
Sébastien Ros
|
0c64f8b06b
Fixing array bounds
|
7 年之前 |
Marko Lahma
|
a2f0f205f4
review fixes
|
7 年之前 |
Marko Lahma
|
4582830317
cache common int to string conversions
|
7 年之前 |
Marko Lahma
|
4a7fed1c5e
add ArrayBenchmark for basic operations, rename old to ArrayStressBenchmark
|
7 年之前 |
Marko Lahma
|
1e705658a3
add benchmark that imitates RavenDB projection
|
7 年之前 |
Marko Lahma
|
a066f9e3c3
remove reuse flag from benchmark, always reuse
|
7 年之前 |
Marko Lahma
|
52ff0d5693
add SunSpiderBenchmark
|
7 年之前 |
Marko Lahma
|
35559da7b1
put other engines behind features toggle, make array test less stressful
|
7 年之前 |
Marko Lahma
|
6aa661563e
tweak N for ArrayBenchmark to show reusing of engine
|
7 年之前 |
Marko Lahma
|
12a71dffa8
add benchmarks from https://rushfrisby.com/net-javascript-engine-performance-results/
|
7 年之前 |
Sebastien Ros
|
bd0d1d742f
Adding Symbol object
|
9 年之前 |
Sebastien Ros
|
4c343af7de
Implementing string.startsWith
|
7 年之前 |
yinyue200
|
2f8bc2b31e
add unit tests
|
7 年之前 |
yinyue200
|
7792facc61
message may not be a string
|
7 年之前 |
Marko Lahma
|
056fea2ecb
convert Jint.Benchmark to use BenchmarkDotNet
|
7 年之前 |
Sebastien Ros
|
92253759ae
Fixing EcmaTest display names
|
7 年之前 |
Sebastien Ros
|
bafd36a7ad
Fixing appveyor test target platform
|
7 年之前 |
Sebastien Ros
|
75b605f826
Fixing unit tests
|
7 年之前 |
Sebastien Ros
|
dfc54d3e94
Merge remote-tracking branch 'origin/es6' into dev
|
7 年之前 |
Sebastien Ros
|
e6b22053f5
Removing unnecessary dependencies
|
7 年之前 |
Sebastien Ros
|
366cce94c1
Removing unnecessary dependencies
|
7 年之前 |
Adam Storr
|
15807f00bb
Adding String.padStart and String.padEnd #429 (#434)
|
7 年之前 |