@@ -217,18 +217,18 @@ However, looking at the profiler output you will see:
217
217
218
218
``` sh
219
219
$ node-tick-processor isolate-0x2af4cf0-v8.log | grep ' 3:24'
220
- 146 2.3% 2.4% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
221
- 278 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
222
- 6 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
223
- 165 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
224
- 97 99.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
225
- 127 98.4% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
226
- 163 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
227
- 146 2.3% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
228
- 138 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
229
- 58 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
230
- 129 100.0% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
231
- 3 2.3% LazyCompile: * get /home/aureooms /sandbox/js-fingertree/js/dist/fingertree.js:3:24
220
+ 146 2.3% 2.4% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
221
+ 278 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
222
+ 6 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
223
+ 165 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
224
+ 97 99.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
225
+ 127 98.4% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
226
+ 163 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
227
+ 146 2.3% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
228
+ 138 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
229
+ 58 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
230
+ 129 100.0% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
231
+ 3 2.3% LazyCompile: * get ~ /sandbox/js-fingertree/js/dist/fingertree.js:3:24
232
232
```
233
233
234
234
I didn't analyze much but it has to do with the way classes are handled by
0 commit comments