Skip to content

Commit 7c9adec

Browse files
committed
update schedule for guest speaker
1 parent dcb5335 commit 7c9adec

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

index.html

+15-10
Original file line numberDiff line numberDiff line change
@@ -66,39 +66,44 @@
6666
- *Reading*:
6767
- [Multiprogramming a 64kB Computer Safely and Efficiently](./papers/tock.pdf) by Amit Levy et al.
6868

69-
Mon Oct 21 2024: Rusty embedded systems (continued)
69+
Mon Oct 21 2024: Rusty embedded systems (day 2)
7070
- *Reading*:
71-
- [Tighten rust’s belt: shrinking embedded Rust binaries](./papers/shrinking_rust_binaries.pdf) by Hudson Ayers et al.
71+
- [Bringing Segmented Stacks to Embedded Systems](./papers/segmented_stacks.pdf) by Zhiyao Ma and Lin Zhong
72+
- [Panic Recovery in Rust-based Embedded Systems](./papers/embedded_recovery.pdf) by Zhiyao Ma et al.
7273

7374
Wed Oct 23 2024: Project day
7475

75-
Mon Oct 28 2024: Formal methods in Rust (Nico)
76+
Mon Oct 28 2024: Rusty embedded systems (day 3)
77+
- *Reading*:
78+
- [Tighten rust’s belt: shrinking embedded Rust binaries](./papers/shrinking_rust_binaries.pdf) by Hudson Ayers et al.
79+
80+
Wed Oct 30 2024: Formal methods in Rust (Nico)
7681
- *Reading*:
7782
- [Flux: Liquid Types for Rust](./papers/flux.pdf)
7883

79-
Wed Oct 30 2024: The foreign function interface
84+
Mon Nov 4 2024: The foreign function interface
8085
- *Reading*:
8186
- [A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libraries](./papers/ffi_study.pdf) by Ian McCormack et al.
8287
- *Optional reading*:
8388
- [Rustnomicon chapter 11: FFI](https://doc.rust-lang.org/nomicon/ffi.html)
8489

85-
Mon Nov 4 2024: The foreign function interface (continued)
90+
Wed Nov 6 2024: The foreign function interface (continued)
8691
- *Reading*:
8792
- [Detecting Cross-Language Memory Management Issues in Rust](./papers/ffi_checker.pdf) by Zhuohua Li et al.
8893
- *Optional reading*:
8994
- [Encapsulated Functions: Fortifying Rust’s FFI in Embedded Systems](./papers/encapsulated_functions.pdf) by Leon Schuermann et al.
9095

91-
Wed Nov 6 2024: Static analysis on Rust
96+
Mon Nov 11 2024: Veteran's Day
97+
98+
Wed Nov 13 2024: Static analysis on Rust
9299
- *Reading*:
93100
- [Modular information flow through ownership](./papers/ifc.pdf) by Will Chrichton et al.
94101

95-
Mon Nov 11 2024: Veteran's Day
96-
97-
Wed Nov 13 2024: Fearless Concurrency?
102+
Mon Nov 18 2024: Fearless Concurrency?
98103
- *Reading*:
99104
- [When is parallelism fearless and zero-cost with Rust?](./papers/parallelism.pdf) by Javad Abdi et al.
100105

101-
Mon Nov 18 2024: Fearless Concurrency? (continued)
106+
Wed Nov 20 2024: Fearless Concurrency? (continued)
102107
- *Reading*:
103108
- [Deadlock free async message reordering in rust with multiparty session types](./papers/session_types.pdf) by Zak Cutner et al.
104109

papers/embedded_recovery.pdf

1.22 MB
Binary file not shown.

papers/segmented_stacks.pdf

547 KB
Binary file not shown.

0 commit comments

Comments
 (0)