Skip to content

Commit aa35f9d

Browse files
committed
---
yaml --- r: 22733 b: refs/heads/master c: 8d43724 h: refs/heads/master i: 22731: 0f1d0b4 v: v3
1 parent 589da03 commit aa35f9d

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c68f2d9aab7e573824d7055a6c6f4783a53dc3f8
2+
refs/heads/master: 8d43724087b20a6167fe1a178f965012d75efc7e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rt/rust_task.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -574,15 +574,6 @@ sp_in_stk_seg(uintptr_t sp, stk_seg *stk) {
574574
return (uintptr_t)stk->data <= sp && sp <= stk->end;
575575
}
576576

577-
struct reset_args {
578-
rust_task *task;
579-
uintptr_t sp;
580-
};
581-
582-
void
583-
reset_stack_limit_on_c_stack(reset_args *args) {
584-
}
585-
586577
/*
587578
Called by landing pads during unwinding to figure out which stack segment we
588579
are currently running on and record the stack limit (which was not restored

trunk/src/rt/rust_task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ rust_task::call_on_rust_stack(void *args, void *fn_ptr) {
433433

434434
bool had_reentered_rust_stack = reentered_rust_stack;
435435
{
436-
// FIXME (#2875) This must be racy. Figure it out.
436+
// FIXME (#1868) This must be racy. Figure it out.
437437
scoped_lock with(lifecycle_lock);
438438
reentered_rust_stack = true;
439439
}

0 commit comments

Comments
 (0)