Skip to content

Why make does not use jobs when compiling? #58

Answered by edubart
stefanos82 asked this question in Q&A
Discussion options

You must be logged in to vote

This is for compiling the bundled Lua interpreter that comes with Nelua, this is usually done only once when installing Nelua. It is expected because all the C code are concatenated to a big single C source file, so the compiler can generate a more optimized binary, this optimization technique is known as amalgamation, thus this is expected. Also note that generated code by Nelua compiler also does this.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by edubart
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #52 on February 06, 2021 00:46.