Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 69 and Version 70 of GSoC/2020


Ignore:
Timestamp:
07/08/20 03:06:13 (4 years ago)
Author:
UTKARSH RAI
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020

    v69 v70  
    168168           * The implementation has some subtle bugs, most of them have been resolved but a few remain in the assembly context switching code.
    169169           * I also suspect that my implementation is leaking memory, have to fix that.
     170
     171* '''July 1:''' Fifth Meeting
     172      * ''Progress:''
     173           * Managed to completely isolate POSIX thread stacks.
     174           * Improved my understanding of RTEMS score objects, and figured out how to refactor that into my existing code.
     175           * Started with stack sharing implementation.
     176      * ''Goals for this week:''
     177           * I will be relatively inactive this week as I am appearing for my end semester examinations.
     178           * As and when I get the time, continue with stack sharing implementation.
     179      * ''Blockers:''
     180           * Right now, I don't see any blockers, maybe when I start refactoring the code with score objects I will face some issues.
     181
     182* '''July 8:''' Sixth Meeting
     183      * ''Progress:''
     184           * Due to my end-semester examinations, my progress for this week was fairly small.
     185           * I did manage to complete the shared-stack tracking mechanism.
     186      * ''Goals for this week:''
     187           * To work on POSIX APIs, mmap() and shm_open(), to provide high-level APIs for stack-sharing.
     188      * ''Blockers:''
     189           * I am not sure as to how to 'convert' the stack address to a shared memory object name
    170190             
    171191