Commit d607e9d
committed
Avoid val() when returning from MSC.execute()
This can be noticed in profiling when passing arrays to iclosures, for example. In a lot of cases the string builder does not need to complete, so a potentially expensive CArray.val() can be avoided.1 parent ca33762 commit d607e9d
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3087 | 3087 | | |
3088 | 3088 | | |
3089 | 3089 | | |
| 3090 | + | |
| 3091 | + | |
| 3092 | + | |
| 3093 | + | |
3090 | 3094 | | |
3091 | | - | |
3092 | | - | |
3093 | | - | |
| 3095 | + | |
| 3096 | + | |
3094 | 3097 | | |
3095 | 3098 | | |
3096 | 3099 | | |
| |||
0 commit comments