Replies: 1 comment
-
Please don't create bugs and instead use Discussions feature if you have questions about the source. bytecodeSize is filled by luau_compile function; 0 is simply the default value, which isn't really necessary. luau_compile will fill it with the size of the binary bytecode blob. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see size_t bytecodeSize = 0;
Why is it 0? Shouldnt it be the sources size?
Beta Was this translation helpful? Give feedback.
All reactions