Skip to content

Conversation

@yjsoh
Copy link

@yjsoh yjsoh commented Oct 22, 2022

Few bug fixes

  • Backup location DRAM -> PMEM
  • Pointer arithmetic on void * is not what we want here
  • Fixed bug in fill_call_forwarding_entry.
  • Fixed get_sub_id() bug

Yun Joon Soh added 4 commits October 21, 2022 20:39
Check the cftsz: it is 3 times the size of special_facility_entry.
12 * Subscriber ID results in out of bound.
I don't immediately see how backing up to a volatile variable could make the program crash-consistent.
Furthermore, non-initilization assignment of objects, only shallow copy the object.

* Allocate per-thread backup on PMEM.
* Allocate per-thread valid bit on PMEM.
* memcpy instead of shallow copy.

[FUTURE] Deep copy operatorator?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant