Difference between revisions of "User:Agebhard"

From REU@MU
Jump to: navigation, search
Line 37: Line 37:
 
* Weekly Xinu Team Meetings
 
* Weekly Xinu Team Meetings
 
* Met with Dr. Brylow, John A, and Rade L to discuss the Wait-Free Synchronization paper
 
* Met with Dr. Brylow, John A, and Rade L to discuss the Wait-Free Synchronization paper
 +
 +
=== Week 4 (6/22 - 6/26) ===
 +
* Attempted to implement a lock-free array-based queue in XINU
 +
* Submitted a PR for general code cleanup in various areas of XINU
 +
* Worked on draft of presentation to give next week to fellow REU students
 +
* Read the following papers
 +
** [https://dl.acm.org/doi/10.1145/248052.248106 Simple, fast, and practical non-blocking and blocking concurrent queue algorithms]
 +
** [https://dl.acm.org/doi/pdf/10.1145/3339186.3339191 (Dis)Advantages of Lock-free Synchronization Mechanisms for Multicore Embedded Systems]
 +
** [https://doi.org/10.1016/j.eswa.2014.09.054 Efficient agglomerative hierarchical clustering]
 +
* Weekly Xinu Team Meetings
 +
* Weekly REU Meeting

Revision as of 20:35, 26 June 2020

Weekly Logs

Week 1 (6/1 - 6/5)


Week 2 (6/8 - 6/12)

  • Completed 3 CITI Sessions for RCR
  • Attended Dr. Brylow's RCR Training
  • Attended Dr. Brylow's Technical Writing discussion
  • Read most of the xv6 O/S book
    • Looked into how xv6 uses locks and synchronization primitives
  • Read the following papers
  • Continued to work on fixing the mailbox system in Xinu for homework assignment #9
    • I would like to discuss this more with the team next week


Week 3 (6/15 - 6/19)

Week 4 (6/22 - 6/26)