Skip to content

Commit f079661

Browse files
committed
---
yaml --- r: 14339 b: refs/heads/try c: fca8e9e h: refs/heads/master i: 14337: 1abc149 14335: 4cc2ad4 v: v3
1 parent db87ade commit f079661

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: e0b2fd84173c87d01b73ff38b8d353595207af56
5+
refs/heads/try: fca8e9e62159903942fbe226ba14d5a0196383cd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/rust_upcall.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,6 @@ upcall_vec_push(rust_vec** vp, type_desc* elt_ty, void* elt) {
464464
copy_elements(task, elt_ty, &v->data[0] + v->fill,
465465
elt, elt_ty->size);
466466
v->fill += elt_ty->size;
467-
468-
469-
// Do the stack check to make sure this op, on the Rust stack, is behaving
470-
task->check_stack_canary();
471467
}
472468

473469
/**********************************************************************

0 commit comments

Comments
 (0)