Qcloud1223 / ics-ld-public

Course project for Introduction to Computer Systems at XJTU: A basic x86-64 static linker.
4 stars 3 forks source link

Better hint #1

Closed abdtyx closed 6 months ago

abdtyx commented 6 months ago

Main feature

I refactored the resolveSymbols function, now it's easier for students to understand what they need to do with errors.

Other features

By the way, I also fixed some trivial issue as well:

abdtyx commented 6 months ago

Just submitted another design, any feedback? This time the students only need to return the right value and set the errSymName which is a private variable within the resolve.cc.

abdtyx commented 6 months ago

Add two commits