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

Optimize gcc #42

Open
1 of 2 tasks
wangrunji0408 opened this issue Apr 18, 2019 · 2 comments
Open
1 of 2 tasks

Optimize gcc #42

wangrunji0408 opened this issue Apr 18, 2019 · 2 comments

Comments

@wangrunji0408
Copy link
Collaborator

wangrunji0408 commented Apr 18, 2019

Thanks to @jiegec, x86_64-linux-musl-gcc is now working on rCore! 🎉

But now it takes nearly 10s (on QEMU) to build a simple C source file.
It's time to find the bottleneck and do some optimization!

  • implement delay mapping files
  • implement vfork
@jiegec
Copy link
Collaborator

jiegec commented Apr 19, 2019

We need to implement CoW fork.

@Harry-Chen
Copy link
Collaborator

Optimizing gcc is a really difficult work to do!

jiegec pushed a commit that referenced this issue Apr 27, 2020
Improve device file system framework
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

No branches or pull requests

3 participants