Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port to GLib #5

Closed
robgjansen opened this issue May 17, 2011 · 1 comment
Closed

port to GLib #5

robgjansen opened this issue May 17, 2011 · 1 comment
Assignees
Labels
X-Archive: Shadow [Deprecated label.] Associated with the core Shadow code.
Milestone

Comments

@robgjansen
Copy link
Member

We currently use custom data structures throughout our code (e.g. lists, hashtables, trees ...). Those data structures are fragile and inefficient. Swap them out for GLib's version. The goal is to reduce our codebase by eliminating the dependence on our custom utilities.

This also means swapping other standard types like ints and pointers to gints and gpointers.

@robgjansen
Copy link
Member Author

Basic types changed to glib types in commit 6634379

robgjansen added a commit that referenced this issue Sep 17, 2011
robgjansen added a commit that referenced this issue Jun 12, 2017
qincunrong pushed a commit to qincunrong/shadow that referenced this issue Nov 29, 2022
application启动时恢复上一次的runtime,避免二次crash

application启动时恢复上一次的runtime,避免二次crash
close shadow#5

See merge request !60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
X-Archive: Shadow [Deprecated label.] Associated with the core Shadow code.
Projects
None yet
Development

No branches or pull requests

2 participants