Closed iivillian closed 7 months ago
Implements the changes required to support version 5 (What's currently used on the client).
If my assumption is wrong about Vector3 being the only builtin type utilizing the vector constant optimization, someone inform me and ill fix it.
Below is a test dumped directly from a game. "print(Vector3.new(1.0, 1.0, 1.0), Color3.new(0, 0, 0))"
vector_bytecode.txt
Unluau.CLI.exe vector_bytecode.txt --encoding=1
Implements the changes required to support version 5 (What's currently used on the client).
If my assumption is wrong about Vector3 being the only builtin type utilizing the vector constant optimization, someone inform me and ill fix it.
Below is a test dumped directly from a game. "print(Vector3.new(1.0, 1.0, 1.0), Color3.new(0, 0, 0))"
vector_bytecode.txt
Unluau.CLI.exe vector_bytecode.txt --encoding=1