Skip to content

Commit a3fdd8c

Browse files
committed
rt: Don't log on entry to upcall_vec_push. Also slow
1 parent fca8e9e commit a3fdd8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rt/rust_upcall.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,6 @@ upcall_vec_push(rust_vec** vp, type_desc* elt_ty, void* elt) {
456456

457457
rust_task *task = rust_task_thread::get_task();
458458

459-
LOG_UPCALL_ENTRY(task);
460-
461459
size_t new_sz = (*vp)->fill + elt_ty->size;
462460
reserve_vec(task, vp, new_sz);
463461
rust_vec* v = *vp;

0 commit comments

Comments
 (0)