mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
8a64cb8b73
# What's changed? * Optimize table.maxn. This function is now 5-14x faster * Reserve Luau stack space for error message. ## New Solver * Globals can be type-stated, but only if they are already in scope * Fix a stack overflow that could occur when normalizing certain kinds of recursive unions of intersections (of unions of intersections...) * Fix an assertion failure that would trigger when the __iter metamethod has a bad signature ## Native Codegen * Type propagation and temporary register type hints * Direct vector property access should only happen for names of right length * BytecodeAnalysis will only predict that some of the vector value fields are numbers --- ## Internal Contributors Co-authored-by: Alexander McCord <amccord@roblox.com> Co-authored-by: Andy Friesen <afriesen@roblox.com> Co-authored-by: Aviral Goel <agoel@roblox.com> Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com> |
||
---|---|---|
.. | ||
Analyze.cpp | ||
Ast.cpp | ||
Bytecode.cpp | ||
Compile.cpp | ||
Coverage.cpp | ||
Coverage.h | ||
FileUtils.cpp | ||
FileUtils.h | ||
Flags.cpp | ||
Flags.h | ||
Profiler.cpp | ||
Profiler.h | ||
Reduce.cpp | ||
Repl.cpp | ||
Repl.h | ||
ReplEntry.cpp | ||
Require.cpp | ||
Require.h | ||
Web.cpp |