ptitSeb
ptitSeb
> Sorry for late reply, here is the link: [cursor download](https://downloader.cursor.sh/linux/appImage/x64) this is only proprietary piece of software on my system, and is so good i even have a thought...
I checked on my M1, and yes, the 16k pagesize gets in the way for now unfortunatly. Not sure I can wrokaround this one, as cursor is electron based and...
I thought about doing something like that before (mainly to track used block for deletion), using the Dynablock structure to stre those information and some prolog at each dynablock entry...
Does the 3-5% also include atomic access because of the multi-thread nature of things? Well, for now, there is no "optimized" settings in the dynarec, so even if you identify...
> Btw, do you have any optimization methods on your to-do list? I have a strong interest on contributing to this project. Not for now. I do have plan to...
There is a structural difference between macOS on ARM64 and Linux/x86_64: the page size. My understand is that Linux x86_64 will have 4K page, while macOS/ARM64 will have 16K page....
Ok, I added this opcode on the interpreter only for now. It should allow the program to load further.
I can run that game perfectly on my test machine (Ampere with an RTX4060 graphic card). (you can try to force opengl 4.5 with `MESA_GL_VERSION_OVERRIDE=4.5`... but not sure it will...
What compiler version are youi using? I suspect it's too old for those options. (Use some other SD if you cannot upgrade the compiler)
> > What compiler version are youi using? I suspect it's too old for those options. (Use some other SD if you cannot upgrade the compiler) > > It's gcc-9,...