kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
525 stars 84 forks source link

Support for (aarch64)ARM64 Architecture #362

Open EstebanSannin opened 3 years ago

EstebanSannin commented 3 years ago

Hi guys, I would like to add support for the aarch64(ARM64) architecture because now more and more development boards are produced with that architecture.

Could someone give me some general indications? Surely the systemcall part needs to be fixed, but is there anything else that needs to be fixed?

Thanks