forked from ehrmann/nestedvm
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Updated README.md to include important usage instructions #4
Open
Erhannis
wants to merge
3
commits into
bgould:master
Choose a base branch
from
Erhannis:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
\relax | ||
\bibstyle{amsplain} | ||
\citation{ibex} | ||
\citation{jni} | ||
\citation{cni} | ||
\citation{j2me} | ||
\citation{msil} | ||
\citation{parrot} | ||
\citation{python} | ||
\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}\protected@file@percent } | ||
\citation{jazillian} | ||
\citation{mohca} | ||
\citation{c2j} | ||
\citation{capp} | ||
\citation{ephedra} | ||
\@writefile{toc}{\contentsline {section}{\numberline {2}Existing Work}{2}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Source-to-Source Translation}{2}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.1}Human-Assisted Translation}{2}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsubsection}{\numberline {2.1.2}Partial-Domain Translation}{2}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Source-to-Binary Translation}{2}\protected@file@percent } | ||
\citation{egcsjvm} | ||
\citation{lcc} | ||
\@writefile{toc}{\contentsline {section}{\numberline {3}NestedVM}{3}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Mapping the R2000 onto the JVM}{3}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Binary-to-Source Mode}{4}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Binary-to-Binary Mode}{4}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {4}The NestedVM Runtime}{4}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}The ANSI C Runtime}{4}\protected@file@percent } | ||
\citation{jmm} | ||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Trampoline transformation necessitated by Java's 64kb method size limit}}{5}\protected@file@percent } | ||
\newlabel{code1}{{1}{5}} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}The Unix Runtime}{5}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Security Concerns}{5}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {4.4}Threading}{5}\protected@file@percent } | ||
\citation{hotspot} | ||
\@writefile{toc}{\contentsline {section}{\numberline {5}Optimization and Performance}{6}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {5.1}Binary-to-Source Mode}{6}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {5.2}Binary-to-Binary Mode}{7}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {5.3}Compiler Flags}{7}\protected@file@percent } | ||
\citation{msil} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {5.4}Overall Performance}{8}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {6}Sample Applications}{8}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}FreeType, {\tt libmspack}, and {\tt libjpeg}}{8}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}The GNU Compiler Collection}{8}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {6.3}\TeX and LINPACK}{8}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {section}{\numberline {7}Conclusion}{8}\protected@file@percent } | ||
\bibdata{ivme04} | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {7.1}Future Directions}{9}\protected@file@percent } | ||
\@writefile{toc}{\contentsline {subsection}{\numberline {7.2}Availability}{9}\protected@file@percent } |
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you tried using the dockerfile in this repository? that might be a little more convenient, as it lets you compile code on whatever system you prefer to develop on without having to install a bunch of older tools. I haven't tried it in a while but IIRC the dockerfile in this repository worked pretty well.
I'd prefer not to promote Oracle's VM product, I'm kind of holding a grudge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh - I didn't realize there was a docker, and/or don't really know how to use docker, and the README didn't mention it. I cd'd into ./docker/debian, and did
docker build .
, which succeeded - but I don't know how to use it. I tried checking out the Apache Thrift tag you give below, thinking maybe it'd explain, but it wasn't clear there how to use the dockerfile, either. I saw ./contrib/nestedvm/docker/build.sh, so I cd'd into that directory and ran it, but the directory references seemed wrong, so I cd'd one folder up into ./contrib/nestedvm and ran./docker/build.sh
, and it got farther than the first time, but then forit gave me a bunch of 404s; and that's where I am now. Logs below: