We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

LuaJIT for AArch64 and MIPS64 platforms

Formal Metadata

Title
LuaJIT for AArch64 and MIPS64 platforms
Subtitle
Improvements and the status
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
In this talk, we will present the latest improvements done for ARM64 andMIPS64 platforms in LuaJIT. The talk will cover challenges related to new GC64mode, as well as arch-specific issues. Up to recently, the only 64-bit architecture that LuaJIT supported was x86_64and in the latest official release it had limits with addressable memory. Inthe meantime, new GC64 mode was finished which enabled LuaJIT to address47-bit address space. ARM64 and MIPS64 ports were done on the top of the newGC64 mode. We will discuss the current status of these ports and point outsome pending issues that could cause problems in today's software that usesLuaJIT. The talk will also be useful to those interested to port LuaJIT toanother architecture.