Explore >> Select a destination


You are here

honnef.co
| | jmmv.dev
9.6 parsecs away

Travel
| | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?...
| | www.systutorials.com
10.6 parsecs away

Travel
| | Statically Linking C and C++ Programs on Linux with gcc tagged C, C++, CentOS, cmake, Command, Command line, compatibility, compiler, DNS, Fedora, g++, gcc, glibc, GNU, How to, kernel, Library, linking, Linux, Linux Kernel, memory, mmap, musl-libc, POSIX, R, RHEL, systems, Tutorial, www, yum.
| | www.fosskers.ca
15.0 parsecs away

Travel
| |
| | andreabergia.com
72.3 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions ??thispost A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective In this post, I will discuss how RJVM executes the Java bytecode.