mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
74c532053f
New Solver * New algorithm for inferring the types of locals that have no annotations. This algorithm is very conservative by default, but is augmented with some control flow awareness to handle most common scenarios. * Fix bugs in type inference of tables * Improve performance of by switching out standard C++ containers for `DenseHashMap` * Infrastructure to support clearer error messages in strict mode Native Code Generation * Fix a lowering issue with buffer.writeu8 and 0x80-0xff values: A constant argument wasn't truncated to the target type range and that causes an assertion failure in `build.mov`. * Store full lightuserdata value in loop iteration protocol lowering * Add analysis to compute function bytecode distribution * This includes a class to analyze the bytecode operator distribution per function and a CLI tool that produces a JSON report. See the new cmake target `Luau.Bytecode.CLI` --------- Co-authored-by: Aaron Weiss <aaronweiss@roblox.com> 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: Lily Brown <lbrown@roblox.com> Co-authored-by: Vyacheslav Egorov <vegorov@roblox.com> |
||
---|---|---|
.. | ||
fuzz | ||
natvis | ||
codegenstat.py | ||
faillist.txt | ||
flag-bisect.py | ||
gdb_printers.py | ||
heapgraph.py | ||
heapstat.py | ||
heuristicstat.py | ||
lldb_formatters.lldb | ||
lldb_formatters.py | ||
numprint.py | ||
patchtests.py | ||
perfgraph.py | ||
perfstat.py | ||
stack-usage-reporter.py | ||
svg.py | ||
test_dcr.py | ||
tracegraph.py |