yvm icon indicating copy to clipboard operation
yvm copied to clipboard

[yvm] low performance garbage-collectable jvm

Results 5 yvm issues
Sort by recently updated
recently updated
newest added

code maybe like this: ```c++ class JavaTypeVisitor; struct JavaType { // ... other fields virtual void accept(JavaTypeVisitor* visitor) = 0; }; struct JavaInt : public JavaType { virtual void accept(JavaTypeVisitor*...

环境: gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) boost_1_65_0 cmake-3.15.3 CLion 2019.3.6 C++语言不熟悉,这种情况,大家有没有见过?想知道大家有谁知道是什么原因不? ====================[ Build | yvm | Debug ]===================================== /opt/CLion-2019.3.6/clion-2019.3.6/bin/cmake/linux/bin/cmake --build /home/aaron/桌面/yvm --target yvm -- -j 2 Scanning dependencies of target...

## Background By reviewing your implementation, I found that your initial codes including code execution for generic data type are all implemented using *java*. I can not clearly see how...

make -j2 [ 5%] Linking CXX executable yvm.exe CMakeFiles/yvm.dir/src/interpreter/Interpreter.cpp.o:Interpreter.cpp:(.text+0x512e): undefined reference to `parseFieldSymbolicReference(JavaClass const*, unsigned short)'

As a college student, you can write such a code, which is amazing!