Commit e1df62b
Small call optimizations
Summary: carlosatorres caught this while looking at some ARM perf. For `JITRT_BindKeywordArgs` our memory is already zero-initialized by `std::unique_ptr`. For `JITRT_BindKeywordArgsSimple` we don't need to zero the memory for the values that exist.
Reviewed By: mpage
Differential Revision: D109753053
fbshipit-source-id: c7637385642fce54de647bda07f9e22cddecb1061 parent 1b715fc commit e1df62b
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | 248 | | |
253 | 249 | | |
| 250 | + | |
254 | 251 | | |
255 | 252 | | |
256 | 253 | | |
257 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
0 commit comments